Constructor and Description |
---|
NativeQueryResults() |
NativeQueryResults(QueryResults results) |
Modifier and Type | Method and Description |
---|---|
Map<String,Declaration> |
getDeclarations() |
String[] |
getIdentifiers() |
QueryResults |
getResults() |
Iterator<org.kie.api.runtime.rule.QueryResultsRow> |
iterator() |
int |
size() |
public NativeQueryResults()
public NativeQueryResults(QueryResults results)
public QueryResults getResults()
public String[] getIdentifiers()
getIdentifiers
in interface org.kie.api.runtime.rule.QueryResults
public Map<String,Declaration> getDeclarations()
public int size()
size
in interface org.kie.api.runtime.rule.QueryResults
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.