| Modifier and Type | Method and Description |
|---|---|
PageResponse<Label> |
ContentLabelServiceImpl.getLabels(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest pageRequest) |
| 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 |
|---|---|
Label.LabelBuilder |
Label.LabelBuilder.prefix(Label.Prefix prefix) |
| Modifier and Type | Method and Description |
|---|---|
PageResponse<Label> |
ContentLabelService.getLabels(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest pageRequest)
Get the labels attached to a given piece of content in the given namespaces
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Label>> |
RemoteContentLabelServiceImpl.getLabels(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request) |
com.atlassian.util.concurrent.Promise<? extends Iterable<Label>> |
RemoteContentLabelService.getLabels(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request)
Get the labels attached to a given piece of content in the given namespaces
|
Copyright © 2003–2018 Atlassian. All rights reserved.