Uses of Class
net.bluemind.core.container.api.ContainerSubscriptionModel
-
Uses of ContainerSubscriptionModel in net.bluemind.core.container.api
Modifier and TypeClassDescriptionclass
This object is used by services to return subscriptions to a client.Modifier and TypeMethodDescriptionstatic ContainerSubscriptionModel
ContainerSubscriptionModel.create
(String uid, String type, String owner, boolean defaultContainer, boolean offlineSync, String name) static ContainerSubscriptionModel
ContainerSubscriptionModel.create
(BaseContainerDescriptor cd, boolean offlineSync) Modifier and TypeMethodDescriptionIOwnerSubscriptions.getComplete
(String uid) IOwnerSubscriptionsPromise.getComplete
(String uid) IOwnerSubscriptionsPromise.getCompleteById
(long id) IOwnerSubscriptions.getMultiple
(List<String> uids) IOwnerSubscriptionsPromise.getMultiple
(List<String> uids) IOwnerSubscriptions.list()
IOwnerSubscriptionsPromise.list()
IOwnerSubscriptionsPromise.multipleGetById
(List<Long> ids) Modifier and TypeMethodDescriptionContainerSubscriptionDescriptor.copyOf
(ContainerSubscriptionModel model) Modifier and TypeMethodDescriptionvoid
IOwnerSubscriptionsAsync.getComplete
(String uid, AsyncHandler<ItemValue<ContainerSubscriptionModel>> handler) void
IOwnerSubscriptionsAsync.getCompleteById
(long id, AsyncHandler<ItemValue<ContainerSubscriptionModel>> handler) void
IOwnerSubscriptionsAsync.getMultiple
(List<String> uids, AsyncHandler<List<ItemValue<ContainerSubscriptionModel>>> handler) void
IOwnerSubscriptionsAsync.list
(AsyncHandler<List<ItemValue<ContainerSubscriptionModel>>> handler) void
IOwnerSubscriptionsAsync.multipleGetById
(List<Long> ids, AsyncHandler<List<ItemValue<ContainerSubscriptionModel>>> handler) -
Uses of ContainerSubscriptionModel in net.bluemind.core.container.api.internal
Modifier and TypeMethodDescriptionvoid
IInternalOwnerSubscriptions.create
(String uid, ContainerSubscriptionModel node) void
IInternalOwnerSubscriptions.createWithId
(long id, String uid, ContainerSubscriptionModel node) void
IInternalOwnerSubscriptions.update
(String uid, ContainerSubscriptionModel node)