Uses of Class
com.atlassian.confluence.core.service.NotValidException
-
Packages that use NotValidException Package Description com.atlassian.confluence.content.service -
-
Uses of NotValidException in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service that throw NotValidException Modifier and Type Method Description 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.List<Draft>
DefaultDraftService. findDrafts(int limit, int offset)
List<Draft>
DraftService. findDrafts(int limit, int offset)
Finds the users drafts.Draft
DefaultDraftService. getDraft(long draftId)
Draft
DraftService. getDraft(long draftId)
gets the draft by id for the authenticated userboolean
DefaultDraftService. isDraftContentChanged(Long draftId, String title, String content, Long contentId)
Deprecated.Draft
DefaultDraftService. saveDraftFromEditor(Long draftId, Long parentPageId, String title, DraftService.DraftType type, String content, Long contentId, String spaceKey, int pageVersion)
Draft
DefaultDraftService. saveDraftFromEditor(Long draftId, String title, DraftService.DraftType type, String content, Long contentId, String spaceKey, int pageVersion)
Deprecated.default Draft
DraftService. 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.Draft
DraftService. saveDraftFromEditor(Long draftId, String title, DraftService.DraftType type, String content, Long contentId, String spaceKey, int pageVersion)
Deprecated.
-