Package net.bluemind.core.container.api
Class ContainerSubscriptionModel
java.lang.Object
net.bluemind.core.container.api.ContainerSubscription
net.bluemind.core.container.api.ContainerSubscriptionModel
- Direct Known Subclasses:
ContainerSubscriptionDescriptor
This object is used for storing a per-user sharded
ContainerChangeset
on subscriptions.-
Field Summary
Modifier and TypeFieldDescriptionboolean
Fields inherited from class net.bluemind.core.container.api.ContainerSubscription
automount, containerUid, offlineSync
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ContainerSubscriptionModel
create
(String uid, String type, String owner, boolean defaultContainer, boolean offlineSync, String name) static ContainerSubscriptionModel
create
(BaseContainerDescriptor cd, boolean offlineSync) Methods inherited from class net.bluemind.core.container.api.ContainerSubscription
create, create, toString
-
Field Details
-
containerType
-
owner
-
defaultContainer
public boolean defaultContainer -
name
-
-
Constructor Details
-
ContainerSubscriptionModel
public ContainerSubscriptionModel()
-
-
Method Details
-
create
public static ContainerSubscriptionModel create(String uid, String type, String owner, boolean defaultContainer, boolean offlineSync, String name) -
create
-