Package net.bluemind.core.container.api
Interface IOwnerSubscriptionUids
@Path("/owner_subscriptions/uids")
public interface IOwnerSubscriptionUids
To unify the management of changelogs, ACLs, client synchronization,
permissions and sharing, Bluemind stores all elements in a generic structure
called a container. All containers are identified by a unique ID. Some
containers are named (UID) in a specific manner to express a certain meaning.
Returns specific owner subscription container UIDs.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getIdentifier
(String ownerUid, String domainUid) default String
identifier
(String ownerUid, String domainUid) Returns the owner subscription container UIDstatic String
subscriptionUid
(String containerUid, String ownerUid)
-
Field Details
-
TYPE
- See Also:
-
REPAIR_OP_ID
- See Also:
-
-
Method Details
-
identifier
@GET @Path("{uid}/{domain}/_subscription") default String identifier(@PathParam("uid") String ownerUid, @PathParam("domain") String domainUid) Returns the owner subscription container UID- Parameters:
ownerUid
- ownerdomainUid
- domain- Returns:
- owner subscription container uid
-
getIdentifier
-
subscriptionUid
-