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 |
---|---|
void |
ContentLabelServiceImpl.removeLabel(@NonNull ContentId contentId,
@NonNull Label label) |
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 |
---|---|
void |
ContentLabelService.removeLabel(@NonNull ContentId contentId,
@NonNull Label label)
Removes the given label the content with the given contentId
|
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
|
Modifier and Type | Method and Description |
---|---|
SpaceService.SpaceFinder |
NoopSpaceFinder.withLabels(Label... labels) |
Constructor and Description |
---|
Label(Label apiLabel,
String username)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Label> |
ContentLabelsProvider.labels(List<String> prefixes,
int offset,
String afterOffset,
int limit,
javax.ws.rs.core.UriInfo uriInfo,
graphql.schema.DataFetchingEnvironment env) |
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 offset,
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<? extends Iterable<Label>> |
RemoteContentLabelService.addLabels(ContentId contentId,
Iterable<Label> labels)
Deprecated.
since 7.0.1. Use
RemoteContentLabelService.getLabelsCompletionStage(ContentId, Collection, PageRequest) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Label>> |
AbstractRemoteContentLabelService.addLabels(ContentId contentId,
Iterable<Label> labels)
Deprecated.
since 7.0.1. Use
AbstractRemoteContentLabelService.addLabelsCompletionStage(ContentId, Iterable) instead. |
CompletionStage<? extends Iterable<Label>> |
RemoteContentLabelService.addLabelsCompletionStage(ContentId contentId,
Iterable<Label> labels)
Adds the given labels to the specified content
|
CompletionStage<PageResponse<Label>> |
AbstractRemoteContentLabelService.addLabelsCompletionStage(ContentId contentId,
Iterable<Label> labels) |
com.atlassian.util.concurrent.Promise<? extends Iterable<Label>> |
RemoteContentLabelService.getLabels(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteContentLabelService.getLabelsCompletionStage(ContentId, Collection, PageRequest) instead. |
abstract com.atlassian.util.concurrent.Promise<PageResponse<Label>> |
AbstractRemoteContentLabelService.getLabels(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request)
Deprecated.
since 7.0.1. Use
AbstractRemoteContentLabelService.getLabelsCompletionStage(ContentId, Collection, PageRequest) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Label>> |
RemoteContentLabelServiceImpl.getLabels(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteContentLabelServiceImpl.getLabelsCompletionStage(ContentId, Collection, PageRequest) instead. |
CompletionStage<? extends Iterable<Label>> |
RemoteContentLabelService.getLabelsCompletionStage(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request)
Get the labels attached to a given piece of content in the given namespaces
|
abstract CompletionStage<PageResponse<Label>> |
AbstractRemoteContentLabelService.getLabelsCompletionStage(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request) |
CompletionStage<PageResponse<Label>> |
RemoteContentLabelServiceImpl.getLabelsCompletionStage(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<Void> |
RemoteContentLabelService.removeLabel(ContentId contentId,
Label label)
Deprecated.
since 7.0.1. Use
RemoteContentLabelService.removeLabelCompletionStage(ContentId, Label) instead. |
com.atlassian.util.concurrent.Promise<Void> |
AbstractRemoteContentLabelService.removeLabel(ContentId contentId,
Label label)
Deprecated.
since 7.0.1. Use
AbstractRemoteContentLabelService.removeLabelCompletionStage(ContentId, Label) instead. |
CompletionStage<Void> |
RemoteContentLabelService.removeLabelCompletionStage(ContentId contentId,
Label label)
Remove a label with from the specified content
|
CompletionStage<Void> |
AbstractRemoteContentLabelService.removeLabelCompletionStage(ContentId contentId,
Label label) |
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<? extends Iterable<Label>> |
RemoteContentLabelService.addLabels(ContentId contentId,
Iterable<Label> labels)
Deprecated.
since 7.0.1. Use
RemoteContentLabelService.getLabelsCompletionStage(ContentId, Collection, PageRequest) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Label>> |
AbstractRemoteContentLabelService.addLabels(ContentId contentId,
Iterable<Label> labels)
Deprecated.
since 7.0.1. Use
AbstractRemoteContentLabelService.addLabelsCompletionStage(ContentId, Iterable) instead. |
CompletionStage<? extends Iterable<Label>> |
RemoteContentLabelService.addLabelsCompletionStage(ContentId contentId,
Iterable<Label> labels)
Adds the given labels to the specified content
|
CompletionStage<PageResponse<Label>> |
AbstractRemoteContentLabelService.addLabelsCompletionStage(ContentId contentId,
Iterable<Label> labels) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<PageResponse<Label>> |
GraphQLRemoteContentLabelServiceImpl.getLabels(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request)
Deprecated.
since 7.0.1. Use
GraphQLRemoteContentLabelServiceImpl.getLabelsCompletionStage(ContentId, Collection, PageRequest) instead. |
CompletionStage<PageResponse<Label>> |
GraphQLRemoteContentLabelServiceImpl.getLabelsCompletionStage(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request) |
Modifier and Type | Method and Description |
---|---|
static boolean |
LabelUtil.syncState(List<Label> source,
LabelManager labelManager,
com.atlassian.user.User user,
Labelable dest) |
Copyright © 2003–2020 Atlassian. All rights reserved.