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
FieldsModifier and TypeFieldDescriptionstatic final Namespacestatic final Namespacestatic final Namespacestatic final Namespacestatic final StringLabels in this namespace are only visible to that label's ownerstatic final StringLabels in this namespace are visible to anyone who can see the labeled contentstatic final StringLabels in this namespace are set and removed by the system, and are not shown in the UI - 
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic NamespacegetNamespace(String prefix) inthashCode()static booleanstatic booleanisPersonal(Label l) static booleantoString() 
- 
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