Uses of Class
com.atlassian.confluence.core.service.NotValidException

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)
          Create and store a draft for the supplied AbstractPage for the current user.
 Draft DefaultDraftService.createDraftForEditor(AbstractPage page)
           
 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.