public class QueryResultsAdapter extends Object implements QueryResults
| Constructor and Description |
|---|
QueryResultsAdapter(org.kie.api.runtime.rule.QueryResults delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String[] |
getIdentifiers() |
int |
hashCode() |
Iterator<QueryResultsRow> |
iterator() |
int |
size() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic QueryResultsAdapter(org.kie.api.runtime.rule.QueryResults delegate)
public String[] getIdentifiers()
getIdentifiers in interface QueryResultspublic Iterator<QueryResultsRow> iterator()
iterator in interface Iterable<QueryResultsRow>iterator in interface QueryResultspublic int size()
size in interface QueryResultsCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.