Uses of Class
org.xcmis.search.query.QueryExecutionException

Packages that use QueryExecutionException
org.xcmis.search   
org.xcmis.search.query   
 

Uses of QueryExecutionException in org.xcmis.search
 

Methods in org.xcmis.search that throw QueryExecutionException
 List<ScoredRow> SearchService.execute(Query query)
          Execute query.
 List<ScoredRow> SearchService.execute(Query query, Map<String,Object> bindVariablesValues)
          Execute query.
 List<ScoredRow> SearchService.execute(Query query, Map<String,Object> bindVariablesValues, InvocationContext invocationContext)
           
 

Uses of QueryExecutionException in org.xcmis.search.query
 

Methods in org.xcmis.search.query that throw QueryExecutionException
 List<ScoredRow> Searcher.execute(Query query)
          Execute given query with empty map of bind variables and default InvocationContext
 List<ScoredRow> Searcher.execute(Query query, Map<String,Object> bindVariablesValues)
          Execute given query with default InvocationContext
 List<ScoredRow> Searcher.execute(Query query, Map<String,Object> bindVariablesValues, InvocationContext invocationContext)
          Execute query.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.