Modifier and Type | Method and Description |
---|---|
PageResponse<Label> |
ContentLabelServiceImpl.addLabels(ContentId contentId,
Iterable<Label> labels) |
PageResponse<Label> |
ContentLabelServiceImpl.getLabels(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest pageRequest) |
Modifier and Type | Method and Description |
---|---|
SpaceService.SpaceFinder |
SpaceServiceImpl.SpaceFinderImpl.withLabels(Label... labels) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Label> |
ContentLabelServiceImpl.addLabels(ContentId contentId,
Iterable<Label> labels) |
Modifier and Type | Method and Description |
---|---|
Label |
LabelFactory.buildFrom(Label hibernateObject,
Expansions expansions) |
Modifier and Type | Method and Description |
---|---|
Label |
Label.LabelBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<Label> |
ContentTemplate.getLabels() |
Modifier and Type | Method and Description |
---|---|
ContentTemplate.ContentTemplateBuilder |
ContentTemplate.ContentTemplateBuilder.labels(List<Label> labels) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Label> |
ContentLabelService.addLabels(ContentId contentId,
Iterable<Label> labels)
Adds the given labels to the specified content
|
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 |
---|---|
ValidationResult |
ContentLabelService.Validator.validateAddLabels(ContentId contentId,
Label... labels)
Validates that the list of labels can be added to the given content
|
SpaceService.SpaceFinder |
SpaceService.SpaceFinder.withLabels(Label... labels) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Label> |
ContentLabelService.addLabels(ContentId contentId,
Iterable<Label> labels)
Adds the given labels to the specified content
|
Constructor and Description |
---|
Label(Label apiLabel,
String username)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Label> |
ContentLabelsResource.addLabels(ContentId contentId,
String labels)
Adds a list of labels to the specified content.
|
PageResponse<Label> |
ContentLabelsResource.labels(ContentId contentId,
List<String> prefixes,
int start,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns the list of labels on a piece of Content.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Label>> |
RemoteContentLabelServiceImpl.addLabels(ContentId contentId,
Iterable<Label> labels) |
com.atlassian.util.concurrent.Promise<? extends Iterable<Label>> |
RemoteContentLabelService.addLabels(ContentId contentId,
Iterable<Label> labels)
Adds the given labels to the specified content
|
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
|
Modifier and Type | Method and Description |
---|---|
RemoteSpaceService.RemoteSpaceFinder |
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.withLabels(Label... labels) |
RemoteSpaceService.RemoteSpaceFinder |
RemoteSpaceService.RemoteSpaceFinder.withLabels(Label... labels) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Label>> |
RemoteContentLabelServiceImpl.addLabels(ContentId contentId,
Iterable<Label> labels) |
com.atlassian.util.concurrent.Promise<? extends Iterable<Label>> |
RemoteContentLabelService.addLabels(ContentId contentId,
Iterable<Label> labels)
Adds the given labels to the specified content
|
Modifier and Type | Method and Description |
---|---|
static boolean |
LabelUtil.syncState(List<Label> source,
LabelManager labelManager,
com.atlassian.user.User user,
Labelable dest) |
Copyright © 2003–2016 Atlassian. All rights reserved.