Uses of Class
org.exoplatform.wiki.mow.api.PageVersion
-
Packages that use PageVersion 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.org.exoplatform.wiki.utils -
-
Uses of PageVersion in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return PageVersion Modifier and Type Method Description static PageVersionEntityConverter. convertPageVersionEntityToPageVersion(PageVersionEntity pageVersionEntity)Methods in org.exoplatform.wiki.jpa that return types with arguments of type PageVersion Modifier and Type Method Description List<PageVersion>JPADataStorage. getVersionsOfPage(Page page) -
Uses of PageVersion in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return PageVersion Modifier and Type Method Description PageVersionNoteService. getVersionOfNoteByName(String versionName, Page note)Gets a specific version by name of the given notePageVersionWikiService. getVersionOfPageByName(String versionName, Page page)Gets a specific version by name of the given pageMethods in org.exoplatform.wiki.service that return types with arguments of type PageVersion Modifier and Type Method Description List<PageVersion>NoteService. getVersionsOfNote(Page note)Gets all the versions of the given noteList<PageVersion>DataStorage. getVersionsOfPage(Page page)List<PageVersion>WikiService. getVersionsOfPage(Page page)Gets all the versions of the given page -
Uses of PageVersion in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return PageVersion Modifier and Type Method Description PageVersionNoteServiceImpl. getVersionOfNoteByName(String versionName, Page note)PageVersionWikiServiceImpl. getVersionOfPageByName(String versionName, Page page)Methods in org.exoplatform.wiki.service.impl that return types with arguments of type PageVersion Modifier and Type Method Description List<PageVersion>NoteServiceImpl. getVersionsOfNote(Page note)List<PageVersion>WikiServiceImpl. getVersionsOfPage(Page page) -
Uses of PageVersion in org.exoplatform.wiki.utils
Methods in org.exoplatform.wiki.utils with parameters of type PageVersion Modifier and Type Method Description intVersionNameComparatorDesc. compare(PageVersion version1, PageVersion version2)
-