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 Details Link icon

  • Method Details Link icon

    • identifier Link icon

      @GET @Path("{uid}/{domain}/_subscription") default String identifier(@PathParam("uid") String ownerUid, @PathParam("domain") String domainUid)
      Returns the owner subscription container UID
      Parameters:
      ownerUid - owner
      domainUid - domain
      Returns:
      owner subscription container uid
    • getIdentifier Link icon

      static String getIdentifier(String ownerUid, String domainUid)
    • subscriptionUid Link icon

      static String subscriptionUid(String containerUid, String ownerUid)