Uses of Enum Class
com.atlassian.confluence.legacyapi.model.content.Label.Prefix
Packages that use Label.Prefix
Package
Description
-
Uses of Label.Prefix in com.atlassian.confluence.legacyapi.model.content
Methods in com.atlassian.confluence.legacyapi.model.content that return Label.PrefixModifier and TypeMethodDescriptionstatic Label.PrefixReturns 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
Method parameters in com.atlassian.confluence.legacyapi.service.content with type arguments of type Label.PrefixModifier 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
Methods in com.atlassian.confluence.ui.rest.content that return types with arguments of type Label.PrefixModifier 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
Method parameters in com.atlassian.confluence.ui.rest.service.content with type arguments of type Label.PrefixModifier 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.