Modifier and Type | Method and Description |
---|---|
static Label.Prefix |
Label.Prefix.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Label.Prefix[] |
Label.Prefix.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Label> |
ContentService.getLabels(long contentId,
Collection<Label.Prefix> prefixes)
Deprecated.
Get the labels attached to a given piece of content in the given namespaces
|
Iterable<Label> |
AttachmentService.getLabels(long attachmentId,
Collection<Label.Prefix> prefixes)
Deprecated.
Get the labels attached to a given attachment.
|
Iterable<Label> |
TemplateService.getLabels(long pageTemplateId,
Collection<Label.Prefix> prefixes)
Deprecated.
Get the labels attached to a given page template
|
Modifier and Type | Method and Description |
---|---|
static Iterable<Label.Prefix> |
LegacyLabelPrefixHelper.convertLabelPrefixStrings(List<String> prefixes)
Deprecated.
Converts label prefix strings from rest request into label prefixes.
|
Modifier and Type | Method and Description |
---|---|
static Iterable<Label> |
LegacyLabelHelper.extractViewableLabels(AbstractLabelableEntityObject labelable,
Collection<Label.Prefix> prefixes,
com.atlassian.user.User user)
Deprecated.
|
Iterable<Label> |
LegacyContentServiceImpl.getLabels(long contentId,
Collection<Label.Prefix> prefixes)
Deprecated.
|
Iterable<Label> |
LegacyAttachmentServiceImpl.getLabels(long attachmentId,
Collection<Label.Prefix> prefixes)
Deprecated.
|
Iterable<Label> |
LegacyTemplateServiceImpl.getLabels(long pageTemplateId,
Collection<Label.Prefix> prefixes)
Deprecated.
|
Copyright © 2003–2021 Atlassian. All rights reserved.