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

Packages that use ContentRepresentation
com.atlassian.confluence.api.model.content   
com.atlassian.confluence.api.service.content   
com.atlassian.confluence.api.service.exceptions   
 

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

Fields in com.atlassian.confluence.api.model.content with type parameters of type ContentRepresentation
static java.lang.Iterable<ContentRepresentation> ContentRepresentation.INPUT_CONVERSION_TO_STORAGE_ORDER
          An ordered enumeration of ContentRepresentations that can be converted to STORAGE format.
 

Methods in com.atlassian.confluence.api.model.content that return ContentRepresentation
 ContentRepresentation ContentBody.getRepresentation()
           
static ContentRepresentation ContentRepresentation.valueOf(java.lang.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.api.model.content that return types with arguments of type ContentRepresentation
 java.util.Map<ContentRepresentation,ContentBody> Content.getBody()
           
 

Methods in com.atlassian.confluence.api.model.content with parameters of type ContentRepresentation
 Content.ContentBuilder Content.ContentBuilder.body(java.lang.String value, ContentRepresentation format)
           
static ContentBody ContentBody.emptyBody(ContentRepresentation representation, Reference<Content> contentReference)
           
 

Method parameters in com.atlassian.confluence.api.model.content with type arguments of type ContentRepresentation
 Content.ContentBuilder Content.ContentBuilder.body(java.util.Map<ContentRepresentation,ContentBody> body)
           
 

Constructors in com.atlassian.confluence.api.model.content with parameters of type ContentRepresentation
ContentBody(ContentRepresentation representation, java.lang.String value)
           
ContentBody(ContentRepresentation representation, java.lang.String value, Reference<Content> contentReference)
           
ContentBody(ContentRepresentation representation, java.lang.String value, java.lang.String contentId)
           
 

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

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

Uses of ContentRepresentation in com.atlassian.confluence.api.service.exceptions
 

Methods in com.atlassian.confluence.api.service.exceptions that return types with arguments of type ContentRepresentation
 java.lang.Iterable<ContentRepresentation> InvalidRepresentationException.getPermittedRepresentations()
           
 

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

Constructor parameters in com.atlassian.confluence.api.service.exceptions with type arguments of type ContentRepresentation
InvalidRepresentationException(ContentRepresentation representation, java.lang.Iterable<ContentRepresentation> contentRepresentations)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.