Class Namespace

java.lang.Object
com.atlassian.confluence.labels.Namespace
All Implemented Interfaces:
Serializable, Comparable<Namespace>

public class Namespace extends Object implements Serializable, Comparable<Namespace>
See Also:
  • Field Details

    • VISIBILITY_PUBLIC

      public static final String VISIBILITY_PUBLIC
      Labels in this namespace are visible to anyone who can see the labeled content
      See Also:
    • VISIBILITY_OWNER

      public static final String VISIBILITY_OWNER
      Labels in this namespace are only visible to that label's owner
      See Also:
    • VISIBILITY_SYSTEM

      public static final String VISIBILITY_SYSTEM
      Labels in this namespace are set and removed by the system, and are not shown in the UI
      See Also:
    • PERSONAL

      public static final Namespace PERSONAL
    • TEAM

      public static final Namespace TEAM
    • GLOBAL

      public static final Namespace GLOBAL
    • SYSTEM

      public static final Namespace SYSTEM
  • Method Details