Uses of Enum Class
com.atlassian.confluence.legacyapi.model.content.ContentRepresentation
Package
Description
-
Uses of ContentRepresentation in com.atlassian.confluence.legacyapi.model.content
Modifier and TypeMethodDescriptionContentBody.getRepresentation()
Deprecated.static ContentRepresentation
Deprecated.Returns the enum constant of this class with the specified name.static ContentRepresentation[]
ContentRepresentation.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionContentBody
(ContentRepresentation representation, String value) Deprecated.ModifierConstructorDescriptionContent
(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) Deprecated. -
Uses of ContentRepresentation in com.atlassian.confluence.legacyapi.service.content
Modifier and TypeMethodDescriptionInvalidRepresentationException.getPermittedRepresentations()
Deprecated.Modifier and TypeMethodDescriptionContentService.getContentBody
(long contentId, ContentRepresentation contentRepresentation) Deprecated.Get the body of a piece of content in a given representationContentService.updateContentBody
(long contentId, ContentRepresentation contentRepresentation, ContentBody body) Deprecated.Update the body of a given piece of content (i.e.ModifierConstructorDescriptionInvalidRepresentationException
(ContentRepresentation unacceptableRepresentation, ContentRepresentation[] permittedRepresentations) Deprecated.InvalidRepresentationException
(ContentRepresentation representation, Iterable<ContentRepresentation> contentRepresentations) Deprecated.ModifierConstructorDescriptionInvalidRepresentationException
(ContentRepresentation representation, Iterable<ContentRepresentation> contentRepresentations) Deprecated. -
Uses of ContentRepresentation in com.atlassian.confluence.ui.rest.builder
Modifier and TypeMethodDescriptionLegacyContentBodyBuilder.makeContentBodies
(BodyContent bodyContent, Expansions expansions) Deprecated.Modifier and TypeMethodDescriptionLegacyContentBodyBuilder.build
(BodyContent bodyContent, ContentRepresentation representation) Deprecated. -
Uses of ContentRepresentation in com.atlassian.confluence.ui.rest.service.content
Modifier and TypeMethodDescriptionLegacyContentServiceImpl.getContentBody
(long contentId, ContentRepresentation contentRepresentation) Deprecated.LegacyContentServiceImpl.updateContentBody
(long contentId, ContentRepresentation contentRepresentation, ContentBody body) Deprecated.