Uses of Class
com.atlassian.confluence.core.service.NotAuthorizedException
Packages that use NotAuthorizedException
-
Uses of NotAuthorizedException in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service that throw NotAuthorizedExceptionModifier and TypeMethodDescriptionDraftService.findDraftForEditor
(long contentId, DraftService.DraftType type, String spaceKey) Find and return a draft of the specified content Id and type for the current user.DefaultDraftService.getDraft
(long draftId) DraftService.getDraft
(long draftId) gets the draft by id for the authenticated userboolean
DefaultDraftService.isDraftContentChanged
(Long draftId, String title, String content, Long contentId) Deprecated.