Uses of Class
com.atlassian.confluence.api.model.content.ContentBody

Packages that use ContentBody
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.service.content   
com.atlassian.confluence.plugins.restapi.resources   
com.atlassian.confluence.rest.client   
 

Uses of ContentBody in com.atlassian.confluence.api.impl.service.content
 

Methods in com.atlassian.confluence.api.impl.service.content that return ContentBody
 ContentBody ContentBodyConversionServiceImpl.convert(ContentBody contentBody, ContentRepresentation toFormat)
           
 ContentBody ContentBodyConversionServiceImpl.convertBody(Content content, ContentRepresentation toFormat)
           
 

Methods in com.atlassian.confluence.api.impl.service.content that return types with arguments of type ContentBody
 com.atlassian.fugue.Option<ContentBody> ContentBodyConversionServiceImpl.getBodyToConvert(Content content, ContentRepresentation toFormat)
           
 

Methods in com.atlassian.confluence.api.impl.service.content with parameters of type ContentBody
 ContentBody ContentBodyConversionServiceImpl.convert(ContentBody contentBody, ContentRepresentation toFormat)
           
 

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
 ContentBody ContentBodyFactory.build(BodyContent bodyContent, ContentRepresentation representation)
           
 

Methods in com.atlassian.confluence.api.impl.service.content.factory that return types with arguments of type ContentBody
 Map<ContentRepresentation,ContentBody> ContentBodyFactory.makeContentBodies(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
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
 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(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.
 

Uses of ContentBody in com.atlassian.confluence.plugins.restapi.resources
 

Methods in com.atlassian.confluence.plugins.restapi.resources that return ContentBody
 ContentBody ContentBodyResource.convert(ContentBody body, ContentRepresentation toRepresentation)
          Converts between content body representations.
 

Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type ContentBody
 ContentBody ContentBodyResource.convert(ContentBody body, ContentRepresentation toRepresentation)
          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
 com.atlassian.util.concurrent.Promise<ContentBody> RemoteContentBodyConversionServiceImpl.convert(ContentBody body, ContentRepresentation representation)
           
 com.atlassian.util.concurrent.Promise<ContentBody> RemoteContentBodyConversionService.convert(ContentBody body, ContentRepresentation representation)
          Convert a ContentBody value into another format, performing validation during the conversion.
 

Methods in com.atlassian.confluence.rest.client with parameters of type ContentBody
 com.atlassian.util.concurrent.Promise<ContentBody> RemoteContentBodyConversionServiceImpl.convert(ContentBody body, ContentRepresentation representation)
           
 com.atlassian.util.concurrent.Promise<ContentBody> RemoteContentBodyConversionService.convert(ContentBody body, ContentRepresentation representation)
          Convert a ContentBody value into another format, performing validation during the conversion.
 



Copyright © 2003–2015 Atlassian. All rights reserved.