Uses of Class
net.bluemind.core.container.api.ContainerSubscriptionModel
Packages that use ContainerSubscriptionModel
-
Uses of ContainerSubscriptionModel in net.bluemind.core.container.api
Subclasses of ContainerSubscriptionModel in net.bluemind.core.container.apiModifier and TypeClassDescriptionclass
This object is used by services to return subscriptions to a client.Methods in net.bluemind.core.container.api that return ContainerSubscriptionModelModifier 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) Methods in net.bluemind.core.container.api that return types with arguments of type ContainerSubscriptionModelModifier 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) Methods in net.bluemind.core.container.api with parameters of type ContainerSubscriptionModelModifier and TypeMethodDescriptionContainerSubscriptionDescriptor.copyOf
(ContainerSubscriptionModel model) Method parameters in net.bluemind.core.container.api with type arguments of type ContainerSubscriptionModelModifier 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
Methods in net.bluemind.core.container.api.internal with parameters of type ContainerSubscriptionModelModifier and TypeMethodDescriptionvoid
IInternalOwnerSubscriptions.create
(String uid, ContainerSubscriptionModel node) void
IInternalOwnerSubscriptions.createWithId
(long id, String uid, ContainerSubscriptionModel node) void
IInternalOwnerSubscriptions.update
(String uid, ContainerSubscriptionModel node)