Uses of Class
com.atlassian.confluence.content.service.DraftService.DraftType
-
Packages that use DraftService.DraftType Package Description 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 Modifier and Type Method Description static DraftService.DraftTypeDraftService.DraftType. getByRepresentation(String representation)static DraftService.DraftTypeDraftService.DraftType. valueOf(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 Modifier and Type Method Description DraftDefaultDraftService. createNewContentDraft(String spaceKey, DraftService.DraftType type)DraftDraftService. createNewContentDraft(String spaceKey, DraftService.DraftType type)DraftDefaultDraftService. findDraftForEditor(long contentId, DraftService.DraftType type, String spaceKey)DraftDraftService. findDraftForEditor(long contentId, DraftService.DraftType type, String spaceKey)Find and return a draft of the specified content Id and type for the current user.DraftDefaultDraftService. saveDraftFromEditor(Long draftId, Long parentPageId, String title, DraftService.DraftType type, String content, Long contentId, String spaceKey, int pageVersion)DraftDefaultDraftService. saveDraftFromEditor(Long draftId, String title, DraftService.DraftType type, String content, Long contentId, String spaceKey, int pageVersion)Deprecated.default DraftDraftService. saveDraftFromEditor(Long draftId, Long parentPageId, 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.DraftDraftService. saveDraftFromEditor(Long draftId, String title, DraftService.DraftType type, String content, Long contentId, 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 Modifier and Type Method Description DraftDefaultDraftManager. create(String username, DraftService.DraftType draftType, String spaceKey)DraftDefaultDraftManager. create(String username, DraftService.DraftType draftType, String spaceKey, long parentPageId)DraftDraftManager. create(String username, DraftService.DraftType draftType, String spaceKey)Creates a new persistent draft of the specified draft type in the space for the user.default DraftDraftManager. create(String username, DraftService.DraftType draftType, String spaceKey, long parentPageId)Creates a new persistent draft of the specified draft type in the space for the user.
-