Uses of Class
com.atlassian.confluence.legacyapi.model.content.ContentBody
Packages that use ContentBody
Package
Description
-
Uses of ContentBody in com.atlassian.confluence.legacyapi.model.content
Methods in com.atlassian.confluence.legacyapi.model.content that return types with arguments of type ContentBodyConstructor parameters in com.atlassian.confluence.legacyapi.model.content with type arguments of type ContentBodyModifierConstructorDescriptionContent
(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
Methods in com.atlassian.confluence.legacyapi.service.content that return ContentBodyModifier 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.Methods in com.atlassian.confluence.legacyapi.service.content with parameters of type ContentBodyModifier 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
Methods in com.atlassian.confluence.ui.rest.builder that return ContentBodyModifier and TypeMethodDescriptionLegacyContentBodyBuilder.build
(BodyContent bodyContent, ContentRepresentation representation) Deprecated.Methods in com.atlassian.confluence.ui.rest.builder that return types with arguments of type ContentBodyModifier and TypeMethodDescriptionLegacyContentBodyBuilder.makeContentBodies
(BodyContent bodyContent, Expansions expansions) Deprecated. -
Uses of ContentBody in com.atlassian.confluence.ui.rest.content
Methods in com.atlassian.confluence.ui.rest.content with parameters of type ContentBodyModifier 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
Methods in com.atlassian.confluence.ui.rest.service.content that return ContentBodyModifier and TypeMethodDescriptionLegacyContentServiceImpl.getContentBody
(long contentId, ContentRepresentation contentRepresentation) Deprecated.LegacyContentServiceImpl.updateContentBody
(long contentId, ContentRepresentation contentRepresentation, ContentBody body) Deprecated.Methods in com.atlassian.confluence.ui.rest.service.content with parameters of type ContentBodyModifier and TypeMethodDescriptionLegacyContentServiceImpl.updateContentBody
(long contentId, ContentRepresentation contentRepresentation, ContentBody body) Deprecated.