Uses of Class
org.exoplatform.wiki.service.search.WikiSearchData
Packages that use WikiSearchData
Package
Description
Handles all actions in Wiki.
Implements services of the Wiki application.
-
Uses of WikiSearchData in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa with parameters of type WikiSearchDataModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.PageList<SearchResult>JPADataStorage.search(WikiSearchData wikiSearchData) -
Uses of WikiSearchData in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service with parameters of type WikiSearchDataModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.PageList<SearchResult>DataStorage.search(WikiSearchData data) org.exoplatform.commons.utils.PageList<SearchResult>NoteService.search(WikiSearchData data) Searches in all wiki pages. -
Uses of WikiSearchData in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl with parameters of type WikiSearchDataModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.PageList<SearchResult>NoteServiceImpl.search(WikiSearchData data) -
Uses of WikiSearchData in org.exoplatform.wiki.utils
Methods in org.exoplatform.wiki.utils with parameters of type WikiSearchData