Uses of Class
com.atlassian.confluence.legacyapi.model.content.ContentBody
Package
Description
-
Uses of ContentBody in com.atlassian.confluence.legacyapi.model.content
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 ContentBody in com.atlassian.confluence.legacyapi.service.content
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.Modifier and TypeMethodDescriptionContentService.updateContentBody
(long contentId, ContentRepresentation contentRepresentation, ContentBody body) Deprecated.Update the body of a given piece of content (i.e. -
Uses of ContentBody in com.atlassian.confluence.ui.rest.builder
Modifier and TypeMethodDescriptionLegacyContentBodyBuilder.build
(BodyContent bodyContent, ContentRepresentation representation) Deprecated.Modifier and TypeMethodDescriptionLegacyContentBodyBuilder.makeContentBodies
(BodyContent bodyContent, Expansions expansions) Deprecated. -
Uses of ContentBody in com.atlassian.confluence.ui.rest.content
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
LegacyContentResource.updateBody
(Long contentId, String representation, ContentBody body) Deprecated. -
Uses of ContentBody 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.Modifier and TypeMethodDescriptionLegacyContentServiceImpl.updateContentBody
(long contentId, ContentRepresentation contentRepresentation, ContentBody body) Deprecated.