Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getProcessingOutputMap() |
QueryResults |
process(ProcessQuery query,
DataSource dataSource,
Variable variable,
QueryResults results,
GeppettoModelAccess geppettoModelAccess)
This is an asynchronous method that will initiate processing of a query
This method has the extra parameter "results" in case this query will need to output of a previously executed query in order to have all the necessary input data
|
addFeature, getFeature, isSupported, registerGeppettoService
QueryResults process(ProcessQuery query, DataSource dataSource, Variable variable, QueryResults results, GeppettoModelAccess geppettoModelAccess) throws GeppettoDataSourceException
query
- variable
- listener
- the listener that will be notified as results become availableGeppettoDataSourceException
java.util.Map<java.lang.String,java.lang.Object> getProcessingOutputMap()