Class QueryResultsImpl

  • All Implemented Interfaces:
    Iterable<org.kie.api.runtime.rule.QueryResultsRow>, org.kie.api.runtime.rule.QueryResults

    public class QueryResultsImpl
    extends Object
    implements org.kie.api.runtime.rule.QueryResults
    Returned QueryResults instance for a requested named query. from here you can iterate the returned data, or get a specific row. All the available Declarations used in the query can also be accessed.