Uses of Class
com.xpn.xwiki.plugin.globalsearch.tools.GlobalSearchQuery

Packages that use GlobalSearchQuery
com.xpn.xwiki.plugin.globalsearch   
 

Uses of GlobalSearchQuery in com.xpn.xwiki.plugin.globalsearch
 

Methods in com.xpn.xwiki.plugin.globalsearch that return GlobalSearchQuery
 GlobalSearchQuery GlobalSearchPluginApi.newQuery()
          Create a new instance of GlobalSearchQuery and return it.
 

Methods in com.xpn.xwiki.plugin.globalsearch with parameters of type GlobalSearchQuery
 java.util.Collection<GlobalSearchResult> GlobalSearchPluginApi.search(GlobalSearchQuery query)
          Execute query in all provided wikis and return list containing all results.
 java.util.Collection<Document> GlobalSearchPluginApi.searchDocuments(GlobalSearchQuery query, boolean distinctbylanguage)
          Search wiki pages in all provided wikis and return list containing found Document.
 java.util.Collection<java.lang.String> GlobalSearchPluginApi.searchDocumentsNames(GlobalSearchQuery query, boolean distinctbylanguage, boolean checkRight)
          Search wiki pages in all provided wikis and return list containing found Document.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.