Interface ITagUids


@Path("/tags/uids") public interface ITagUids
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 tags container UIDs
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    static String
     
    default String
    Returns the default user tag UID
  • Field Details Link icon

  • Method Details Link icon

    • getDefaultUserTags Link icon

      @GET @Path("{uid}/_default_tags") default String getDefaultUserTags(@PathParam("uid") String userUid)
      Returns the default user tag UID
      Parameters:
      userUid - the User UID
      Returns:
      default user tag UID
    • defaultTags Link icon

      static String defaultTags(String uid)