Uses of Class
com.atlassian.confluence.content.service.DraftService.DraftType

Packages that use DraftService.DraftType
com.atlassian.confluence.content.service   
 

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(String representation)
           
static DraftService.DraftType DraftService.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
 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)
           
 Draft DraftService.findOrCreateDraftForEditor(String spaceKey, DraftService.DraftType type)
          Find the draft within the identified space for the current user.
 Draft DefaultDraftService.findOrCreateDraftForEditor(String spaceKey, DraftService.DraftType type)
           
 void DraftService.removeDraft(long contentId, DraftService.DraftType type, String spaceKey)
          Removes the draft specified by the given content id and type for the current user.
 void DefaultDraftService.removeDraft(long contentId, DraftService.DraftType type, String spaceKey)
           
 Draft DraftService.saveDraftFromEditor(String title, DraftService.DraftType type, String content, String contentId, String spaceKey, int pageVersion)
          Create and store a draft for the current user with the supplied details.
 Draft DefaultDraftService.saveDraftFromEditor(String title, DraftService.DraftType type, String content, String contentId, String spaceKey, int pageVersion)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.