Uses of Class
com.atlassian.confluence.labels.Namespace
Packages that use Namespace
-
Uses of Namespace in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels with parameters of type Namespace -
Uses of Namespace in com.atlassian.confluence.labels
Fields in com.atlassian.confluence.labels declared as NamespaceModifier and TypeFieldDescriptionstatic final Namespace
Namespace.GLOBAL
static final Namespace
Namespace.PERSONAL
static final Namespace
Namespace.SYSTEM
static final Namespace
Namespace.TEAM
Methods in com.atlassian.confluence.labels that return NamespaceModifier and TypeMethodDescriptionLabel.getNamespace()
static Namespace
Namespace.getNamespace
(String prefix) Methods in com.atlassian.confluence.labels with parameters of type NamespaceModifier 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 objectConstructors in com.atlassian.confluence.labels with parameters of type NamespaceModifierConstructorDescriptionLabel
(String name, Namespace namespace, @Nullable ConfluenceUser owner) NamespaceLabelFilter
(Namespace namespace) NamespaceLabelFilter
(Namespace namespace, String user)