Uses of Class
com.atlassian.confluence.labels.Namespace
-
Uses of Namespace in com.atlassian.confluence.impl.labels
-
Uses of Namespace in com.atlassian.confluence.labels
Modifier and TypeFieldDescriptionstatic final Namespace
Namespace.GLOBAL
static final Namespace
Namespace.PERSONAL
static final Namespace
Namespace.SYSTEM
static final Namespace
Namespace.TEAM
Modifier and TypeMethodDescriptionLabel.getNamespace()
static Namespace
Namespace.getNamespace
(String prefix) Modifier and TypeMethodDescriptionint
LabelPermissionEnforcer.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 List
LabelPermissionSupport.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 namespaceConvenience method to fetch a label without having to create a Label objectModifierConstructorDescriptionLabel
(String name, Namespace namespace, @Nullable ConfluenceUser owner) Deprecated.since 5.2.NamespaceLabelFilter
(Namespace namespace) NamespaceLabelFilter
(Namespace namespace, String user)