Modifier and Type | Method and Description |
---|---|
Map<ContentRepresentation,ContentBody> |
Content.getBody()
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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ContentBody |
ContentService.updateContentBody(long contentId,
ContentRepresentation contentRepresentation,
ContentBody body)
Deprecated.
Update the body of a given piece of content (i.e.
|
Modifier and Type | Method and Description |
---|---|
ContentBody |
LegacyContentBodyBuilder.build(BodyContent bodyContent,
ContentRepresentation representation)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<ContentRepresentation,ContentBody> |
LegacyContentBodyBuilder.makeContentBodies(BodyContent bodyContent,
Expansions expansions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
LegacyContentResource.updateBody(Long contentId,
String representation,
ContentBody body)
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.
|
Modifier and Type | Method and Description |
---|---|
ContentBody |
LegacyContentServiceImpl.updateContentBody(long contentId,
ContentRepresentation contentRepresentation,
ContentBody body)
Deprecated.
|
Copyright © 2003–2021 Atlassian. All rights reserved.