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.jpa
Methods in org.exoplatform.wiki.jpa that return PageHistoryModifier and TypeMethodDescriptionstatic PageHistoryEntityConverter.convertPageVersionEntityToPageHistory(PageVersionEntity pageVersionEntity) Methods in org.exoplatform.wiki.jpa that return types with arguments of type PageHistoryModifier and TypeMethodDescriptionJPADataStorage.getHistoryOfPage(Page page) JPADataStorage.getPageHistoryVersionsByPageIdAndLang(Long pageId, String lang) Retrieves list of page versions by page id and langstatic List<PageHistory>EntityConverter.toPageHistoryVersions(List<PageVersionEntity> pageVersionEntities) -
Uses of PageHistory in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return types with arguments of type PageHistoryModifier and TypeMethodDescriptionDataStorage.getHistoryOfPage(Page page) DataStorage.getPageHistoryVersionsByPageIdAndLang(Long pageId, String lang) Retrieves list of page versions by page id and langNoteService.getVersionsHistoryOfNote(Page note, String userName) 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, String userName) Gets all the Histories of the given noteNoteServiceImpl.getVersionsHistoryOfNoteByLang(Page note, String userName, String lang) Retrieves the history version of given note by language