Uses of Class
org.exoplatform.wiki.model.PageVersion
Packages that use PageVersion
Package
Description
Handles all actions in Wiki.
Implements services of the Wiki application.
-
Uses of PageVersion in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return PageVersionModifier and TypeMethodDescriptionstatic PageVersionEntityConverter.convertPageVersionEntityToPageVersion(PageVersionEntity pageVersionEntity) JPADataStorage.getPublishedVersionByPageIdAndLang(Long pageId, String lang) Retrieves the published note page version by its id and content languageMethods in org.exoplatform.wiki.jpa that return types with arguments of type PageVersion -
Uses of PageVersion in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return PageVersionModifier and TypeMethodDescriptionDataStorage.getPublishedVersionByPageIdAndLang(Long pageId, String lang) Retrieves the published note page version by its id and content languageNoteService.getPublishedVersionByPageIdAndLang(Long pageId, String lang) Retrieves published note version page by its page id and content langMethods in org.exoplatform.wiki.service that return types with arguments of type PageVersion -
Uses of PageVersion in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return PageVersionModifier and TypeMethodDescriptionNoteServiceImpl.getPublishedVersionByPageIdAndLang(Long pageId, String lang) Retrieves published note version page by its page id and content lang -
Uses of PageVersion in org.exoplatform.wiki.utils
Methods in org.exoplatform.wiki.utils with parameters of type PageVersionModifier and TypeMethodDescriptionintVersionNameComparatorDesc.compare(PageVersion version1, PageVersion version2)