Package com.atlassian.confluence.labels
Class Namespace
java.lang.Object
com.atlassian.confluence.labels.Namespace
- All Implemented Interfaces:
Serializable
,Comparable<Namespace>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Namespace
static final Namespace
static final Namespace
static final Namespace
static final String
Labels in this namespace are only visible to that label's ownerstatic final String
Labels in this namespace are visible to anyone who can see the labeled contentstatic final String
Labels in this namespace are set and removed by the system, and are not shown in the UI -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
static Namespace
getNamespace
(String prefix) int
hashCode()
static boolean
static boolean
isPersonal
(Label l) static boolean
toString()
-
Field Details
-
VISIBILITY_PUBLIC
Labels in this namespace are visible to anyone who can see the labeled content- See Also:
-
VISIBILITY_OWNER
Labels in this namespace are only visible to that label's owner- See Also:
-
VISIBILITY_SYSTEM
Labels in this namespace are set and removed by the system, and are not shown in the UI- See Also:
-
PERSONAL
-
TEAM
-
GLOBAL
-
SYSTEM
-
-
Method Details