Package net.bluemind.core.container.api
Interface IFlatHierarchyUids
@Path("/flat_hierarchy/uids")
public interface IFlatHierarchyUids
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 the flat container hierarchy container UID.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getIdentifier
(String ownerUid, String domainUid) default String
identifier
(String ownerUid, String domainUid) Returns the flat container hierarchy container UID
-
Field Details
-
TYPE
- See Also:
-
REPAIR_OP_ID
- See Also:
-
REPAIR_PF_OP_ID
- See Also:
-
-
Method Details
-
identifier
@GET @Path("{uid}/{domain}/_entry_hierarchy") default String identifier(@PathParam("uid") String ownerUid, @PathParam("domain") String domainUid) Returns the flat container hierarchy container UID- Parameters:
ownerUid
- the owner UIDdomainUid
- the domain- Returns:
- flat container hierarchy container UID
-
getIdentifier
-