|
||||||||||
| 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)
Deprecated. since 5.7. Not used, so no replacement. |
Draft |
DefaultDraftService.createDraftForEditor(AbstractPage page)
Deprecated. |
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. |
List<Draft> |
DraftService.findDrafts(int limit,
int offset)
Finds the users drafts. |
List<Draft> |
DefaultDraftService.findDrafts(int limit,
int offset)
|
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)
Deprecated. |
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 | |||||||||