Uses of Class
com.atlassian.confluence.api.model.content.ContentBody
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of ContentBody in com.atlassian.confluence.api.impl.service.content
Modifier and TypeMethodDescriptionContentBodyConversionServiceImpl.convert
(ContentBody body, ContentRepresentation toFormat) ContentBodyConversionServiceImpl.convert
(ContentBody contentBody, ContentRepresentation toFormat, Expansion... expansions) ContentBodyConversionServiceImpl.convertBody
(Content content, ContentRepresentation toFormat) ContentBodyConversionServiceImpl.convertBody
(Content content, ContentRepresentation toFormat, Expansion... expansions) Modifier and TypeMethodDescriptionContentBodyConversionServiceImpl.selectBodyForRepresentation
(Content content, ContentRepresentation toFormat) Modifier and TypeMethodDescriptionContentBodyConversionServiceImpl.convert
(ContentBody body, ContentRepresentation toFormat) ContentBodyConversionServiceImpl.convert
(ContentBody contentBody, ContentRepresentation toFormat, Expansion... expansions) -
Uses of ContentBody in com.atlassian.confluence.api.impl.service.content.factory
Modifier and TypeMethodDescriptionContentBodyFactory.build
(ContentEntityObject ceo, BodyContent bodyContent, ContentRepresentation representation) Modifier and TypeMethodDescriptionContentBodyFactory.makeContentBodies
(ContentEntityObject ceo, BodyContent bodyContent, Expansions expansions, ContentFactory contentFactory) -
Uses of ContentBody in com.atlassian.confluence.api.model.content
Modifier and TypeMethodDescriptionContentBody.ContentBodyBuilder.build()
static ContentBody
ContentBody.emptyBody
(ContentRepresentation representation, Reference<Content> contentReference) Modifier and TypeMethodDescriptionContent.ContentBuilder.body
(Map<ContentRepresentation, ContentBody> body) -
Uses of ContentBody in com.atlassian.confluence.api.model.content.template
Modifier and TypeMethodDescriptionContentTemplate.ContentTemplateBuilder.body
(Map<ContentRepresentation, ContentBody> body) -
Uses of ContentBody in com.atlassian.confluence.api.service.content
Modifier and TypeMethodDescriptionContentBodyConversionService.convert
(ContentBody body, ContentRepresentation representation) Same as callingContentBodyConversionService.convert(ContentBody, ContentRepresentation, Expansion...)
with an empty expansion.ContentBodyConversionService.convert
(ContentBody body, ContentRepresentation representation, Expansion... expansions) Convert a ContentBody value into another format, performing validation during the conversion.ContentBodyConversionService.convertBody
(Content content, ContentRepresentation representation) Same as callingContentBodyConversionService.convertBody(Content, ContentRepresentation, Expansion...)
with an empty expansion.ContentBodyConversionService.convertBody
(Content content, ContentRepresentation representation, Expansion... expansions) Convert the single ContentBody value in aContent
body map into another format, performing validation during the conversion.Modifier and TypeMethodDescriptionContentBodyConversionService.selectBodyForRepresentation
(Content content, ContentRepresentation toFormat) Given aContent
object for which the body could be converted to a givenContentRepresentation
, returns theContentBody
that would be used for the conversion.Modifier and TypeMethodDescriptionContentBodyConversionService.convert
(ContentBody body, ContentRepresentation representation) Same as callingContentBodyConversionService.convert(ContentBody, ContentRepresentation, Expansion...)
with an empty expansion.ContentBodyConversionService.convert
(ContentBody body, ContentRepresentation representation, Expansion... expansions) Convert a ContentBody value into another format, performing validation during the conversion. -
Uses of ContentBody in com.atlassian.confluence.plugins.restapi.resources
Modifier and TypeMethodDescriptionContentBodyResource.convert
(ContentBody body, ContentRepresentation toRepresentation, String expand) Modifier and TypeMethodDescriptionContentBodyResource.convert
(ContentBody body, ContentRepresentation toRepresentation, String expand) -
Uses of ContentBody in com.atlassian.confluence.rest.client
Modifier and TypeMethodDescriptionRemoteContentBodyConversionService.convertCompletionStage
(ContentBody body, ContentRepresentation representation) Convert a ContentBody value into another format, performing validation during the conversion.RemoteContentBodyConversionService.convertCompletionStage
(ContentBody body, ContentRepresentation representation, Expansion... expansions) Convert a ContentBody value into another format, performing validation during the conversion.RemoteContentBodyConversionServiceImpl.convertCompletionStage
(ContentBody body, ContentRepresentation representation) RemoteContentBodyConversionServiceImpl.convertCompletionStage
(ContentBody body, ContentRepresentation representation, Expansion... expansions) Modifier and TypeMethodDescriptionRemoteContentBodyConversionService.convertCompletionStage
(ContentBody body, ContentRepresentation representation) Convert a ContentBody value into another format, performing validation during the conversion.RemoteContentBodyConversionService.convertCompletionStage
(ContentBody body, ContentRepresentation representation, Expansion... expansions) Convert a ContentBody value into another format, performing validation during the conversion.RemoteContentBodyConversionServiceImpl.convertCompletionStage
(ContentBody body, ContentRepresentation representation) RemoteContentBodyConversionServiceImpl.convertCompletionStage
(ContentBody body, ContentRepresentation representation, Expansion... expansions)