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

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

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

  • Method Details

    • getDefaultUserTags

      @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

      static String defaultTags(String uid)