Uses of Class
org.exoplatform.wiki.service.search.SearchResult

Packages that use SearchResult
org.exoplatform.wiki.service Wiki Services classes to handle all actions on the wiki. 
org.exoplatform.wiki.service.impl Packaging implementation of the services layer of the wiki application. 
org.exoplatform.wiki.service.search   
 

Uses of SearchResult in org.exoplatform.wiki.service
 

Methods in org.exoplatform.wiki.service that return types with arguments of type SearchResult
 org.exoplatform.commons.utils.PageList<SearchResult> DataStorage.search(org.chromattic.api.ChromatticSession session, WikiSearchData data)
           
 org.exoplatform.commons.utils.PageList<SearchResult> WikiService.search(WikiSearchData data)
          Search in all wiki pages
 List<SearchResult> DataStorage.searchRenamedPage(org.chromattic.api.ChromatticSession session, WikiSearchData data)
           
 List<SearchResult> WikiService.searchRenamedPage(String wikiType, String wikiOwner, String pageId)
          Search pages in the list of renamed pages
 

Uses of SearchResult in org.exoplatform.wiki.service.impl
 

Methods in org.exoplatform.wiki.service.impl that return types with arguments of type SearchResult
 org.exoplatform.commons.utils.PageList<SearchResult> JCRDataStorage.search(org.chromattic.api.ChromatticSession session, WikiSearchData data)
           
 org.exoplatform.commons.utils.PageList<SearchResult> WikiServiceImpl.search(WikiSearchData data)
           
 List<SearchResult> JCRDataStorage.searchRenamedPage(org.chromattic.api.ChromatticSession session, WikiSearchData data)
           
 List<SearchResult> WikiServiceImpl.searchRenamedPage(String wikiType, String wikiOwner, String pageId)
           
 

Methods in org.exoplatform.wiki.service.impl with parameters of type SearchResult
 boolean JCRDataStorage.isDuplicateTitle(List<SearchResult> list, SearchResult result)
           
 

Method parameters in org.exoplatform.wiki.service.impl with type arguments of type SearchResult
 boolean JCRDataStorage.isDuplicateTitle(List<SearchResult> list, SearchResult result)
           
 

Uses of SearchResult in org.exoplatform.wiki.service.search
 

Subclasses of SearchResult in org.exoplatform.wiki.service.search
 class TemplateSearchResult
           
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.