org.drools.core.runtime.rule.impl
Class NativeQueryResults
java.lang.Object
org.drools.core.runtime.rule.impl.NativeQueryResults
- All Implemented Interfaces:
- Iterable<org.kie.api.runtime.rule.QueryResultsRow>, org.kie.api.runtime.rule.QueryResults
public class NativeQueryResults
- extends Object
- implements org.kie.api.runtime.rule.QueryResults
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NativeQueryResults
public NativeQueryResults()
NativeQueryResults
public NativeQueryResults(QueryResults results)
getResults
public QueryResults getResults()
getIdentifiers
public String[] getIdentifiers()
- Specified by:
getIdentifiers in interface org.kie.api.runtime.rule.QueryResults
getDeclarations
public Map<String,Declaration> getDeclarations()
size
public int size()
- Specified by:
size in interface org.kie.api.runtime.rule.QueryResults
iterator
public Iterator<org.kie.api.runtime.rule.QueryResultsRow> iterator()
- Specified by:
iterator in interface Iterable<org.kie.api.runtime.rule.QueryResultsRow>- Specified by:
iterator in interface org.kie.api.runtime.rule.QueryResults
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.