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

Packages that use ContentBody
com.atlassian.confluence.legacyapi.model.content   
com.atlassian.confluence.legacyapi.service.content   
com.atlassian.confluence.ui.rest.builder   
com.atlassian.confluence.ui.rest.content   
com.atlassian.confluence.ui.rest.service.content   
 

Uses of ContentBody in com.atlassian.confluence.legacyapi.model.content
 

Methods in com.atlassian.confluence.legacyapi.model.content that return types with arguments of type ContentBody
 java.util.Map<ContentRepresentation,ContentBody> Content.getBody()
           
 

Constructor parameters in com.atlassian.confluence.legacyapi.model.content with type arguments of type ContentBody
Content(java.lang.Long id, com.atlassian.fugue.Option<SpaceSummary> space, ContentType type, java.lang.String title, java.lang.String webUrlPath, com.atlassian.fugue.Option<java.lang.String> tinyUrlPath, HistorySummary history, java.lang.Iterable<ContentLink> ancestors, java.util.Map<ContentRepresentation,ContentBody> body, java.util.Map<Permission,java.lang.Boolean> permissions)
           
 

Uses of ContentBody in com.atlassian.confluence.legacyapi.service.content
 

Methods in com.atlassian.confluence.legacyapi.service.content that return ContentBody
 ContentBody ContentService.getContentBody(long contentId, ContentRepresentation contentRepresentation)
          Get the body of a piece of content in a given representation
 ContentBody ContentService.updateContentBody(long contentId, ContentRepresentation contentRepresentation, ContentBody body)
          Update the body of a given piece of content (i.e.
 

Methods in com.atlassian.confluence.legacyapi.service.content with parameters of type ContentBody
 ContentBody ContentService.updateContentBody(long contentId, ContentRepresentation contentRepresentation, ContentBody body)
          Update the body of a given piece of content (i.e.
 

Uses of ContentBody in com.atlassian.confluence.ui.rest.builder
 

Methods in com.atlassian.confluence.ui.rest.builder that return ContentBody
 ContentBody ContentBodyBuilder.build(BodyContent bodyContent, ContentRepresentation representation)
           
 

Methods in com.atlassian.confluence.ui.rest.builder that return types with arguments of type ContentBody
 java.util.Map<ContentRepresentation,ContentBody> ContentBodyBuilder.makeContentBodies(BodyContent bodyContent, Expansions expansions)
           
 

Uses of ContentBody in com.atlassian.confluence.ui.rest.content
 

Methods in com.atlassian.confluence.ui.rest.content with parameters of type ContentBody
 javax.ws.rs.core.Response ContentResource.updateBody(java.lang.Long contentId, java.lang.String representation, ContentBody body)
           
 

Uses of ContentBody in com.atlassian.confluence.ui.rest.service.content
 

Methods in com.atlassian.confluence.ui.rest.service.content that return ContentBody
 ContentBody ContentServiceImpl.getContentBody(long contentId, ContentRepresentation contentRepresentation)
           
 ContentBody ContentServiceImpl.updateContentBody(long contentId, ContentRepresentation contentRepresentation, ContentBody body)
           
 

Methods in com.atlassian.confluence.ui.rest.service.content with parameters of type ContentBody
 ContentBody ContentServiceImpl.updateContentBody(long contentId, ContentRepresentation contentRepresentation, ContentBody body)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.