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 ContentBody
ContentService. getContentBody(long contentId, ContentRepresentation contentRepresentation)
Deprecated.Get the body of a piece of content in a given representationContentBody
ContentService. 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 ContentBody
LegacyContentServiceImpl. getContentBody(long contentId, ContentRepresentation contentRepresentation)
Deprecated.ContentBody
LegacyContentServiceImpl. updateContentBody(long contentId, ContentRepresentation contentRepresentation, ContentBody body)
Deprecated.
-