Package | Description |
---|---|
com.atlassian.confluence.api.impl.service.content | |
com.atlassian.confluence.api.model.content | |
com.atlassian.confluence.api.service.content | |
com.atlassian.confluence.rest.client |
This package contains the code which communicates with Confluence via REST API.
|
com.atlassian.confluence.rest.client.graphql |
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 |
---|---|
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<? 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. |
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. |
abstract CompletionStage<PageResponse<Label>> |
AbstractRemoteContentLabelService.getLabelsCompletionStage(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request) |
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
|
CompletionStage<PageResponse<Label>> |
RemoteContentLabelServiceImpl.getLabelsCompletionStage(ContentId contentId,
Collection<Label.Prefix> prefixes,
PageRequest request) |
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) |
Copyright © 2003–2020 Atlassian. All rights reserved.