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

Packages that use SearchResult
org.exoplatform.wiki.service Handles all actions in Wiki. 
org.exoplatform.wiki.service.impl Implements services 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)
          Searches 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)
          Searches from a list of renamed pages to find the pages whose old Ids are equal to the given page Id.
 

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–2014 eXo Platform SAS. All rights reserved.