Modifier and Type | Method and Description |
---|---|
ContentRepresentation |
ContentBody.getRepresentation() |
static ContentRepresentation |
ContentRepresentation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentRepresentation[] |
ContentRepresentation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<ContentRepresentation,ContentBody> |
Content.getBody() |
Constructor and Description |
---|
ContentBody(ContentRepresentation representation,
String value) |
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 |
---|---|
Iterable<ContentRepresentation> |
InvalidRepresentationException.getPermittedRepresentations() |
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.
|
Constructor and Description |
---|
InvalidRepresentationException(ContentRepresentation unacceptableRepresentation,
ContentRepresentation[] permittedRepresentations) |
InvalidRepresentationException(ContentRepresentation unacceptableRepresentation,
ContentRepresentation[] permittedRepresentations) |
InvalidRepresentationException(ContentRepresentation representation,
Iterable<ContentRepresentation> contentRepresentations) |
Constructor and Description |
---|
InvalidRepresentationException(ContentRepresentation representation,
Iterable<ContentRepresentation> contentRepresentations) |
Modifier and Type | Method and Description |
---|---|
Map<ContentRepresentation,ContentBody> |
ContentBodyBuilder.makeContentBodies(BodyContent bodyContent,
Expansions expansions) |
Modifier and Type | Method and Description |
---|---|
ContentBody |
ContentBodyBuilder.build(BodyContent bodyContent,
ContentRepresentation representation) |
Modifier and Type | Method and Description |
---|---|
ContentBody |
ContentServiceImpl.getContentBody(long contentId,
ContentRepresentation contentRepresentation) |
ContentBody |
ContentServiceImpl.updateContentBody(long contentId,
ContentRepresentation contentRepresentation,
ContentBody body) |
Copyright © 2003–2015 Atlassian. All rights reserved.