Uses of Class
org.exoplatform.wiki.mow.api.PageHistory
-
Packages that use PageHistory Package Description org.exoplatform.wiki.jpa org.exoplatform.wiki.service Handles all actions in Wiki.org.exoplatform.wiki.service.impl Implements services of the Wiki application. -
-
Uses of PageHistory in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return PageHistory Modifier and Type Method Description static PageHistoryEntityConverter. convertPageVersionEntityToPageHistory(PageVersionEntity pageVersionEntity)Methods in org.exoplatform.wiki.jpa that return types with arguments of type PageHistory Modifier and Type Method Description List<PageHistory>JPADataStorage. getHistoryOfPage(Page page) -
Uses of PageHistory in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return types with arguments of type PageHistory Modifier and Type Method Description List<PageHistory>DataStorage. getHistoryOfPage(Page page)List<PageHistory>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 PageHistory Modifier and Type Method Description List<PageHistory>NoteServiceImpl. getVersionsHistoryOfNote(Page note, String userName)
-