Package | Description |
---|---|
com.atlassian.confluence.legacyapi.service.content | |
com.atlassian.confluence.ui.rest.content | |
com.atlassian.confluence.ui.rest.service.content |
Modifier and Type | Method and Description |
---|---|
Iterable<Label> |
ContentService.addLabels(long contentId,
Iterable<Label> labels)
Adds the given labels to the specified content
|
Iterable<Label> |
AttachmentService.addLabels(long attachmentId,
Iterable<Label> labels)
Adds the given labels to the specified content
|
Iterable<Label> |
TemplateService.addLabels(long pageTemplateId,
Iterable<Label> labels)
Adds the given labels to the specified content
|
Iterable<Label> |
ContentService.getLabels(long contentId,
Collection<Label.Prefix> prefixes)
Get the labels attached to a given piece of content in the given namespaces
|
Iterable<Label> |
AttachmentService.getLabels(long attachmentId,
Collection<Label.Prefix> prefixes)
Get the labels attached to a given attachment.
|
Iterable<Label> |
TemplateService.getLabels(long pageTemplateId,
Collection<Label.Prefix> prefixes)
Get the labels attached to a given page template
|
Iterable<Label> |
ContentService.validateLabels(Iterable<Label> labels)
Validates the list of labels
|
Modifier and Type | Method and Description |
---|---|
Iterable<Label> |
ContentService.addLabels(long contentId,
Iterable<Label> labels)
Adds the given labels to the specified content
|
Iterable<Label> |
AttachmentService.addLabels(long attachmentId,
Iterable<Label> labels)
Adds the given labels to the specified content
|
Iterable<Label> |
TemplateService.addLabels(long pageTemplateId,
Iterable<Label> labels)
Adds the given labels to the specified content
|
Iterable<Label> |
ContentService.validateLabels(Iterable<Label> labels)
Validates the list of labels
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
LegacyContentResource.addLabels(Long contentId,
List<Label> labels)
Deprecated.
|
javax.ws.rs.core.Response |
LegacyTemplateResource.addLabels(Long pageTemplateId,
List<Label> labels)
Deprecated.
|
javax.ws.rs.core.Response |
LegacyAttachmentResource.addLabels(Long attachmentId,
List<Label> labels)
Deprecated.
|
static Map<String,Object> |
LegacyRestHelper.createSuccessResultMap(Iterable<Label> labels)
Creates a JSON serializable response when a request succeeds
|
javax.ws.rs.core.Response |
LegacyContentResource.validateLabels(List<Label> labels)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Label> |
LegacyTemplateServiceImpl.addLabels(long pageTemplateId,
Iterable<Label> labels) |
Iterable<Label> |
LegacyAttachmentServiceImpl.addLabels(long attachmentId,
Iterable<Label> labels) |
Iterable<Label> |
LegacyContentServiceImpl.addLabels(long contentId,
Iterable<Label> labels) |
static Iterable<Label> |
LegacyLabelHelper.extractViewableLabels(AbstractLabelableEntityObject labelable,
Collection<Label.Prefix> prefixes,
com.atlassian.user.User user) |
Iterable<Label> |
LegacyTemplateServiceImpl.getLabels(long pageTemplateId,
Collection<Label.Prefix> prefixes) |
Iterable<Label> |
LegacyAttachmentServiceImpl.getLabels(long attachmentId,
Collection<Label.Prefix> prefixes) |
Iterable<Label> |
LegacyContentServiceImpl.getLabels(long contentId,
Collection<Label.Prefix> prefixes) |
Iterable<Label> |
LegacyContentServiceImpl.validateLabels(Iterable<Label> labels) |
Modifier and Type | Method and Description |
---|---|
Iterable<Label> |
LegacyTemplateServiceImpl.addLabels(long pageTemplateId,
Iterable<Label> labels) |
Iterable<Label> |
LegacyAttachmentServiceImpl.addLabels(long attachmentId,
Iterable<Label> labels) |
Iterable<Label> |
LegacyContentServiceImpl.addLabels(long contentId,
Iterable<Label> labels) |
static String |
LegacyLabelHelper.concatentateLabels(Iterable<Label> labels) |
Iterable<Label> |
LegacyContentServiceImpl.validateLabels(Iterable<Label> labels) |
Copyright © 2003–2017 Atlassian. All rights reserved.