Package | Description |
---|---|
com.atlassian.confluence.legacyapi.service.content | |
com.atlassian.confluence.ui.rest.service.content |
Modifier and Type | Method and Description |
---|---|
ContentBody |
ContentService.getContentBody(long contentId,
ContentRepresentation contentRepresentation)
Get the body of a piece of content in a given representation
|
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
|
ContentBody |
ContentService.updateContentBody(long contentId,
ContentRepresentation contentRepresentation,
ContentBody body)
Update the body of a given piece of content (i.e.
|
Modifier and Type | Method and Description |
---|---|
ContentBody |
LegacyContentServiceImpl.getContentBody(long contentId,
ContentRepresentation contentRepresentation) |
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) |
ContentBody |
LegacyContentServiceImpl.updateContentBody(long contentId,
ContentRepresentation contentRepresentation,
ContentBody body) |
Copyright © 2003–2018 Atlassian. All rights reserved.