|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentBody | |
|---|---|
| com.atlassian.confluence.api.model.content | |
| com.atlassian.confluence.api.service.content | |
| Uses of ContentBody in com.atlassian.confluence.api.model.content |
|---|
| Methods in com.atlassian.confluence.api.model.content that return ContentBody | |
|---|---|
static ContentBody |
ContentBody.emptyBody(ContentRepresentation representation,
Reference<Content> contentReference)
|
| Methods in com.atlassian.confluence.api.model.content that return types with arguments of type ContentBody | |
|---|---|
java.util.Map<ContentRepresentation,ContentBody> |
Content.getBody()
|
| Method parameters in com.atlassian.confluence.api.model.content with type arguments of type ContentBody | |
|---|---|
Content.ContentBuilder |
Content.ContentBuilder.body(java.util.Map<ContentRepresentation,ContentBody> body)
|
| Uses of ContentBody in com.atlassian.confluence.api.service.content |
|---|
| Methods in com.atlassian.confluence.api.service.content that return ContentBody | |
|---|---|
ContentBody |
ContentBodyConversionService.convert(ContentBody body,
ContentRepresentation representation)
Convert a ContentBody value into another format, performing validation during the conversion. |
ContentBody |
ContentBodyConversionService.convertBody(Content content,
ContentRepresentation representation)
Convert the single ContentBody value in a Content body map into another format, performing
validation during the conversion. |
| Methods in com.atlassian.confluence.api.service.content that return types with arguments of type ContentBody | |
|---|---|
com.atlassian.fugue.Option<ContentBody> |
ContentBodyConversionService.getBodyToConvert(Content content,
ContentRepresentation representation)
Given a Content object for which the body could be converted to a given ContentRepresentation,
returns the ContentBody that would be used for the conversion. |
| Methods in com.atlassian.confluence.api.service.content with parameters of type ContentBody | |
|---|---|
ContentBody |
ContentBodyConversionService.convert(ContentBody body,
ContentRepresentation representation)
Convert a ContentBody value into another format, performing validation during the conversion. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||