Uses of Class
com.atlassian.confluence.legacyapi.model.content.Label
-
Packages that use Label Package Description com.atlassian.confluence.legacyapi.service.content com.atlassian.confluence.ui.rest.content com.atlassian.confluence.ui.rest.service.content -
-
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 Label Modifier and Type Method Description Iterable<Label>AttachmentService. addLabels(long attachmentId, Iterable<Label> labels)Deprecated.Adds the given labels to the specified contentIterable<Label>ContentService. addLabels(long contentId, Iterable<Label> labels)Deprecated.Adds the given labels to the specified contentIterable<Label>TemplateService. addLabels(long pageTemplateId, Iterable<Label> labels)Deprecated.Adds the given labels to the specified contentIterable<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 templateIterable<Label>ContentService. validateLabels(Iterable<Label> labels)Deprecated.Validates the list of labelsMethod parameters in com.atlassian.confluence.legacyapi.service.content with type arguments of type Label Modifier and Type Method Description Iterable<Label>AttachmentService. addLabels(long attachmentId, Iterable<Label> labels)Deprecated.Adds the given labels to the specified contentIterable<Label>ContentService. addLabels(long contentId, Iterable<Label> labels)Deprecated.Adds the given labels to the specified contentIterable<Label>TemplateService. addLabels(long pageTemplateId, Iterable<Label> labels)Deprecated.Adds the given labels to the specified contentIterable<Label>ContentService. 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 Label Modifier and Type Method Description javax.ws.rs.core.ResponseLegacyAttachmentResource. addLabels(Long attachmentId, List<Label> labels)Deprecated.javax.ws.rs.core.ResponseLegacyContentResource. addLabels(Long contentId, List<Label> labels)Deprecated.javax.ws.rs.core.ResponseLegacyTemplateResource. addLabels(Long pageTemplateId, List<Label> labels)Deprecated.static Map<String,Object>LegacyRestHelper. createSuccessResultMap(Iterable<Label> labels)Deprecated.Creates a JSON serializable response when a request succeedsjavax.ws.rs.core.ResponseLegacyContentResource. 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 Label Modifier and Type Method Description Iterable<Label>LegacyAttachmentServiceImpl. addLabels(long attachmentId, Iterable<Label> labels)Deprecated.Iterable<Label>LegacyContentServiceImpl. addLabels(long contentId, Iterable<Label> labels)Deprecated.Iterable<Label>LegacyTemplateServiceImpl. addLabels(long pageTemplateId, Iterable<Label> labels)Deprecated.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.Iterable<Label>LegacyContentServiceImpl. validateLabels(Iterable<Label> labels)Deprecated.Method parameters in com.atlassian.confluence.ui.rest.service.content with type arguments of type Label Modifier and Type Method Description Iterable<Label>LegacyAttachmentServiceImpl. addLabels(long attachmentId, Iterable<Label> labels)Deprecated.Iterable<Label>LegacyContentServiceImpl. addLabels(long contentId, Iterable<Label> labels)Deprecated.Iterable<Label>LegacyTemplateServiceImpl. addLabels(long pageTemplateId, Iterable<Label> labels)Deprecated.static StringLegacyLabelHelper. concatentateLabels(Iterable<Label> labels)Deprecated.Iterable<Label>LegacyContentServiceImpl. validateLabels(Iterable<Label> labels)Deprecated.
-