| 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, waitforEach, spliteratorpublic 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.QueryResultspublic int size()
size in interface org.kie.api.runtime.rule.QueryResultspublic Iterator<org.kie.api.runtime.rule.QueryResultsRow> iterator()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.