Package | Description |
---|---|
com.atlassian.confluence.content.service |
Modifier and Type | Method and Description |
---|---|
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.
|
Draft |
DefaultDraftService.saveDraftFromEditor(String title,
DraftService.DraftType type,
String content,
String contentId,
String spaceKey,
int pageVersion)
Deprecated.
|
Copyright © 2003–2016 Atlassian. All rights reserved.