Uses of Class
com.atlassian.confluence.api.model.content.ContentRepresentation
- 
Packages that use ContentRepresentation Package Description 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.model.content.template com.atlassian.confluence.api.service.content com.atlassian.confluence.api.service.exceptions com.atlassian.confluence.core com.atlassian.confluence.it.api com.atlassian.confluence.it.rpc.delegates com.atlassian.confluence.plugins.restapi.resources com.atlassian.confluence.rest.client This package contains the code which communicates with Confluence via REST API. - 
- 
Uses of ContentRepresentation in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content with parameters of type ContentRepresentation Modifier and Type Method Description com.atlassian.fugue.Pair<String,Reference<WebResourceDependencies>>ContentBodyConversionManager. convert(ContentRepresentation from, String value, ContentRepresentation to, ContentEntityObject ceo, Expansion... expansions)Computes the converted value of the ContentBody and the required web resources that may be needed to render the converted value.com.atlassian.fugue.Pair<String,Reference<WebResourceDependencies>>ContentBodyConversionManagerImpl. convert(ContentRepresentation fromFormat, String value, ContentRepresentation toFormat, ContentEntityObject ceo, Expansion... expansions)ContentBodyContentBodyConversionServiceImpl. convert(ContentBody body, ContentRepresentation toFormat)ContentBodyContentBodyConversionServiceImpl. convert(ContentBody contentBody, ContentRepresentation toFormat, Expansion... expansions)ContentBodyContentBodyConversionServiceImpl. convertBody(Content content, ContentRepresentation toFormat)ContentBodyContentBodyConversionServiceImpl. convertBody(Content content, ContentRepresentation toFormat, Expansion... expansions)Optional<ContentBody>ContentBodyConversionServiceImpl. selectBodyForRepresentation(Content content, ContentRepresentation toFormat) - 
Uses of ContentRepresentation in com.atlassian.confluence.api.impl.service.content.factory
Fields in com.atlassian.confluence.api.impl.service.content.factory declared as ContentRepresentation Modifier and Type Field Description static ContentRepresentationSpaceFactory. DEFAULT_DESCRIPTION_REPRESENTATIONMethods in com.atlassian.confluence.api.impl.service.content.factory that return types with arguments of type ContentRepresentation Modifier and Type Method Description Map<ContentRepresentation,ContentBody>ContentBodyFactory. makeContentBodies(ContentEntityObject ceo, BodyContent bodyContent, Expansions expansions, ContentFactory contentFactory)Methods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type ContentRepresentation Modifier and Type Method Description ContentBodyContentBodyFactory. build(ContentEntityObject ceo, BodyContent bodyContent, ContentRepresentation representation) - 
Uses of ContentRepresentation in com.atlassian.confluence.api.model.content
Fields in com.atlassian.confluence.api.model.content declared as ContentRepresentation Modifier and Type Field Description static ContentRepresentationContentRepresentation. ANONYMOUS_EXPORT_VIEWHTML representation for viewing, but with absolute urls, instead of relative urls in the markup, and macros are rendered as though it is viewed by an anonymous user.static ContentRepresentationContentRepresentation. EDITORRepresentation suitable for use in the rich text editorstatic ContentRepresentationContentRepresentation. EXPORT_VIEWHTML representation for viewing, but with absolute urls, instead of relative urls in the markup.static ContentRepresentationContentRepresentation. PLAINRaw database format as plain text with no XHTML or WIKI markup.static ContentRepresentationContentRepresentation. RAWRaw "database" format.protected ContentRepresentationFormattedBody.BaseFormattedBodyBuilder. representationstatic ContentRepresentationContentRepresentation. STORAGERaw database format, for content that stores data in our XML storage formatstatic ContentRepresentationContentRepresentation. STYLED_VIEWA rendered view that includes inline styles in a <style> element, wrapped in an entire <html> structure.static ContentRepresentationContentRepresentation. VIEWHTML representation for viewing in a web pagestatic ContentRepresentationContentRepresentation. WIKILegacy WIKI representationFields in com.atlassian.confluence.api.model.content with type parameters of type ContentRepresentation Modifier and Type Field Description static Iterable<ContentRepresentation>ContentRepresentation. INPUT_CONVERSION_TO_STORAGE_ORDERAn ordered enumeration of ContentRepresentations that can be converted to STORAGE format.Methods in com.atlassian.confluence.api.model.content that return ContentRepresentation Modifier and Type Method Description ContentRepresentationFormattedBody. getRepresentation()static ContentRepresentationContentRepresentation. valueOf(String representation)Methods in com.atlassian.confluence.api.model.content that return types with arguments of type ContentRepresentation Modifier and Type Method Description Map<ContentRepresentation,ContentBody>Content. getBody()Map<ContentRepresentation,FormattedBody>Space. getDescription()Map<ContentRepresentation,Reference<FormattedBody>>Space. getDescriptionRefs()Deprecated.Since 5.5.1 UseSpace.getDescription().Methods in com.atlassian.confluence.api.model.content with parameters of type ContentRepresentation Modifier and Type Method Description Content.ContentBuilderContent.ContentBuilder. body(String value, ContentRepresentation format)Space.SpaceBuilderSpace.SpaceBuilder. description(ContentRepresentation representation, FormattedBody formattedBody)Space.SpaceBuilderSpace.SpaceBuilder. description(ContentRepresentation representation, Reference<FormattedBody> formattedBody)Deprecated.Space.SpaceBuilderSpace.SpaceBuilder. description(ContentRepresentation representation, String value)static ContentBodyContentBody. emptyBody(ContentRepresentation representation, Reference<Content> contentReference)TFormattedBody.BaseFormattedBodyBuilder. representation(ContentRepresentation representation)Method parameters in com.atlassian.confluence.api.model.content with type arguments of type ContentRepresentation Modifier and Type Method Description Content.ContentBuilderContent.ContentBuilder. body(Map<ContentRepresentation,ContentBody> body)Space.SpaceBuilderSpace.SpaceBuilder. description(Map<ContentRepresentation,FormattedBody> description)Constructors in com.atlassian.confluence.api.model.content with parameters of type ContentRepresentation Constructor Description ContentBody(ContentRepresentation representation, String value)ContentBody(ContentRepresentation representation, String value, Content content)Deprecated.since 5.9 , useContentBody.contentBodyBuilder()ContentBody(ContentRepresentation representation, String value, ContentId contentId)Deprecated.since 5.9 , useContentBody.contentBodyBuilder()ContentBody(ContentRepresentation representation, String value, Reference<Content> contentReference)Deprecated.since 5.9 , useContentBody.contentBodyBuilder()ContentBody(ContentRepresentation representation, String value, Reference<Content> contentReference, Reference<WebResourceDependencies> webresource)Deprecated.since 5.9 , useContentBody.contentBodyBuilder()FormattedBody(ContentRepresentation representation, String value) - 
Uses of ContentRepresentation in com.atlassian.confluence.api.model.content.template
Methods in com.atlassian.confluence.api.model.content.template that return types with arguments of type ContentRepresentation Modifier and Type Method Description Map<ContentRepresentation,ContentBody>ContentTemplate. getBody()Method parameters in com.atlassian.confluence.api.model.content.template with type arguments of type ContentRepresentation Modifier and Type Method Description ContentTemplate.ContentTemplateBuilderContentTemplate.ContentTemplateBuilder. body(Map<ContentRepresentation,ContentBody> body) - 
Uses of ContentRepresentation in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content with parameters of type ContentRepresentation Modifier and Type Method Description ContentBodyContentBodyConversionService. convert(ContentBody body, ContentRepresentation representation)Same as callingContentBodyConversionService.convert(ContentBody, ContentRepresentation, Expansion...)with an empty expansion.ContentBodyContentBodyConversionService. convert(ContentBody body, ContentRepresentation representation, Expansion... expansions)Convert a ContentBody value into another format, performing validation during the conversion.ContentBodyContentBodyConversionService. convertBody(Content content, ContentRepresentation representation)Same as callingContentBodyConversionService.convertBody(Content, ContentRepresentation, Expansion...)with an empty expansion.ContentBodyContentBodyConversionService. convertBody(Content content, ContentRepresentation representation, Expansion... expansions)Convert the single ContentBody value in aContentbody map into another format, performing validation during the conversion.default com.atlassian.fugue.Option<ContentBody>ContentBodyConversionService. getBodyToConvert(Content content, ContentRepresentation toFormat)Deprecated.Optional<ContentBody>ContentBodyConversionService. 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. - 
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 Modifier and Type Method Description Iterable<ContentRepresentation>InvalidRepresentationException. getPermittedRepresentations()Constructors in com.atlassian.confluence.api.service.exceptions with parameters of type ContentRepresentation Constructor Description InvalidRepresentationException(ContentRepresentation unacceptableRepresentation, ContentRepresentation[] permittedRepresentations)InvalidRepresentationException(ContentRepresentation representation, Iterable<ContentRepresentation> contentRepresentations)Constructor parameters in com.atlassian.confluence.api.service.exceptions with type arguments of type ContentRepresentation Constructor Description InvalidRepresentationException(ContentRepresentation representation, Iterable<ContentRepresentation> contentRepresentations) - 
Uses of ContentRepresentation in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return ContentRepresentation Modifier and Type Method Description ContentRepresentationBodyType. toContentRepresentation() - 
Uses of ContentRepresentation in com.atlassian.confluence.it.api
Methods in com.atlassian.confluence.it.api with parameters of type ContentRepresentation Modifier and Type Method Description static ContentApiEntityConverter. convertItBlogPostToApiContent(BlogPost blogPost, ContentRepresentation format)static ContentApiEntityConverter. convertItCommentToApiContent(Comment comment, ContentRepresentation format)static ContentApiEntityConverter. convertItPageToApiContent(Page page, ContentRepresentation format)Converts an acceptance-test Page object into an API Content instance, where the body of the Content is in the passedContentRepresentationformat. - 
Uses of ContentRepresentation in com.atlassian.confluence.it.rpc.delegates
Fields in com.atlassian.confluence.it.rpc.delegates declared as ContentRepresentation Modifier and Type Field Description static ContentRepresentationContentRpc. DEFAULT_REPRESENTATIONMethods in com.atlassian.confluence.it.rpc.delegates with parameters of type ContentRepresentation Modifier and Type Method Description BlogPostContentRpc. createBlogPost(BlogPost blogPost, ContentRepresentation format)CommentContentRpc. createComment(Comment comment, ContentRepresentation format)PageContentRpc. createPage(Page page, ContentRepresentation format)BlogPostContentRpc. updateBlogPost(BlogPost blogPost, boolean minorEdit, String versionComment, ContentRepresentation format)CommentContentRpc. updateComment(Comment comment, ContentRepresentation format)PageContentRpc. updatePage(Page page, boolean minorEdit, String versionComment, ContentRepresentation format) - 
Uses of ContentRepresentation in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type ContentRepresentation Modifier and Type Method Description ContentBodyContentBodyResource. convert(ContentBody body, ContentRepresentation toRepresentation, String expand)Converts between content body representations. - 
Uses of ContentRepresentation in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client with parameters of type ContentRepresentation Modifier and Type Method Description com.atlassian.util.concurrent.Promise<ContentBody>RemoteContentBodyConversionService. convert(ContentBody body, ContentRepresentation representation)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<ContentBody>RemoteContentBodyConversionService. convert(ContentBody body, ContentRepresentation representation, Expansion... expansions)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<ContentBody>RemoteContentBodyConversionServiceImpl. convert(ContentBody body, ContentRepresentation representation)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<ContentBody>RemoteContentBodyConversionServiceImpl. convert(ContentBody body, ContentRepresentation representation, Expansion... expansions)Deprecated.since 7.0.1.CompletionStage<ContentBody>RemoteContentBodyConversionService. convertCompletionStage(ContentBody body, ContentRepresentation representation)Convert a ContentBody value into another format, performing validation during the conversion.CompletionStage<ContentBody>RemoteContentBodyConversionService. convertCompletionStage(ContentBody body, ContentRepresentation representation, Expansion... expansions)Convert a ContentBody value into another format, performing validation during the conversion.CompletionStage<ContentBody>RemoteContentBodyConversionServiceImpl. convertCompletionStage(ContentBody body, ContentRepresentation representation)CompletionStage<ContentBody>RemoteContentBodyConversionServiceImpl. convertCompletionStage(ContentBody body, ContentRepresentation representation, Expansion... expansions) 
 -