Modifier and Type | Method and Description |
---|---|
ContentRepresentation |
ContentBody.getRepresentation()
Deprecated.
|
static ContentRepresentation |
ContentRepresentation.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ContentRepresentation[] |
ContentRepresentation.values()
Deprecated.
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()
Deprecated.
|
Constructor and Description |
---|
ContentBody(ContentRepresentation representation,
String value)
Deprecated.
|
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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Iterable<ContentRepresentation> |
InvalidRepresentationException.getPermittedRepresentations()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ContentBody |
ContentService.getContentBody(long contentId,
ContentRepresentation contentRepresentation)
Deprecated.
Get the body of a piece of content in a given representation
|
ContentBody |
ContentService.updateContentBody(long contentId,
ContentRepresentation contentRepresentation,
ContentBody body)
Deprecated.
Update the body of a given piece of content (i.e.
|
Constructor and Description |
---|
InvalidRepresentationException(ContentRepresentation unacceptableRepresentation,
ContentRepresentation[] permittedRepresentations)
Deprecated.
|
InvalidRepresentationException(ContentRepresentation unacceptableRepresentation,
ContentRepresentation[] permittedRepresentations)
Deprecated.
|
InvalidRepresentationException(ContentRepresentation representation,
Iterable<ContentRepresentation> contentRepresentations)
Deprecated.
|
Constructor and Description |
---|
InvalidRepresentationException(ContentRepresentation representation,
Iterable<ContentRepresentation> contentRepresentations)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<ContentRepresentation,ContentBody> |
LegacyContentBodyBuilder.makeContentBodies(BodyContent bodyContent,
Expansions expansions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ContentBody |
LegacyContentBodyBuilder.build(BodyContent bodyContent,
ContentRepresentation representation)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ContentBody |
LegacyContentServiceImpl.getContentBody(long contentId,
ContentRepresentation contentRepresentation)
Deprecated.
|
ContentBody |
LegacyContentServiceImpl.updateContentBody(long contentId,
ContentRepresentation contentRepresentation,
ContentBody body)
Deprecated.
|
Copyright © 2003–2020 Atlassian. All rights reserved.