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.search
Methods in org.exoplatform.wiki.jpa.search with parameters of type WikiSearchDataModifier and TypeMethodDescriptionprotected List<SearchResult> WikiElasticSearchServiceConnector.filteredWikiSearch(String query, WikiSearchData wikiSearchData) WikiElasticSearchServiceConnector.searchWiki(String searchedText, 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> 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) Searches in all wiki pages. -
Uses of WikiSearchData in org.exoplatform.wiki.storage
Methods in org.exoplatform.wiki.storage with parameters of type WikiSearchDataModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.PageList<SearchResult> NoteDataStorage.search(WikiSearchData wikiSearchData) -
Uses of WikiSearchData in org.exoplatform.wiki.utils
Methods in org.exoplatform.wiki.utils with parameters of type WikiSearchData