Uses of Class
com.atlassian.confluence.legacyapi.service.content.InvalidRepresentationException
-
Packages that use InvalidRepresentationException Package Description com.atlassian.confluence.legacyapi.service.content com.atlassian.confluence.ui.rest.service.content -
-
Uses of InvalidRepresentationException in com.atlassian.confluence.legacyapi.service.content
Methods in com.atlassian.confluence.legacyapi.service.content that throw InvalidRepresentationException 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. -
Uses of InvalidRepresentationException in com.atlassian.confluence.ui.rest.service.content
Methods in com.atlassian.confluence.ui.rest.service.content that throw InvalidRepresentationException Modifier and Type Method Description ContentBodyLegacyContentServiceImpl. getContentBody(long contentId, ContentRepresentation contentRepresentation)Deprecated.ContentBodyLegacyContentServiceImpl. updateContentBody(long contentId, ContentRepresentation contentRepresentation, ContentBody body)Deprecated.
-