Uses of Enum Class
com.atlassian.confluence.legacyapi.model.content.ContentRepresentation
Packages that use ContentRepresentation
Package
Description
-
Uses of ContentRepresentation in com.atlassian.confluence.legacyapi.model.content
Methods in com.atlassian.confluence.legacyapi.model.content that return ContentRepresentationModifier 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.Methods in com.atlassian.confluence.legacyapi.model.content that return types with arguments of type ContentRepresentationConstructors in com.atlassian.confluence.legacyapi.model.content with parameters of type ContentRepresentationModifierConstructorDescriptionContentBody
(ContentRepresentation representation, String value) Deprecated.Constructor parameters in com.atlassian.confluence.legacyapi.model.content with type arguments of type ContentRepresentationModifierConstructorDescriptionContent
(Long id, Optional<SpaceSummary> space, ContentType type, String title, String webUrlPath, Optional<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
Methods in com.atlassian.confluence.legacyapi.service.content that return types with arguments of type ContentRepresentationModifier and TypeMethodDescriptionInvalidRepresentationException.getPermittedRepresentations()
Deprecated.Methods in com.atlassian.confluence.legacyapi.service.content with parameters of type ContentRepresentationModifier 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.Constructors in com.atlassian.confluence.legacyapi.service.content with parameters of type ContentRepresentationModifierConstructorDescriptionInvalidRepresentationException
(ContentRepresentation unacceptableRepresentation, ContentRepresentation[] permittedRepresentations) Deprecated.InvalidRepresentationException
(ContentRepresentation representation, Iterable<ContentRepresentation> contentRepresentations) Deprecated.Constructor parameters in com.atlassian.confluence.legacyapi.service.content with type arguments of type ContentRepresentationModifierConstructorDescriptionInvalidRepresentationException
(ContentRepresentation representation, Iterable<ContentRepresentation> contentRepresentations) Deprecated. -
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 ContentRepresentationModifier and TypeMethodDescriptionLegacyContentBodyBuilder.makeContentBodies
(BodyContent bodyContent, Expansions expansions) Deprecated.Methods in com.atlassian.confluence.ui.rest.builder with parameters of type ContentRepresentationModifier and TypeMethodDescriptionLegacyContentBodyBuilder.build
(BodyContent bodyContent, ContentRepresentation representation) Deprecated. -
Uses of ContentRepresentation in com.atlassian.confluence.ui.rest.service.content
Methods in com.atlassian.confluence.ui.rest.service.content with parameters of type ContentRepresentationModifier and TypeMethodDescriptionLegacyContentServiceImpl.getContentBody
(long contentId, ContentRepresentation contentRepresentation) Deprecated.LegacyContentServiceImpl.updateContentBody
(long contentId, ContentRepresentation contentRepresentation, ContentBody body) Deprecated.