Uses of Class
com.atlassian.confluence.api.model.content.ContentBody
Packages that use 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.contentMethods in com.atlassian.confluence.api.impl.service.content that return ContentBodyModifier 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) Methods in com.atlassian.confluence.api.impl.service.content that return types with arguments of type ContentBodyModifier and TypeMethodDescriptionContentBodyConversionServiceImpl.selectBodyForRepresentation(Content content, ContentRepresentation toFormat) Methods in com.atlassian.confluence.api.impl.service.content with parameters of type ContentBodyModifier 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.factoryMethods in com.atlassian.confluence.api.impl.service.content.factory that return ContentBodyModifier and TypeMethodDescriptionContentBodyFactory.build(ContentEntityObject ceo, BodyContent bodyContent, ContentRepresentation representation) Methods in com.atlassian.confluence.api.impl.service.content.factory that return types with arguments of type ContentBodyModifier and TypeMethodDescriptionContentBodyFactory.makeContentBodies(ContentEntityObject ceo, BodyContent bodyContent, Expansions expansions, ContentFactory contentFactory) 
- 
Uses of ContentBody in com.atlassian.confluence.api.model.contentMethods in com.atlassian.confluence.api.model.content that return ContentBodyModifier and TypeMethodDescriptionContentBody.ContentBodyBuilder.build()static ContentBodyContentBody.emptyBody(ContentRepresentation representation, Reference<Content> contentReference) Methods in com.atlassian.confluence.api.model.content that return types with arguments of type ContentBodyMethods in com.atlassian.confluence.api.model.content with parameters of type ContentBodyMethod parameters in com.atlassian.confluence.api.model.content with type arguments of type ContentBodyModifier and TypeMethodDescriptionContent.ContentBuilder.body(Map<ContentRepresentation, ContentBody> body) 
- 
Uses of ContentBody in com.atlassian.confluence.api.model.content.templateMethods in com.atlassian.confluence.api.model.content.template that return types with arguments of type ContentBodyMethods in com.atlassian.confluence.api.model.content.template with parameters of type ContentBodyMethod parameters in com.atlassian.confluence.api.model.content.template with type arguments of type ContentBodyModifier and TypeMethodDescriptionContentTemplate.ContentTemplateBuilder.body(Map<ContentRepresentation, ContentBody> body) 
- 
Uses of ContentBody in com.atlassian.confluence.api.service.contentMethods in com.atlassian.confluence.api.service.content that return ContentBodyModifier 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 aContentbody map into another format, performing validation during the conversion.Methods in com.atlassian.confluence.api.service.content that return types with arguments of type ContentBodyModifier and TypeMethodDescriptionContentBodyConversionService.selectBodyForRepresentation(Content content, ContentRepresentation toFormat) Given aContentobject for which the body could be converted to a givenContentRepresentation, returns theContentBodythat would be used for the conversion.Methods in com.atlassian.confluence.api.service.content with parameters of type ContentBodyModifier 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.resourcesMethods in com.atlassian.confluence.plugins.restapi.resources that return ContentBodyModifier and TypeMethodDescriptionContentBodyResource.convert(ContentBody body, ContentRepresentation toRepresentation, String expand) Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type ContentBodyModifier and TypeMethodDescriptionContentBodyResource.convert(ContentBody body, ContentRepresentation toRepresentation, String expand) 
- 
Uses of ContentBody in com.atlassian.confluence.rest.clientMethods in com.atlassian.confluence.rest.client that return types with arguments of type ContentBodyModifier 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) Methods in com.atlassian.confluence.rest.client with parameters of type ContentBodyModifier 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)