|
Class Summary |
| BlockingQueryEvaluator |
BlockingQueryEvaluator evaluates a query on the Repositories contained in an
RepositoryManager and passes the results back as a map, mapping a Repository
to its GraphQueryResult or TupleQueryResult. |
| GraphResultAdapter |
|
| Query |
|
| QueryScope |
A QueryScope can be used to indicate to which Repositories a Query should be
sent. |
| QueryScope.Type |
|
| QueryType |
QueryType represents the various kinds of QueryTypes currently supported by
QueryEvaluator. |
| QueryUtil |
Utility class for formulating SeRQL queries in the Enterprise Desktop model. |
| StreamingQueryEvaluator |
StreamingQueryEvaluator evaluates a query on the Repositories contained in an
InfoSourceManager and passes the results back to a specified ResultListener. |
| TableResultAdapter |
|