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