Uses of Class
com.atlassian.confluence.core.service.NotAuthorizedException
-
Packages that use NotAuthorizedException Package Description com.atlassian.confluence.content.service com.atlassian.confluence.userstatus -
-
Uses of NotAuthorizedException in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service that throw NotAuthorizedException Modifier and Type Method Description DraftDraftService. findDraftForEditor(long contentId, DraftService.DraftType type, String spaceKey)Find and return a draft of the specified content Id and type for the current user.DraftDefaultDraftService. getDraft(long draftId)DraftDraftService. getDraft(long draftId)gets the draft by id for the authenticated userbooleanDefaultDraftService. isDraftContentChanged(Long draftId, String title, String content, Long contentId)Deprecated. -
Uses of NotAuthorizedException in com.atlassian.confluence.userstatus
Methods in com.atlassian.confluence.userstatus that throw NotAuthorizedException Modifier and Type Method Description voidDefaultFavouriteManager. addPageToFavourites(com.atlassian.user.User user, AbstractPage page)voidFavouriteManager. addPageToFavourites(com.atlassian.user.User user, AbstractPage page)Add a page or blog post to a user's favourites by attaching a personal label to the space.voidDefaultFavouriteManager. addSpaceToFavourites(com.atlassian.user.User user, Space space)voidFavouriteManager. addSpaceToFavourites(com.atlassian.user.User user, Space space)Add a space to a user's favourites by attaching a personal label to the space.voidDefaultFavouriteManager. removePageFromFavourites(com.atlassian.user.User user, AbstractPage page)voidFavouriteManager. removePageFromFavourites(com.atlassian.user.User user, AbstractPage page)Remove a page or blog post from a user's favourites.voidDefaultFavouriteManager. removeSpaceFromFavourites(com.atlassian.user.User user, Space space)voidFavouriteManager. removeSpaceFromFavourites(com.atlassian.user.User user, Space space)Remove a space from a user's favourites.
-