Uses of Class
org.exoplatform.wiki.model.DraftPage
Packages that use DraftPage
Package
Description
Handles all actions in Wiki.
Implements services of the Wiki application.
-
Uses of DraftPage in io.meeds.notes.rest.utils
Methods in io.meeds.notes.rest.utils that return DraftPageModifier and TypeMethodDescriptionstatic DraftPageEntityBuilder.toDraftPage(DraftPageEntity draftPageEntity) -
Uses of DraftPage in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return DraftPageModifier and TypeMethodDescriptionNoteService.createDraftForExistPage(DraftPage draftNoteToSave, Page targetNote, String revision, long currentTimeMillis, String username) Creates a draft for an existing pageNoteService.createDraftForNewPage(DraftPage draftNoteToSave, long currentTimeMillis, long userIdentityId) Creates a draft for a new pageNoteService.getDraftNoteById(String id) Gets a draft note based on its unique id.NoteService.getDraftNoteById(String id, String userId) Gets a draft note based on its unique id.NoteService.getDraftOfPageByLang(WikiPageParams param, String lang) NoteService.getLatestDraftOfPage(Page targetPage) Returns latest draft of given page.NoteService.getLatestDraftOfPage(Page targetPage, String username) Deprecated.NoteService.getLatestDraftPageByTargetPageAndLang(Long targetPageId, String lang) Retrieves latest draft of a specific page by target page id and content languageNoteService.getLatestDraftPageByUserAndTargetPageAndLang(Long targetPageId, String username, String lang) Deprecated.NoteService.updateDraftForExistPage(DraftPage draftNoteToUpdate, Page targetNote, String revision, long currentTimeMillis, String userName) Update draft note for an existing pageNoteService.updateDraftForNewPage(DraftPage draftNoteToUpdate, long currentTimeMillis, long userIdentityId) Update draft note for a new pageMethods in org.exoplatform.wiki.service that return types with arguments of type DraftPageModifier and TypeMethodDescriptionNoteService.getDraftsOfWiki(String wikiOwner, String wikiType, String wikiHome) Gets draft pages of a given wikiMethods in org.exoplatform.wiki.service with parameters of type DraftPageModifier and TypeMethodDescriptionNoteService.createDraftForExistPage(DraftPage draftNoteToSave, Page targetNote, String revision, long currentTimeMillis, String username) Creates a draft for an existing pageNoteService.createDraftForNewPage(DraftPage draftNoteToSave, long currentTimeMillis, long userIdentityId) Creates a draft for a new pageNoteService.updateDraftForExistPage(DraftPage draftNoteToUpdate, Page targetNote, String revision, long currentTimeMillis, String userName) Update draft note for an existing pageNoteService.updateDraftForNewPage(DraftPage draftNoteToUpdate, long currentTimeMillis, long userIdentityId) Update draft note for a new page -
Uses of DraftPage in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return DraftPageModifier and TypeMethodDescriptionNoteServiceImpl.createDraftForExistPage(DraftPage draftPage, Page targetPage, String revision, long clientTime, String username) Creates a draft for an existing pageNoteServiceImpl.createDraftForNewPage(DraftPage draftPage, long clientTime, long userIdentityId) Creates a draft for a new pageNoteServiceImpl.getDraftNoteById(String id) NoteServiceImpl.getDraftNoteById(String id, String userId) Gets a draft note based on its unique id.NoteServiceImpl.getDraftOfPageByLang(WikiPageParams param, String lang) NoteServiceImpl.getLatestDraftOfPage(Page targetPage) Returns latest draft of given page.NoteServiceImpl.getLatestDraftOfPage(Page targetPage, String username) Returns latest draft of given page.NoteServiceImpl.getLatestDraftPageByTargetPageAndLang(Long targetPageId, String lang) Retrieves latest draft of a specific page by target page id and content languageNoteServiceImpl.getLatestDraftPageByUserAndTargetPageAndLang(Long targetPageId, String username, String lang) Retrieves latest draft of a specific page by target page id and content language and owner usernameNoteServiceImpl.updateDraftForExistPage(DraftPage draftNoteToUpdate, Page targetPage, String revision, long clientTime, String username) Update draft note for an existing pageNoteServiceImpl.updateDraftForNewPage(DraftPage draftNoteToUpdate, long clientTime, long userIdentityId) Update draft note for a new pageMethods in org.exoplatform.wiki.service.impl that return types with arguments of type DraftPageModifier and TypeMethodDescriptionNoteServiceImpl.getDraftsOfWiki(String wikiOwner, String wikiType, String wikiHome) Gets draft pages of a given wikiMethods in org.exoplatform.wiki.service.impl with parameters of type DraftPageModifier and TypeMethodDescriptionNoteServiceImpl.createDraftForExistPage(DraftPage draftPage, Page targetPage, String revision, long clientTime, String username) Creates a draft for an existing pageNoteServiceImpl.createDraftForNewPage(DraftPage draftPage, long clientTime, long userIdentityId) Creates a draft for a new pageNoteServiceImpl.updateDraftForExistPage(DraftPage draftNoteToUpdate, Page targetPage, String revision, long clientTime, String username) Update draft note for an existing pageNoteServiceImpl.updateDraftForNewPage(DraftPage draftNoteToUpdate, long clientTime, long userIdentityId) Update draft note for a new page -
Uses of DraftPage in org.exoplatform.wiki.storage
Methods in org.exoplatform.wiki.storage that return DraftPageModifier and TypeMethodDescriptionstatic DraftPageEntityConverter.convertDraftPageEntityToDraftPage(DraftPageEntity draftPageEntity) NoteDataStorage.createDraftPageForUser(DraftPage draftPage, String username) NoteDataStorage.getDraft(WikiPageParams wikiPageParams) NoteDataStorage.getDraftOfPageByLang(Page page, String lang) NoteDataStorage.getDraftPageById(String id) NoteDataStorage.getLatestDraftOfPage(Page targetPage) NoteDataStorage.getLatestDraftPageByTargetPageAndLang(Long targetPageId, String lang) NoteDataStorage.updateDraftContent(long draftId, String content) NoteDataStorage.updateDraftPageForUser(DraftPage draftPage, String username) Methods in org.exoplatform.wiki.storage that return types with arguments of type DraftPageModifier and TypeMethodDescriptionEntityConverter.convertDraftPageEntitiesToDraftPages(List<DraftPageEntity> draftPageEntities) NoteDataStorage.getDraftsOfPage(Long pageId) NoteDataStorage.getDraftsOfWiki(String wikiOwner, String wikiType, String wikiHome) EntityConverter.toDraftPages(List<DraftPageEntity> draftPageEntities) Methods in org.exoplatform.wiki.storage with parameters of type DraftPageModifier and TypeMethodDescriptionstatic DraftPageEntityEntityConverter.convertDraftPageToDraftPageEntity(DraftPage draftPage, PageDAO pageDAO) NoteDataStorage.createDraftPageForUser(DraftPage draftPage, String username) NoteDataStorage.updateDraftPageForUser(DraftPage draftPage, String username)