Package | Description |
---|---|
com.atlassian.confluence.labels |
Modifier and Type | Field and Description |
---|---|
static Namespace |
Namespace.GLOBAL |
static Namespace |
Namespace.PERSONAL |
static Namespace |
Namespace.SYSTEM |
static Namespace |
Namespace.TEAM |
Modifier and Type | Method and Description |
---|---|
Namespace |
Label.getNamespace() |
static Namespace |
Namespace.getNamespace(String prefix) |
Modifier and Type | Method and Description |
---|---|
static List |
LabelPermissionSupport.filterLabelsByNamespace(List labelList,
com.atlassian.user.User user,
Namespace namespace)
Takes a list of label objects and filters out those not in the specified namespace
|
Label |
CachingLabelManager.getLabel(String labelName,
Namespace namespace) |
Label |
LabelManager.getLabel(String labelName,
Namespace namespace)
Convenience method to fetch a label without having to create a Label object
|
Label |
DefaultLabelManager.getLabel(String labelName,
Namespace namespace) |
Constructor and Description |
---|
Label(String name,
Namespace namespace) |
Label(String name,
Namespace namespace,
ConfluenceUser owner) |
Label(String name,
Namespace namespace,
String owner)
Deprecated.
since 5.2.
|
NamespaceLabelFilter(Namespace namespace) |
NamespaceLabelFilter(Namespace namespace,
String user) |
Copyright © 2003–2017 Atlassian. All rights reserved.