public interface IQueryProvider
Modifier and Type | Method and Description |
---|---|
QueryResults |
execute(java.util.List<RunnableQuery> queries)
This is an asynchronous method that will initiate the execution of a query
|
java.util.List<Query> |
getAvailableQueries(Variable variable) |
int |
getNumberOfResults(java.util.List<RunnableQuery> queries) |
java.util.List<Query> getAvailableQueries(Variable variable) throws GeppettoDataSourceException
variable
- GeppettoDataSourceException
int getNumberOfResults(java.util.List<RunnableQuery> queries) throws GeppettoDataSourceException
queries
- GeppettoDataSourceException
QueryResults execute(java.util.List<RunnableQuery> queries) throws GeppettoDataSourceException
query
- variable
- listener
- the listener that will be notified as results become availableGeppettoDataSourceException