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 PageHistory -
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) NoteService.getVersionsHistoryOfNote(Page note, String userName) Gets all the Histories of the given note -
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)