org.drools.impl.adapters
Class QueryResultsRowAdapter
java.lang.Object
org.drools.impl.adapters.QueryResultsRowAdapter
- All Implemented Interfaces:
- QueryResultsRow, Row
public class QueryResultsRowAdapter
- extends Object
- implements QueryResultsRow
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryResultsRowAdapter
public QueryResultsRowAdapter(org.kie.api.runtime.rule.QueryResultsRow delegate)
get
public Object get(String identifier)
- Description copied from interface:
Row
- Get the object that is bound to the given identifier
- Specified by:
get in interface Row
- Parameters:
identifier - The identifier of the bound object
- Returns:
getFactHandle
public FactHandle getFactHandle(String identifier)
- Description copied from interface:
Row
- Return the FactHandle associated with the given identifier
- Specified by:
getFactHandle in interface Row
- Returns:
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.