|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DraftService.DraftType | |
|---|---|
| com.atlassian.confluence.content.service | |
| com.atlassian.confluence.pages | |
| Uses of DraftService.DraftType in com.atlassian.confluence.content.service |
|---|
| Methods in com.atlassian.confluence.content.service that return DraftService.DraftType | |
|---|---|
static DraftService.DraftType |
DraftService.DraftType.getByRepresentation(java.lang.String representation)
|
static DraftService.DraftType |
DraftService.DraftType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DraftService.DraftType[] |
DraftService.DraftType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.confluence.content.service with parameters of type DraftService.DraftType | |
|---|---|
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)
|
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)
|
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. |
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. |
| Uses of DraftService.DraftType in com.atlassian.confluence.pages |
|---|
| Methods in com.atlassian.confluence.pages with parameters of type DraftService.DraftType | |
|---|---|
Draft |
DraftManager.create(java.lang.String username,
DraftService.DraftType draftType,
java.lang.String spaceKey)
Creates a new persistent draft of the specified draft type in the space for the user. |
Draft |
DefaultDraftManager.create(java.lang.String username,
DraftService.DraftType draftType,
java.lang.String spaceKey)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||