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 NamespaceNamespace.GLOBALstatic final NamespaceNamespace.PERSONALstatic final NamespaceNamespace.SYSTEMstatic final NamespaceNamespace.TEAMMethods in com.atlassian.confluence.labels that return NamespaceModifier and TypeMethodDescriptionLabel.getNamespace()static NamespaceNamespace.getNamespace(String prefix) Methods in com.atlassian.confluence.labels with parameters of type NamespaceModifier and TypeMethodDescriptionintLabelPermissionEnforcer.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 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) Deprecated, for removal: This API element is subject to removal in a future version.since 5.2.NamespaceLabelFilter(Namespace namespace) NamespaceLabelFilter(Namespace namespace, String user)