Uses of Class
com.atlassian.confluence.api.model.content.ContentBody
-
Packages that use ContentBody Package Description com.atlassian.confluence.api.impl.service.content com.atlassian.confluence.api.impl.service.content.factory com.atlassian.confluence.api.model.content com.atlassian.confluence.api.model.content.template com.atlassian.confluence.api.service.content com.atlassian.confluence.plugins.restapi.resources com.atlassian.confluence.rest.client This package contains the code which communicates with Confluence via REST API. -
-
Uses of ContentBody in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that return ContentBody Modifier and Type Method Description ContentBody
ContentBodyConversionServiceImpl. convert(ContentBody body, ContentRepresentation toFormat)
ContentBody
ContentBodyConversionServiceImpl. convert(ContentBody contentBody, ContentRepresentation toFormat, Expansion... expansions)
ContentBody
ContentBodyConversionServiceImpl. convertBody(Content content, ContentRepresentation toFormat)
ContentBody
ContentBodyConversionServiceImpl. convertBody(Content content, ContentRepresentation toFormat, Expansion... expansions)
Methods in com.atlassian.confluence.api.impl.service.content that return types with arguments of type ContentBody Modifier and Type Method Description Optional<ContentBody>
ContentBodyConversionServiceImpl. selectBodyForRepresentation(Content content, ContentRepresentation toFormat)
Methods in com.atlassian.confluence.api.impl.service.content with parameters of type ContentBody Modifier and Type Method Description ContentBody
ContentBodyConversionServiceImpl. convert(ContentBody body, ContentRepresentation toFormat)
ContentBody
ContentBodyConversionServiceImpl. convert(ContentBody contentBody, ContentRepresentation toFormat, Expansion... expansions)
-
Uses of ContentBody in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory that return ContentBody Modifier and Type Method Description ContentBody
ContentBodyFactory. build(ContentEntityObject ceo, BodyContent bodyContent, ContentRepresentation representation)
Methods in com.atlassian.confluence.api.impl.service.content.factory that return types with arguments of type ContentBody Modifier and Type Method Description Map<ContentRepresentation,ContentBody>
ContentBodyFactory. makeContentBodies(ContentEntityObject ceo, BodyContent bodyContent, Expansions expansions, ContentFactory contentFactory)
-
Uses of ContentBody in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return ContentBody Modifier and Type Method Description ContentBody
ContentBody.ContentBodyBuilder. build()
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 Modifier and Type Method Description Map<ContentRepresentation,ContentBody>
Content. getBody()
Methods in com.atlassian.confluence.api.model.content with parameters of type ContentBody Modifier and Type Method Description Content.ContentBuilder
Content.ContentBuilder. body(ContentBody body)
Method parameters in com.atlassian.confluence.api.model.content with type arguments of type ContentBody Modifier and Type Method Description Content.ContentBuilder
Content.ContentBuilder. body(Map<ContentRepresentation,ContentBody> body)
-
Uses of ContentBody in com.atlassian.confluence.api.model.content.template
Methods in com.atlassian.confluence.api.model.content.template that return types with arguments of type ContentBody Modifier and Type Method Description Map<ContentRepresentation,ContentBody>
ContentTemplate. getBody()
Methods in com.atlassian.confluence.api.model.content.template with parameters of type ContentBody Modifier and Type Method Description ContentTemplate.ContentTemplateBuilder
ContentTemplate.ContentTemplateBuilder. body(ContentBody body)
Method parameters in com.atlassian.confluence.api.model.content.template with type arguments of type ContentBody Modifier and Type Method Description ContentTemplate.ContentTemplateBuilder
ContentTemplate.ContentTemplateBuilder. body(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 Modifier and Type Method Description ContentBody
ContentBodyConversionService. convert(ContentBody body, ContentRepresentation representation)
Same as callingContentBodyConversionService.convert(ContentBody, ContentRepresentation, Expansion...)
with an empty expansion.ContentBody
ContentBodyConversionService. convert(ContentBody body, ContentRepresentation representation, Expansion... expansions)
Convert a ContentBody value into another format, performing validation during the conversion.ContentBody
ContentBodyConversionService. convertBody(Content content, ContentRepresentation representation)
Same as callingContentBodyConversionService.convertBody(Content, ContentRepresentation, Expansion...)
with an empty expansion.ContentBody
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.Methods in com.atlassian.confluence.api.service.content that return types with arguments of type ContentBody Modifier and Type Method Description default com.atlassian.fugue.Option<ContentBody>
ContentBodyConversionService. getBodyToConvert(Content content, ContentRepresentation toFormat)
Deprecated.Optional<ContentBody>
ContentBodyConversionService. 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.Methods in com.atlassian.confluence.api.service.content with parameters of type ContentBody Modifier and Type Method Description ContentBody
ContentBodyConversionService. convert(ContentBody body, ContentRepresentation representation)
Same as callingContentBodyConversionService.convert(ContentBody, ContentRepresentation, Expansion...)
with an empty expansion.ContentBody
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
Methods in com.atlassian.confluence.plugins.restapi.resources that return ContentBody Modifier and Type Method Description ContentBody
ContentBodyResource. convert(ContentBody body, ContentRepresentation toRepresentation, String expand)
Converts between content body representations.Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type ContentBody Modifier and Type Method Description ContentBody
ContentBodyResource. convert(ContentBody body, ContentRepresentation toRepresentation, String expand)
Converts between content body representations. -
Uses of ContentBody in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type ContentBody Modifier and Type Method Description default com.atlassian.util.concurrent.Promise<ContentBody>
RemoteContentBodyConversionService. convert(ContentBody body, ContentRepresentation representation)
Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<ContentBody>
RemoteContentBodyConversionService. convert(ContentBody body, ContentRepresentation representation, Expansion... expansions)
Deprecated.since 7.0.1.CompletionStage<ContentBody>
RemoteContentBodyConversionService. convertCompletionStage(ContentBody body, ContentRepresentation representation)
Convert a ContentBody value into another format, performing validation during the conversion.CompletionStage<ContentBody>
RemoteContentBodyConversionService. convertCompletionStage(ContentBody body, ContentRepresentation representation, Expansion... expansions)
Convert a ContentBody value into another format, performing validation during the conversion.CompletionStage<ContentBody>
RemoteContentBodyConversionServiceImpl. convertCompletionStage(ContentBody body, ContentRepresentation representation)
CompletionStage<ContentBody>
RemoteContentBodyConversionServiceImpl. convertCompletionStage(ContentBody body, ContentRepresentation representation, Expansion... expansions)
Methods in com.atlassian.confluence.rest.client with parameters of type ContentBody Modifier and Type Method Description default com.atlassian.util.concurrent.Promise<ContentBody>
RemoteContentBodyConversionService. convert(ContentBody body, ContentRepresentation representation)
Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<ContentBody>
RemoteContentBodyConversionService. convert(ContentBody body, ContentRepresentation representation, Expansion... expansions)
Deprecated.since 7.0.1.CompletionStage<ContentBody>
RemoteContentBodyConversionService. convertCompletionStage(ContentBody body, ContentRepresentation representation)
Convert a ContentBody value into another format, performing validation during the conversion.CompletionStage<ContentBody>
RemoteContentBodyConversionService. convertCompletionStage(ContentBody body, ContentRepresentation representation, Expansion... expansions)
Convert a ContentBody value into another format, performing validation during the conversion.CompletionStage<ContentBody>
RemoteContentBodyConversionServiceImpl. convertCompletionStage(ContentBody body, ContentRepresentation representation)
CompletionStage<ContentBody>
RemoteContentBodyConversionServiceImpl. convertCompletionStage(ContentBody body, ContentRepresentation representation, Expansion... expansions)
-