Constructor and Description |
---|
FlatQueryResults() |
FlatQueryResults(QueryResultsImpl results) |
FlatQueryResults(Set<String> identifiers,
ArrayList<Map<String,org.kie.api.runtime.rule.FactHandle>> idFactHandleMaps,
ArrayList<Map<String,Object>> factHandleResultMaps) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String[] |
getIdentifiers() |
int |
hashCode() |
Iterator<org.kie.api.runtime.rule.QueryResultsRow> |
iterator() |
int |
size() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public FlatQueryResults()
public FlatQueryResults(Set<String> identifiers, ArrayList<Map<String,org.kie.api.runtime.rule.FactHandle>> idFactHandleMaps, ArrayList<Map<String,Object>> factHandleResultMaps)
public FlatQueryResults(QueryResultsImpl results)
public String[] getIdentifiers()
getIdentifiers
in interface org.kie.api.runtime.rule.QueryResults
public int size()
size
in interface org.kie.api.runtime.rule.QueryResults
public Iterator<org.kie.api.runtime.rule.QueryResultsRow> iterator()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.