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 ContentBody
ContentService. 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 ContentBody
LegacyContentServiceImpl. updateContentBody(long contentId, ContentRepresentation contentRepresentation, ContentBody body)
Deprecated.
-