Uses of Class
com.atlassian.confluence.api.model.content.Label
-
-
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 Label Modifier and Type Method Description PageResponse<Label>ContentLabelServiceImpl. addLabels(ContentId contentId, Iterable<Label> labels)PageResponse<Label>ContentLabelServiceImpl. getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest pageRequest)Methods in com.atlassian.confluence.api.impl.service.content with parameters of type Label Modifier and Type Method Description voidContentLabelServiceImpl. removeLabel(@NonNull ContentId contentId, @NonNull Label label)SpaceService.SpaceFinderSpaceServiceImpl.SpaceFinderImpl. withLabels(Label... labels)Method parameters in com.atlassian.confluence.api.impl.service.content with type arguments of type Label Modifier and Type Method Description PageResponse<Label>ContentLabelServiceImpl. addLabels(ContentId contentId, Iterable<Label> labels) -
Uses of Label in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory that return Label Modifier and Type Method Description LabelLabelFactory. 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 Modifier and Type Method Description LabelLabel.LabelBuilder. build() -
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 Label Modifier and Type Method Description List<Label>ContentTemplate. getLabels()Method parameters in com.atlassian.confluence.api.model.content.template with type arguments of type Label Modifier and Type Method Description ContentTemplate.ContentTemplateBuilderContentTemplate.ContentTemplateBuilder. labels(List<Label> labels) -
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 Label Modifier and Type Method Description PageResponse<Label>ContentLabelService. addLabels(ContentId contentId, Iterable<Label> labels)Adds the given labels to the specified contentPageResponse<Label>ContentLabelService. getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest pageRequest)Get the labels attached to a given piece of content in the given namespacesMethods in com.atlassian.confluence.api.service.content with parameters of type Label Modifier and Type Method Description voidContentLabelService. removeLabel(@NonNull ContentId contentId, @NonNull Label label)Removes the given label the content with the given contentIdValidationResultContentLabelService.Validator. validateAddLabels(ContentId contentId, Label... labels)Validates that the list of labels can be added to the given contentSpaceService.SpaceFinderSpaceService.SpaceFinder. withLabels(Label... labels)Method parameters in com.atlassian.confluence.api.service.content with type arguments of type Label Modifier and Type Method Description PageResponse<Label>ContentLabelService. addLabels(ContentId contentId, Iterable<Label> labels)Adds the given labels to the specified content -
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 Modifier and Type Method Description SpaceService.SpaceFinderNoopSpaceFinder. withLabels(Label... labels) -
Uses of Label in com.atlassian.confluence.it
Constructors in com.atlassian.confluence.it with parameters of type Label Constructor Description Label(Label apiLabel, String username)Deprecated. -
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 Modifier and Type Method Description PageResponse<Label>ContentLabelsProvider. labels(List<String> prefixes, int offset, String afterOffset, int limit, javax.ws.rs.core.UriInfo uriInfo, graphql.schema.DataFetchingEnvironment env) -
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 Label Modifier and Type Method 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. -
Uses of Label in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type Label Modifier and Type Method Description default com.atlassian.util.concurrent.Promise<? extends Iterable<Label>>RemoteContentLabelService. addLabels(ContentId contentId, Iterable<Label> labels)Deprecated.since 7.0.1.CompletionStage<PageResponse<Label>>AbstractRemoteContentLabelService. addLabelsCompletionStage(ContentId contentId, Iterable<Label> labels)CompletionStage<? extends Iterable<Label>>RemoteContentLabelService. addLabelsCompletionStage(ContentId contentId, Iterable<Label> labels)Adds the given labels to the specified contentcom.atlassian.util.concurrent.Promise<PageResponse<Label>>AbstractRemoteContentLabelService. getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)Deprecated.since 8.7.default com.atlassian.util.concurrent.Promise<? extends Iterable<Label>>RemoteContentLabelService. getLabels(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)Deprecated.since 7.0.1.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 namespacesCompletionStage<PageResponse<Label>>RemoteContentLabelServiceImpl. getLabelsCompletionStage(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request)Methods in com.atlassian.confluence.rest.client with parameters of type Label Modifier and Type Method Description default com.atlassian.util.concurrent.Promise<Void>RemoteContentLabelService. removeLabel(ContentId contentId, Label label)Deprecated.since 7.0.1.CompletionStage<Void>AbstractRemoteContentLabelService. removeLabelCompletionStage(ContentId contentId, Label label)CompletionStage<Void>RemoteContentLabelService. removeLabelCompletionStage(ContentId contentId, Label label)Remove a label with from the specified contentRemoteSpaceService.RemoteSpaceFinderRemoteSpaceService.RemoteSpaceFinder. withLabels(Label... labels)RemoteSpaceService.RemoteSpaceFinderRemoteSpaceServiceImpl.RemoteSpaceFinderImpl. withLabels(Label... labels)Method parameters in com.atlassian.confluence.rest.client with type arguments of type Label Modifier and Type Method Description default com.atlassian.util.concurrent.Promise<? extends Iterable<Label>>RemoteContentLabelService. addLabels(ContentId contentId, Iterable<Label> labels)Deprecated.since 7.0.1.CompletionStage<PageResponse<Label>>AbstractRemoteContentLabelService. addLabelsCompletionStage(ContentId contentId, Iterable<Label> labels)CompletionStage<? extends Iterable<Label>>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 Label Modifier and Type Method Description CompletionStage<PageResponse<Label>>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 Label Modifier and Type Method Description static booleanLabelUtil. syncState(List<Label> source, LabelManager labelManager, com.atlassian.user.User user, Labelable dest)
-