|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotValidException | |
|---|---|
| com.atlassian.confluence.content.service | |
| Uses of NotValidException in com.atlassian.confluence.content.service |
|---|
| Methods in com.atlassian.confluence.content.service that throw NotValidException | |
|---|---|
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(String spaceKey,
DraftService.DraftType type)
|
Draft |
DefaultDraftService.createNewContentDraft(String spaceKey,
DraftService.DraftType type)
|
Draft |
DraftService.findDraftForEditor(long contentId,
DraftService.DraftType type,
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,
String spaceKey)
|
List<Draft> |
DraftService.findDrafts(int limit,
int offset)
Finds the users drafts. |
List<Draft> |
DefaultDraftService.findDrafts(int limit,
int offset)
|
Draft |
DraftService.findOrCreateDraftForEditor(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(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(Long draftId,
String title,
String content,
Long contentId)
|
Long |
DefaultDraftService.removeDraft(long draftId)
|
void |
DraftService.removeDraft(long contentId,
DraftService.DraftType type,
String spaceKey)
Deprecated. @since 4.3 use DraftService.removeDraft(long) |
void |
DefaultDraftService.removeDraft(long contentId,
DraftService.DraftType type,
String spaceKey)
Deprecated. |
Long |
DraftService.removeDraft(long abstractPageId,
long draftId)
Removes the draft specified by the given page id or draft id for the current user. |
Long |
DefaultDraftService.removeDraft(long abstractPageId,
long draftId)
|
Draft |
DraftService.saveDraftFromEditor(Long draftId,
String title,
DraftService.DraftType type,
String content,
Long contentId,
String spaceKey,
int pageVersion)
Create and store a draft for the current user with the supplied details. |
Draft |
DefaultDraftService.saveDraftFromEditor(Long draftId,
String title,
DraftService.DraftType type,
String content,
Long contentId,
String spaceKey,
int pageVersion)
|
Draft |
DraftService.saveDraftFromEditor(String title,
DraftService.DraftType type,
String content,
String contentId,
String spaceKey,
int pageVersion)
Deprecated. @since 4.3 use DraftService.saveDraftFromEditor(Long, String, DraftType, String, Long, String, int) |
Draft |
DefaultDraftService.saveDraftFromEditor(String title,
DraftService.DraftType type,
String content,
String contentId,
String spaceKey,
int pageVersion)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||