Modifier and Type | Method and Description |
---|---|
Map<ContentRepresentation,ContentBody> |
Content.getBody() |
Constructor and Description |
---|
Content(Long id,
com.atlassian.fugue.Option<SpaceSummary> space,
ContentType type,
String title,
String webUrlPath,
com.atlassian.fugue.Option<String> tinyUrlPath,
HistorySummary history,
Iterable<ContentLink> ancestors,
Map<ContentRepresentation,ContentBody> body,
Map<Permission,Boolean> permissions) |
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
|
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 |
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 |
ContentBodyBuilder.build(BodyContent bodyContent,
ContentRepresentation representation) |
Modifier and Type | Method and Description |
---|---|
Map<ContentRepresentation,ContentBody> |
ContentBodyBuilder.makeContentBodies(BodyContent bodyContent,
Expansions expansions) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ContentResource.updateBody(Long contentId,
String representation,
ContentBody body) |
Modifier and Type | Method and Description |
---|---|
ContentBody |
ContentServiceImpl.getContentBody(long contentId,
ContentRepresentation contentRepresentation) |
ContentBody |
ContentServiceImpl.updateContentBody(long contentId,
ContentRepresentation contentRepresentation,
ContentBody body) |
Modifier and Type | Method and Description |
---|---|
ContentBody |
ContentServiceImpl.updateContentBody(long contentId,
ContentRepresentation contentRepresentation,
ContentBody body) |
Copyright © 2003–2016 Atlassian. All rights reserved.