Uses of Class
com.atlassian.confluence.labels.Namespace
- 
Packages that use Namespace Package Description com.atlassian.confluence.impl.labels com.atlassian.confluence.labels  - 
- 
Uses of Namespace in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels with parameters of type Namespace Modifier and Type Method Description ListLabelPermissionEnforcerImpl. filterLabelsByNamespace(List labelList, @Nullable com.atlassian.user.User user, Namespace namespace)LabelCachingLabelManager. getLabel(String labelName, Namespace namespace) - 
Uses of Namespace in com.atlassian.confluence.labels
Fields in com.atlassian.confluence.labels declared as Namespace Modifier and Type Field Description static NamespaceNamespace. GLOBALstatic NamespaceNamespace. PERSONALstatic NamespaceNamespace. SYSTEMstatic NamespaceNamespace. TEAMMethods in com.atlassian.confluence.labels that return Namespace Modifier and Type Method Description NamespaceLabel. getNamespace()static NamespaceNamespace. getNamespace(String prefix)Methods in com.atlassian.confluence.labels with parameters of type Namespace Modifier and Type Method Description intNamespace. compareTo(Namespace o)ListLabelPermissionEnforcer. filterLabelsByNamespace(List labelList, com.atlassian.user.User user, Namespace namespace)Takes a list of label objects and filters out those not in the specified namespacestatic ListLabelPermissionSupport. filterLabelsByNamespace(List labelList, com.atlassian.user.User user, Namespace namespace)Deprecated.Takes a list of label objects and filters out those not in the specified namespaceLabelDefaultLabelManager. getLabel(String labelName, Namespace namespace)LabelLabelManager. getLabel(String labelName, Namespace namespace)Convenience method to fetch a label without having to create a Label objectConstructors in com.atlassian.confluence.labels with parameters of type Namespace Constructor Description Label(String name, Namespace namespace)Label(String name, Namespace namespace, @Nullable ConfluenceUser owner)Label(String name, Namespace namespace, @Nullable String owner)Deprecated.since 5.2.NamespaceLabelFilter(Namespace namespace)NamespaceLabelFilter(Namespace namespace, String user) 
 -