Uses of Class
com.atlassian.confluence.core.service.NotValidException
Packages that use NotValidException
- 
Uses of NotValidException in com.atlassian.confluence.content.serviceMethods in com.atlassian.confluence.content.service that throw NotValidExceptionModifier and TypeMethodDescriptionDraftService.findDraftForEditor(long contentId, DraftService.DraftType type, String spaceKey) Find and return a draft of the specified content Id and type for the current user.DefaultDraftService.findDrafts(int limit, int offset) DraftService.findDrafts(int limit, int offset) Finds the users drafts.DefaultDraftService.getDraft(long draftId) DraftService.getDraft(long draftId) gets the draft by id for the authenticated userbooleanDefaultDraftService.isDraftContentChanged(Long draftId, String title, String content, Long contentId) Deprecated.DefaultDraftService.saveDraftFromEditor(Long draftId, Long parentPageId, String title, DraftService.DraftType type, String content, Long contentId, String spaceKey, int pageVersion) DefaultDraftService.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.DraftService.saveDraftFromEditor(Long draftId, String title, DraftService.DraftType type, String content, Long contentId, String spaceKey, int pageVersion) Deprecated.
DraftService.saveDraftFromEditor(Long, Long, String, DraftType, String, Long, String, int)