|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotAuthorizedException | |
---|---|
com.atlassian.confluence.content.service |
Uses of NotAuthorizedException in com.atlassian.confluence.content.service |
---|
Methods in com.atlassian.confluence.content.service that throw NotAuthorizedException | |
---|---|
Draft |
DraftService.createDraftForEditor(AbstractPage page)
Create and store a draft for the supplied AbstractPage for the current user. |
Draft |
DefaultDraftService.createDraftForEditor(AbstractPage page)
|
Draft |
DraftService.createNewContentDraft(java.lang.String spaceKey,
DraftService.DraftType type)
|
Draft |
DefaultDraftService.createNewContentDraft(java.lang.String spaceKey,
DraftService.DraftType type)
|
Draft |
DraftService.findDraftForEditor(long contentId,
DraftService.DraftType type,
java.lang.String spaceKey)
Find and return a draft of the specified content Id and type for the current user. |
Draft |
DefaultDraftService.findDraftForEditor(long contentId,
DraftService.DraftType type,
java.lang.String spaceKey)
|
java.util.List<Draft> |
DraftService.findDrafts(int limit,
int offset)
Finds the users drafts. |
java.util.List<Draft> |
DefaultDraftService.findDrafts(int limit,
int offset)
|
Draft |
DraftService.findOrCreateDraftForEditor(java.lang.String spaceKey,
DraftService.DraftType type)
Deprecated. @since 4.2 use DraftService.findDraftForEditor(long, com.atlassian.confluence.content.service.DraftService.DraftType, java.lang.String) or DraftService.createNewContentDraft(java.lang.String, com.atlassian.confluence.content.service.DraftService.DraftType) or DraftService.getDraft(long) instead. |
Draft |
DefaultDraftService.findOrCreateDraftForEditor(java.lang.String spaceKey,
DraftService.DraftType type)
|
Draft |
DraftService.getDraft(long draftId)
gets the draft by id for the authenticated user |
Draft |
DefaultDraftService.getDraft(long draftId)
|
boolean |
DefaultDraftService.isDraftContentChanged(java.lang.Long draftId,
java.lang.String title,
java.lang.String content,
java.lang.Long contentId)
|
java.lang.Long |
DefaultDraftService.removeDraft(long draftId)
|
void |
DraftService.removeDraft(long contentId,
DraftService.DraftType type,
java.lang.String spaceKey)
Deprecated. @since 4.3 use DraftService.removeDraft(long) |
void |
DefaultDraftService.removeDraft(long contentId,
DraftService.DraftType type,
java.lang.String spaceKey)
Deprecated. |
java.lang.Long |
DraftService.removeDraft(long abstractPageId,
long draftId)
Removes the draft specified by the given page id or draft id for the current user. |
java.lang.Long |
DefaultDraftService.removeDraft(long abstractPageId,
long draftId)
|
Draft |
DraftService.saveDraftFromEditor(java.lang.Long draftId,
java.lang.String title,
DraftService.DraftType type,
java.lang.String content,
java.lang.Long contentId,
java.lang.String spaceKey,
int pageVersion)
Create and store a draft for the current user with the supplied details. |
Draft |
DefaultDraftService.saveDraftFromEditor(java.lang.Long draftId,
java.lang.String title,
DraftService.DraftType type,
java.lang.String content,
java.lang.Long contentId,
java.lang.String spaceKey,
int pageVersion)
|
Draft |
DraftService.saveDraftFromEditor(java.lang.String title,
DraftService.DraftType type,
java.lang.String content,
java.lang.String contentId,
java.lang.String spaceKey,
int pageVersion)
Deprecated. @since 4.3 use DraftService.saveDraftFromEditor(Long, String, DraftType, String, Long, String, int) |
Draft |
DefaultDraftService.saveDraftFromEditor(java.lang.String title,
DraftService.DraftType type,
java.lang.String content,
java.lang.String contentId,
java.lang.String spaceKey,
int pageVersion)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |