Uses of Class
org.exoplatform.wiki.service.listener.PageWikiListener
-
Packages that use PageWikiListener Package Description org.exoplatform.wiki.jpa.search org.exoplatform.wiki.service Handles all actions in Wiki.org.exoplatform.wiki.service.impl Implements services of the Wiki application. -
-
Uses of PageWikiListener in org.exoplatform.wiki.jpa.search
Subclasses of PageWikiListener in org.exoplatform.wiki.jpa.search Modifier and Type Class Description classPageIndexingListenerListener on pages creation/update/deletion to index them -
Uses of PageWikiListener in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return types with arguments of type PageWikiListener Modifier and Type Method Description List<PageWikiListener>WikiService. getPageListeners()Gets listeners of all wiki pages that are registered into the Wiki service. -
Uses of PageWikiListener in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return types with arguments of type PageWikiListener Modifier and Type Method Description List<PageWikiListener>WikiServiceImpl. getPageListeners()
-