|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(org.xcmis.search.model.Query query)
Execute query. |
List<ScoredRow> |
SearchService.execute(org.xcmis.search.model.Query query,
Map<String,Object> bindVariablesValues)
Execute query. |
List<ScoredRow> |
SearchService.execute(org.xcmis.search.model.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(org.xcmis.search.model.Query query)
Execute given query with empty map of bind variables and default InvocationContext |
List<ScoredRow> |
Searcher.execute(org.xcmis.search.model.Query query,
Map<String,Object> bindVariablesValues)
Execute given query with default InvocationContext |
List<ScoredRow> |
Searcher.execute(org.xcmis.search.model.Query query,
Map<String,Object> bindVariablesValues,
InvocationContext invocationContext)
Execute query. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||