Uses of Class
com.atlassian.confluence.legacyapi.model.content.ContentBody
-
-
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 ContentBody Modifier and Type Method Description Map<ContentRepresentation,ContentBody>Content. getBody()Deprecated.Constructor parameters in com.atlassian.confluence.legacyapi.model.content with type arguments of type ContentBody 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 ContentBody in com.atlassian.confluence.legacyapi.service.content
Methods in com.atlassian.confluence.legacyapi.service.content that return ContentBody 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.Methods in com.atlassian.confluence.legacyapi.service.content with parameters of type ContentBody Modifier and Type Method Description ContentBodyContentService. 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 ContentBody Modifier and Type Method Description ContentBodyLegacyContentBodyBuilder. build(BodyContent bodyContent, ContentRepresentation representation)Deprecated.Methods in com.atlassian.confluence.ui.rest.builder that return types with arguments of type ContentBody Modifier and Type Method Description Map<ContentRepresentation,ContentBody>LegacyContentBodyBuilder. 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 ContentBody Modifier and Type Method Description javax.ws.rs.core.ResponseLegacyContentResource. 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 ContentBody Modifier and Type Method Description ContentBodyLegacyContentServiceImpl. getContentBody(long contentId, ContentRepresentation contentRepresentation)Deprecated.ContentBodyLegacyContentServiceImpl. updateContentBody(long contentId, ContentRepresentation contentRepresentation, ContentBody body)Deprecated.Methods in com.atlassian.confluence.ui.rest.service.content with parameters of type ContentBody Modifier and Type Method Description ContentBodyLegacyContentServiceImpl. updateContentBody(long contentId, ContentRepresentation contentRepresentation, ContentBody body)Deprecated.
-