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 Details

  • 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 UID
      domainUid - the domain
      Returns:
      flat container hierarchy container UID
    • getIdentifier

      static String getIdentifier(String ownerUid, String domainUid)