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.contentMethods 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, 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 ContentBody in com.atlassian.confluence.legacyapi.service.contentMethods 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.builderMethods 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.contentMethods in com.atlassian.confluence.ui.rest.content with parameters of type ContentBodyModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseLegacyContentResource.updateBody(Long contentId, String representation, ContentBody body) Deprecated.
- 
Uses of ContentBody in com.atlassian.confluence.ui.rest.service.contentMethods 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.