Package org.kie.api.runtime.rule
Interface QueryResults
- All Superinterfaces:
Iterable<QueryResultsRow>
Contains the results of a query. The identifiers is a map of the declarations for the query, only patterns or fields that are bound can be accessed in the QueryResultsRow. This class can be marshalled using the drools-drools-pipeline module in combination with the BatchExecutionHelper. See the BatchExecutionHelper for more details.
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
getIdentifiers
String[] getIdentifiers() -
iterator
Iterator<QueryResultsRow> iterator()- Specified by:
iteratorin interfaceIterable<QueryResultsRow>
-
size
int size() -
toList
-
toList
-