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

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

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

Methods in com.atlassian.confluence.legacyapi.model.content that return ContentRepresentation
 ContentRepresentation ContentBody.getRepresentation()
           
static ContentRepresentation ContentRepresentation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContentRepresentation[] ContentRepresentation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Constructors in com.atlassian.confluence.legacyapi.model.content with parameters of type ContentRepresentation
ContentBody(ContentRepresentation representation, String value)
           
 

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

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

Methods in com.atlassian.confluence.legacyapi.service.content that return types with arguments of type ContentRepresentation
 Iterable<ContentRepresentation> InvalidRepresentationException.getPermittedRepresentations()
           
 

Methods in com.atlassian.confluence.legacyapi.service.content with parameters of type ContentRepresentation
 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.
 

Constructors in com.atlassian.confluence.legacyapi.service.content with parameters of type ContentRepresentation
InvalidRepresentationException(ContentRepresentation unacceptableRepresentation, ContentRepresentation[] permittedRepresentations)
           
InvalidRepresentationException(ContentRepresentation unacceptableRepresentation, ContentRepresentation[] permittedRepresentations)
           
InvalidRepresentationException(ContentRepresentation representation, Iterable<ContentRepresentation> contentRepresentations)
           
 

Constructor parameters in com.atlassian.confluence.legacyapi.service.content with type arguments of type ContentRepresentation
InvalidRepresentationException(ContentRepresentation representation, Iterable<ContentRepresentation> contentRepresentations)
           
 

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

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

Methods in com.atlassian.confluence.ui.rest.builder with parameters of type ContentRepresentation
 ContentBody ContentBodyBuilder.build(BodyContent bodyContent, ContentRepresentation representation)
           
 

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

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



Copyright © 2003–2015 Atlassian. All rights reserved.