Uses of Class
com.atlassian.confluence.legacyapi.model.content.ContentRepresentation
-
-
Uses of ContentRepresentation in com.atlassian.confluence.legacyapi.model.content
Methods in com.atlassian.confluence.legacyapi.model.content that return ContentRepresentation Modifier and Type Method Description ContentRepresentationContentBody. getRepresentation()Deprecated.static ContentRepresentationContentRepresentation. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static ContentRepresentation[]ContentRepresentation. values()Deprecated.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 Modifier and Type Method Description Map<ContentRepresentation,ContentBody>Content. getBody()Deprecated.Constructors in com.atlassian.confluence.legacyapi.model.content with parameters of type ContentRepresentation Constructor Description ContentBody(ContentRepresentation representation, String value)Deprecated.Constructor parameters in com.atlassian.confluence.legacyapi.model.content with type arguments of type ContentRepresentation Constructor Description 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)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 ContentRepresentation Modifier and Type Method Description Iterable<ContentRepresentation>InvalidRepresentationException. getPermittedRepresentations()Deprecated.Methods in com.atlassian.confluence.legacyapi.service.content with parameters of type ContentRepresentation Modifier and Type Method Description ContentBodyContentService. getContentBody(long contentId, ContentRepresentation contentRepresentation)Deprecated.Get the body of a piece of content in a given representationContentBodyContentService. 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 ContentRepresentation Constructor Description InvalidRepresentationException(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 ContentRepresentation Constructor Description InvalidRepresentationException(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 ContentRepresentation Modifier and Type Method Description Map<ContentRepresentation,ContentBody>LegacyContentBodyBuilder. makeContentBodies(BodyContent bodyContent, Expansions expansions)Deprecated.Methods in com.atlassian.confluence.ui.rest.builder with parameters of type ContentRepresentation Modifier and Type Method Description ContentBodyLegacyContentBodyBuilder. 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 ContentRepresentation Modifier and Type Method Description ContentBodyLegacyContentServiceImpl. getContentBody(long contentId, ContentRepresentation contentRepresentation)Deprecated.ContentBodyLegacyContentServiceImpl. updateContentBody(long contentId, ContentRepresentation contentRepresentation, ContentBody body)Deprecated.
-