Uses of Class
com.atlassian.confluence.legacyapi.model.content.Label.Prefix
-
-
Uses of Label.Prefix in com.atlassian.confluence.legacyapi.model.content
Methods in com.atlassian.confluence.legacyapi.model.content that return Label.Prefix Modifier and Type Method Description static Label.Prefix
Label.Prefix. valueOf(String name)
Returns the enum constant of this type with the specified name.static Label.Prefix[]
Label.Prefix. values()
Returns an array containing the constants of this enum type, 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.Prefix Modifier and Type Method Description Iterable<Label>
AttachmentService. getLabels(long attachmentId, Collection<Label.Prefix> prefixes)
Deprecated.Get the labels attached to a given attachment.Iterable<Label>
ContentService. getLabels(long contentId, Collection<Label.Prefix> prefixes)
Deprecated.Get the labels attached to a given piece of content in the given namespacesIterable<Label>
TemplateService. 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.Prefix Modifier and Type Method Description static 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.Prefix Modifier and Type Method Description static Iterable<Label>
LegacyLabelHelper. extractViewableLabels(AbstractLabelableEntityObject labelable, Collection<Label.Prefix> prefixes, com.atlassian.user.User user)
Deprecated.Iterable<Label>
LegacyAttachmentServiceImpl. getLabels(long attachmentId, Collection<Label.Prefix> prefixes)
Deprecated.Iterable<Label>
LegacyContentServiceImpl. getLabels(long contentId, Collection<Label.Prefix> prefixes)
Deprecated.Iterable<Label>
LegacyTemplateServiceImpl. getLabels(long pageTemplateId, Collection<Label.Prefix> prefixes)
Deprecated.
-