Modifier and Type | Class and Description |
---|---|
class |
ContainerSubscriptionDescriptor
This object is used by services to return subscriptions to a client.
|
Modifier and Type | Method and Description |
---|---|
static ContainerSubscriptionModel |
ContainerSubscriptionModel.create(BaseContainerDescriptor cd,
boolean offlineSync) |
static ContainerSubscriptionModel |
ContainerSubscriptionModel.create(java.lang.String uid,
java.lang.String type,
java.lang.String owner,
boolean defaultContainer,
boolean offlineSync,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ItemValue<ContainerSubscriptionModel>> |
IOwnerSubscriptionsPromise.getComplete(java.lang.String uid) |
ItemValue<ContainerSubscriptionModel> |
IOwnerSubscriptions.getComplete(java.lang.String uid) |
java.util.concurrent.CompletableFuture<ItemValue<ContainerSubscriptionModel>> |
IOwnerSubscriptionsPromise.getCompleteById(long id) |
ItemValue<ContainerSubscriptionModel> |
IOwnerSubscriptions.getCompleteById(long id) |
java.util.concurrent.CompletableFuture<java.util.List<ItemValue<ContainerSubscriptionModel>>> |
IOwnerSubscriptionsPromise.getMultiple(java.util.List<java.lang.String> uids) |
java.util.List<ItemValue<ContainerSubscriptionModel>> |
IOwnerSubscriptions.getMultiple(java.util.List<java.lang.String> uids) |
java.util.concurrent.CompletableFuture<java.util.List<ItemValue<ContainerSubscriptionModel>>> |
IOwnerSubscriptionsPromise.getMultipleById(java.util.List<java.lang.Long> id) |
java.util.List<ItemValue<ContainerSubscriptionModel>> |
IOwnerSubscriptions.getMultipleById(java.util.List<java.lang.Long> id) |
java.util.concurrent.CompletableFuture<java.util.List<ItemValue<ContainerSubscriptionModel>>> |
IOwnerSubscriptionsPromise.list() |
java.util.List<ItemValue<ContainerSubscriptionModel>> |
IOwnerSubscriptions.list() |
Modifier and Type | Method and Description |
---|---|
static ContainerSubscriptionDescriptor |
ContainerSubscriptionDescriptor.copyOf(ContainerSubscriptionModel model) |
Modifier and Type | Method and Description |
---|---|
void |
IOwnerSubscriptionsAsync.getComplete(java.lang.String uid,
AsyncHandler<ItemValue<ContainerSubscriptionModel>> handler) |
void |
IOwnerSubscriptionsAsync.getCompleteById(long id,
AsyncHandler<ItemValue<ContainerSubscriptionModel>> handler) |
void |
IOwnerSubscriptionsAsync.getMultiple(java.util.List<java.lang.String> uids,
AsyncHandler<java.util.List<ItemValue<ContainerSubscriptionModel>>> handler) |
void |
IOwnerSubscriptionsAsync.getMultipleById(java.util.List<java.lang.Long> id,
AsyncHandler<java.util.List<ItemValue<ContainerSubscriptionModel>>> handler) |
void |
IOwnerSubscriptionsAsync.list(AsyncHandler<java.util.List<ItemValue<ContainerSubscriptionModel>>> handler) |
Modifier and Type | Method and Description |
---|---|
void |
IInternalOwnerSubscriptions.create(java.lang.String uid,
ContainerSubscriptionModel node) |
void |
IInternalOwnerSubscriptions.createWithId(long id,
java.lang.String uid,
ContainerSubscriptionModel node) |
void |
IInternalOwnerSubscriptions.update(java.lang.String uid,
ContainerSubscriptionModel node) |
Modifier and Type | Method and Description |
---|---|
ContainerSubscriptionModel |
OwnerSubscriptionStore.get(Item item) |
Modifier and Type | Method and Description |
---|---|
static JdbcAbstractStore.StatementValues<ContainerSubscriptionModel> |
OwnerSubscriptionColumns.values(long id) |
Modifier and Type | Method and Description |
---|---|
void |
OwnerSubscriptionStore.create(Item item,
ContainerSubscriptionModel value) |
void |
OwnerSubscriptionStore.update(Item item,
ContainerSubscriptionModel value) |
Modifier and Type | Method and Description |
---|---|
ItemValue<ContainerSubscriptionModel> |
InternalOwnerSubscriptionsService.getComplete(java.lang.String uid) |
ItemValue<ContainerSubscriptionModel> |
InternalOwnerSubscriptionsService.getCompleteById(long id) |
java.util.List<ItemValue<ContainerSubscriptionModel>> |
InternalOwnerSubscriptionsService.getMultiple(java.util.List<java.lang.String> uids) |
java.util.List<ItemValue<ContainerSubscriptionModel>> |
InternalOwnerSubscriptionsService.getMultipleById(java.util.List<java.lang.Long> id) |
java.util.List<ItemValue<ContainerSubscriptionModel>> |
InternalOwnerSubscriptionsService.list() |
Modifier and Type | Method and Description |
---|---|
void |
InternalOwnerSubscriptionsService.create(java.lang.String uid,
ContainerSubscriptionModel node) |
void |
InternalOwnerSubscriptionsService.createWithId(long id,
java.lang.String uid,
ContainerSubscriptionModel node) |
void |
InternalOwnerSubscriptionsService.update(java.lang.String uid,
ContainerSubscriptionModel node) |
Copyright © 2021. All Rights Reserved.