|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ContentBody in com.atlassian.confluence.legacyapi.model.content |
|---|
| Methods in com.atlassian.confluence.legacyapi.model.content that return types with arguments of type ContentBody | |
|---|---|
java.util.Map<ContentRepresentation,ContentBody> |
Content.getBody()
|
| Constructor parameters in com.atlassian.confluence.legacyapi.model.content with type arguments of type ContentBody | |
|---|---|
Content(java.lang.Long id,
com.atlassian.fugue.Option<SpaceSummary> space,
ContentType type,
java.lang.String title,
java.lang.String webUrlPath,
com.atlassian.fugue.Option<java.lang.String> tinyUrlPath,
HistorySummary history,
java.lang.Iterable<ContentLink> ancestors,
java.util.Map<ContentRepresentation,ContentBody> body,
java.util.Map<Permission,java.lang.Boolean> permissions)
|
|
| Uses of ContentBody in com.atlassian.confluence.legacyapi.service.content |
|---|
| Methods in com.atlassian.confluence.legacyapi.service.content that return ContentBody | |
|---|---|
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. |
| Methods in com.atlassian.confluence.legacyapi.service.content with parameters of type ContentBody | |
|---|---|
ContentBody |
ContentService.updateContentBody(long contentId,
ContentRepresentation contentRepresentation,
ContentBody body)
Update the body of a given piece of content (i.e. |
| Uses of ContentBody in com.atlassian.confluence.ui.rest.builder |
|---|
| Methods in com.atlassian.confluence.ui.rest.builder that return ContentBody | |
|---|---|
ContentBody |
ContentBodyBuilder.build(BodyContent bodyContent,
ContentRepresentation representation)
|
| Methods in com.atlassian.confluence.ui.rest.builder that return types with arguments of type ContentBody | |
|---|---|
java.util.Map<ContentRepresentation,ContentBody> |
ContentBodyBuilder.makeContentBodies(BodyContent bodyContent,
Expansions expansions)
|
| Uses of ContentBody in com.atlassian.confluence.ui.rest.content |
|---|
| Methods in com.atlassian.confluence.ui.rest.content with parameters of type ContentBody | |
|---|---|
javax.ws.rs.core.Response |
ContentResource.updateBody(java.lang.Long contentId,
java.lang.String representation,
ContentBody body)
|
| Uses of ContentBody in com.atlassian.confluence.ui.rest.service.content |
|---|
| Methods in com.atlassian.confluence.ui.rest.service.content that return ContentBody | |
|---|---|
ContentBody |
ContentServiceImpl.getContentBody(long contentId,
ContentRepresentation contentRepresentation)
|
ContentBody |
ContentServiceImpl.updateContentBody(long contentId,
ContentRepresentation contentRepresentation,
ContentBody body)
|
| Methods in com.atlassian.confluence.ui.rest.service.content with parameters of type ContentBody | |
|---|---|
ContentBody |
ContentServiceImpl.updateContentBody(long contentId,
ContentRepresentation contentRepresentation,
ContentBody body)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||