Uses of Enum Class
com.atlassian.confluence.legacyapi.model.content.Label.Prefix
Package
Description
-
Uses of Label.Prefix in com.atlassian.confluence.legacyapi.model.content
Modifier and TypeMethodDescriptionstatic Label.Prefix
Returns the enum constant of this class with the specified name.static Label.Prefix[]
Label.Prefix.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Label.Prefix in com.atlassian.confluence.legacyapi.service.content
Modifier and TypeMethodDescriptionAttachmentService.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 template -
Uses of Label.Prefix in com.atlassian.confluence.ui.rest.content
Modifier and TypeMethodDescriptionstatic Iterable<Label.Prefix>
LegacyLabelPrefixHelper.convertLabelPrefixStrings
(List<String> prefixes) Deprecated.Converts label prefix strings from rest request into label prefixes. -
Uses of Label.Prefix in com.atlassian.confluence.ui.rest.service.content
Modifier and TypeMethodDescriptionLegacyLabelHelper.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.