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> |
TemplateService.getLabels(long pageTemplateId,
Collection<Label.Prefix> prefixes)
Get the labels attached to a given page template
|
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.
|
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 |
ContentServiceImpl.getContentBody(long contentId,
ContentRepresentation contentRepresentation) |
Iterable<Label> |
TemplateServiceImpl.getLabels(long pageTemplateId,
Collection<Label.Prefix> prefixes) |
Iterable<Label> |
ContentServiceImpl.getLabels(long contentId,
Collection<Label.Prefix> prefixes) |
Iterable<Label> |
AttachmentServiceImpl.getLabels(long attachmentId,
Collection<Label.Prefix> prefixes) |
ContentBody |
ContentServiceImpl.updateContentBody(long contentId,
ContentRepresentation contentRepresentation,
ContentBody body) |
Copyright © 2003–2016 Atlassian. All rights reserved.