Uses of Class
org.exoplatform.wiki.model.PageHistory
Packages that use PageHistory
Package
Description
Handles all actions in Wiki.
Implements services of the Wiki application.
-
Uses of PageHistory in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return types with arguments of type PageHistoryModifier and TypeMethodDescriptionNoteService.getVersionsHistoryOfNote(Page note) Gets all the Histories of the given noteNoteService.getVersionsHistoryOfNoteByLang(Page note, String userName, String lang) Retrieves the history version of given note by language -
Uses of PageHistory in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return types with arguments of type PageHistoryModifier and TypeMethodDescriptionNoteServiceImpl.getVersionsHistoryOfNote(Page note) Gets all the Histories of the given noteNoteServiceImpl.getVersionsHistoryOfNoteByLang(Page note, String userName, String lang) Retrieves the history version of given note by language -
Uses of PageHistory in org.exoplatform.wiki.storage
Methods in org.exoplatform.wiki.storage that return PageHistoryModifier and TypeMethodDescriptionstatic PageHistoryEntityConverter.convertPageVersionEntityToPageHistory(PageVersionEntity pageVersionEntity) Methods in org.exoplatform.wiki.storage that return types with arguments of type PageHistoryModifier and TypeMethodDescriptionNoteDataStorage.getHistoryOfPage(Page page) NoteDataStorage.getPageHistoryVersionsByPageIdAndLang(Long pageId, String lang) static List<PageHistory> EntityConverter.toPageHistoryVersions(List<PageVersionEntity> pageVersionEntities)