|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Searcher
Content searcher interface.
| Method Summary | |
|---|---|
List<ScoredRow> |
execute(org.xcmis.search.model.Query query)
Execute given query with empty map of bind variables and default InvocationContext |
List<ScoredRow> |
execute(org.xcmis.search.model.Query query,
Map<String,Object> bindVariablesValues)
Execute given query with default InvocationContext |
List<ScoredRow> |
execute(org.xcmis.search.model.Query query,
Map<String,Object> bindVariablesValues,
InvocationContext invocationContext)
Execute query. |
| Method Detail |
|---|
List<ScoredRow> execute(org.xcmis.search.model.Query query)
throws org.xcmis.search.InvalidQueryException,
QueryExecutionException
query -
org.xcmis.search.InvalidQueryException
QueryExecutionException
List<ScoredRow> execute(org.xcmis.search.model.Query query,
Map<String,Object> bindVariablesValues)
throws org.xcmis.search.InvalidQueryException,
QueryExecutionException
query -
org.xcmis.search.InvalidQueryException
QueryExecutionException
List<ScoredRow> execute(org.xcmis.search.model.Query query,
Map<String,Object> bindVariablesValues,
InvocationContext invocationContext)
throws org.xcmis.search.InvalidQueryException,
QueryExecutionException
query -
org.xcmis.search.InvalidQueryException
QueryExecutionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||