Uses of Class
com.atlassian.confluence.legacyapi.model.content.Label
Package
Description
-
Uses of Label in com.atlassian.confluence.legacyapi.service.content
Modifier 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 labelsModifier 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
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.static String
LegacyLabelHelper.concatentateLabels
(Iterable<Label> labels) Deprecated.LegacyContentServiceImpl.validateLabels
(Iterable<Label> labels) Deprecated.