Uses of Class
com.atlassian.confluence.api.model.content.Label
Packages that use Label
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of Label in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that return types with arguments of type LabelModifier and TypeMethodDescriptionSpaceLabelServiceImpl.findAllContentLabelsPaginated
(String spaceKey, PageRequest pageRequest) SpaceServiceImpl.findAllContentLabelsPaginated
(String spaceKey, PageRequest pageRequest) SpaceLabelServiceImpl.findPopularContentLabelsPaginated
(String spaceKey, PageRequest pageRequest) SpaceServiceImpl.findPopularContentLabelsPaginated
(String spaceKey, PageRequest pageRequest) SpaceLabelServiceImpl.findRecentContentLabelsPaginated
(String spaceKey, PageRequest pageRequest) SpaceServiceImpl.findRecentContentLabelsPaginated
(String spaceKey, PageRequest pageRequest) SpaceLabelServiceImpl.findRelatedContentLabelsPaginated
(String spaceKey, String labelName, PageRequest pageRequest) SpaceServiceImpl.findRelatedContentLabelsPaginated
(String spaceKey, String labelName, PageRequest pageRequest) ContentLabelServiceImpl.getLabels
(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest pageRequest) LabelServiceImpl.getLabelsByDetail
(PageRequest pageRequest, String labelName, String namespace, String spaceKey, String owner) LabelServiceImpl.getMostPopularLabels
(PageRequest pageRequest) LabelServiceImpl.getRecentlyUsedLabels
(PageRequest pageRequest) LabelServiceImpl.getRelatedLabels
(String labelName, int maxCount) LabelServiceImpl.getRelatedLabels
(String labelName, PageRequest pageRequest) Methods in com.atlassian.confluence.api.impl.service.content with parameters of type LabelModifier and TypeMethodDescriptionfinal void
ContentLabelServiceImpl.removeLabel
(@NonNull ContentId contentId, @NonNull Label label) SpaceServiceImpl.SpaceFinderImpl.withLabels
(Label... labels) Method parameters in com.atlassian.confluence.api.impl.service.content with type arguments of type Label -
Uses of Label in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory that return LabelModifier and TypeMethodDescriptionLabelFactory.buildFrom
(Label hibernateObject, Expansions expansions) -
Uses of Label in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return Label -
Uses of Label in com.atlassian.confluence.api.model.content.template
Methods in com.atlassian.confluence.api.model.content.template that return types with arguments of type LabelMethod parameters in com.atlassian.confluence.api.model.content.template with type arguments of type LabelModifier and TypeMethodDescription -
Uses of Label in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return types with arguments of type LabelModifier and TypeMethodDescriptionAdds the given labels to the specified contentSpaceLabelService.findAllContentLabelsPaginated
(String spaceKey, PageRequest pageRequest) Returns a paginated list of all Labels used by Content within the given Space.SpaceService.findAllContentLabelsPaginated
(String spaceKey, PageRequest pageRequest) Deprecated.since 9.1.0, for removal in 10.0.0.SpaceLabelService.findPopularContentLabelsPaginated
(String spaceKey, PageRequest pageRequest) Returns a paginated list of the most popular Labels used by Content within the given Space.SpaceService.findPopularContentLabelsPaginated
(String spaceKey, PageRequest pageRequest) Deprecated.since 9.1.0, for removal in 10.0.0.SpaceLabelService.findRecentContentLabelsPaginated
(String spaceKey, PageRequest pageRequest) Returns a paginated list of the most recent Labels used by Content within the given Space.SpaceService.findRecentContentLabelsPaginated
(String spaceKey, PageRequest pageRequest) Deprecated.since 9.1.0, for removal in 10.0.0.SpaceLabelService.findRelatedContentLabelsPaginated
(String spaceKey, String labelName, PageRequest pageRequest) Returns a paginated list of related Labels used by Content within the given Space.SpaceService.findRelatedContentLabelsPaginated
(String spaceKey, String labelName, PageRequest pageRequest) Deprecated.since 9.1.0, for removal in 10.0.0.ContentLabelService.getLabels
(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest pageRequest) Get the labels attached to a given piece of content in the given namespacesLabelService.getLabelsByDetail
(PageRequest pageRequest, String labelName, String namespace, String spaceKey, String owner) Gets all labels with given namespace, label name, space and/or ownerLabelService.getMostPopularLabels
(PageRequest pageRequest) Returns a paginated list of the most popular Labels used in a Confluence instance.LabelService.getRecentlyUsedLabels
(PageRequest pageRequest) Returns a paginated list of the most recent Labels used in a Confluence instance.LabelService.getRelatedLabels
(String labelName, int maxCount) Deprecated.since 9.3.0, useLabelService.getRelatedLabels(String, PageRequest)
instead.LabelService.getRelatedLabels
(String labelName, PageRequest pageRequest) Returns the labels related to the given label name, with a specified maximum number of results.Methods in com.atlassian.confluence.api.service.content with parameters of type LabelModifier and TypeMethodDescriptionvoid
ContentLabelService.removeLabel
(@NonNull ContentId contentId, @NonNull Label label) Removes the given label the content with the given contentIdContentLabelService.Validator.validateAddLabels
(ContentId contentId, Label... labels) Validates that the list of labels can be added to the given contentSpaceService.SpaceFinder.withLabels
(Label... labels) Method parameters in com.atlassian.confluence.api.service.content with type arguments of type Label -
Uses of Label in com.atlassian.confluence.impl.service.finder.content
Methods in com.atlassian.confluence.impl.service.finder.content with parameters of type Label -
Uses of Label in com.atlassian.confluence.plugins.graphql.providers
Methods in com.atlassian.confluence.plugins.graphql.providers that return types with arguments of type Label -
Uses of Label in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that return types with arguments of type LabelModifier and TypeMethodDescriptionContentLabelsResource.labels
(ContentId contentId, List<String> prefixes, int offset, int limit, javax.ws.rs.core.UriInfo uriInfo) LabelResource.labels
(String labelName, String owner, String namespace, String spaceKey, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) LabelResource.popular
(int start, int limit, javax.ws.rs.core.UriInfo uriInfo) LabelResource.recent
(int start, int limit, javax.ws.rs.core.UriInfo uriInfo) SpaceLabelResource.related
(javax.ws.rs.core.UriInfo uriInfo, String spaceKey, String labelName, int start, int limit) -
Uses of Label in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type LabelModifier and TypeMethodDescriptionAbstractRemoteContentLabelService.addLabelsCompletionStage
(ContentId contentId, Iterable<Label> labels) RemoteContentLabelService.addLabelsCompletionStage
(ContentId contentId, Iterable<Label> labels) Adds the given labels to the specified contentRemoteSpaceService.findAllContentLabelsPaginated
(String spaceKey, PageRequest pageRequest) Returns a paginated list of all Labels used by Content within the given Space.RemoteSpaceServiceImpl.findAllContentLabelsPaginated
(String spaceKey, PageRequest pageRequest) RemoteSpaceService.findPopularContentLabelsPaginated
(String spaceKey, PageRequest pageRequest) Returns a paginated list of the popular Labels used by Content within the given Space.RemoteSpaceServiceImpl.findPopularContentLabelsPaginated
(String spaceKey, PageRequest pageRequest) RemoteSpaceService.findRecentContentLabelsPaginated
(String spaceKey, PageRequest pageRequest) Returns a paginated list of the recent Labels used by Content within the given Space.RemoteSpaceServiceImpl.findRecentContentLabelsPaginated
(String spaceKey, PageRequest pageRequest) RemoteSpaceService.findRelatedContentLabelsPaginated
(String spaceKey, String labelName, PageRequest pageRequest) Returns a paginated list of related Labels used by Content within the given Space.RemoteSpaceServiceImpl.findRelatedContentLabelsPaginated
(String spaceKey, String labelName, PageRequest pageRequest) RemoteContentLabelService.getLabelsByDetail
(PageRequest pageRequest, String labelName, String namespace, String spaceKey, String owner) Get the labels based on the given parametersRemoteContentLabelServiceImpl.getLabelsByDetail
(PageRequest pageRequest, String labelName, String namespace, String spaceKey, String owner) abstract CompletionStage<PageResponse<Label>>
AbstractRemoteContentLabelService.getLabelsCompletionStage
(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request) RemoteContentLabelService.getLabelsCompletionStage
(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request) Get the labels attached to a given piece of content in the given namespacesRemoteContentLabelServiceImpl.getLabelsCompletionStage
(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request) RemoteLabelService.getRecentlyUsedLabelsCompletionStage
(PageRequest pageRequest) Returns a paginated list of the most recent Labels used in a Confluence instance.RemoteLabelServiceImpl.getRecentlyUsedLabelsCompletionStage
(PageRequest pageRequest) RemoteLabelService.getRelatedLabelsCompletionStage
(String labelName, int maxCount) Returns the labels related to the given label name, with a specified maximum number of results.RemoteLabelServiceImpl.getRelatedLabelsCompletionStage
(String labelName, int maxCount) Methods in com.atlassian.confluence.rest.client with parameters of type LabelModifier and TypeMethodDescriptionAbstractRemoteContentLabelService.removeLabelCompletionStage
(ContentId contentId, Label label) RemoteContentLabelService.removeLabelCompletionStage
(ContentId contentId, Label label) Remove a label with from the specified contentRemoteSpaceService.RemoteSpaceFinder.withLabels
(Label... labels) RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.withLabels
(Label... labels) Method parameters in com.atlassian.confluence.rest.client with type arguments of type LabelModifier and TypeMethodDescriptionAbstractRemoteContentLabelService.addLabelsCompletionStage
(ContentId contentId, Iterable<Label> labels) RemoteContentLabelService.addLabelsCompletionStage
(ContentId contentId, Iterable<Label> labels) Adds the given labels to the specified content -
Uses of Label in com.atlassian.confluence.rest.client.graphql
Methods in com.atlassian.confluence.rest.client.graphql that return types with arguments of type LabelModifier and TypeMethodDescriptionGraphQLRemoteContentLabelServiceImpl.getLabelsByDetail
(PageRequest pageRequest, String labelName, String namespace, String spaceKey, String owner) GraphQLRemoteContentLabelServiceImpl.getLabelsCompletionStage
(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request) -
Uses of Label in com.atlassian.confluence.util
Method parameters in com.atlassian.confluence.util with type arguments of type LabelModifier and TypeMethodDescriptionstatic boolean
LabelUtil.syncState
(List<Label> source, LabelManager labelManager, com.atlassian.user.User user, Labelable dest)