Uses of Class
com.atlassian.confluence.legacyapi.model.content.Label
Packages that use Label
Package
Description
-
Uses of Label in com.atlassian.confluence.legacyapi.service.content
Methods in com.atlassian.confluence.legacyapi.service.content that return types with arguments of type LabelModifier and TypeMethodDescriptionDeprecated.Adds the given labels to the specified contentDeprecated.Adds the given labels to the specified contentDeprecated.Adds the given labels to the specified contentAttachmentService.getLabels
(long attachmentId, Collection<Label.Prefix> prefixes) Deprecated.Get the labels attached to a given attachment.ContentService.getLabels
(long contentId, Collection<Label.Prefix> prefixes) Deprecated.Get the labels attached to a given piece of content in the given namespacesTemplateService.getLabels
(long pageTemplateId, Collection<Label.Prefix> prefixes) Deprecated.Get the labels attached to a given page templateContentService.validateLabels
(Iterable<Label> labels) Deprecated.Validates the list of labelsMethod parameters in com.atlassian.confluence.legacyapi.service.content with type arguments of type LabelModifier and TypeMethodDescriptionDeprecated.Adds the given labels to the specified contentDeprecated.Adds the given labels to the specified contentDeprecated.Adds the given labels to the specified contentContentService.validateLabels
(Iterable<Label> labels) Deprecated.Validates the list of labels -
Uses of Label in com.atlassian.confluence.ui.rest.content
Method parameters in com.atlassian.confluence.ui.rest.content with type arguments of type LabelModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
Deprecated.javax.ws.rs.core.Response
Deprecated.javax.ws.rs.core.Response
Deprecated.LegacyRestHelper.createSuccessResultMap
(Iterable<Label> labels) Deprecated.Creates a JSON serializable response when a request succeedsjavax.ws.rs.core.Response
LegacyContentResource.validateLabels
(List<Label> labels) Deprecated. -
Uses of Label in com.atlassian.confluence.ui.rest.service.content
Methods in com.atlassian.confluence.ui.rest.service.content that return types with arguments of type LabelModifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.LegacyLabelHelper.extractViewableLabels
(AbstractLabelableEntityObject labelable, Collection<Label.Prefix> prefixes, com.atlassian.user.User user) Deprecated.LegacyAttachmentServiceImpl.getLabels
(long attachmentId, Collection<Label.Prefix> prefixes) Deprecated.LegacyContentServiceImpl.getLabels
(long contentId, Collection<Label.Prefix> prefixes) Deprecated.LegacyTemplateServiceImpl.getLabels
(long pageTemplateId, Collection<Label.Prefix> prefixes) Deprecated.LegacyContentServiceImpl.validateLabels
(Iterable<Label> labels) Deprecated.Method parameters in com.atlassian.confluence.ui.rest.service.content with type arguments of type LabelModifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.static String
LegacyLabelHelper.concatentateLabels
(Iterable<Label> labels) Deprecated.LegacyContentServiceImpl.validateLabels
(Iterable<Label> labels) Deprecated.