public class QueryResultsRowAdapter extends Object implements QueryResultsRow
Constructor and Description |
---|
QueryResultsRowAdapter(org.kie.api.runtime.rule.QueryResultsRow delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
get(String identifier)
Get the object that is bound to the given identifier
|
FactHandle |
getFactHandle(String identifier)
Return the FactHandle associated with the given identifier
|
int |
hashCode() |
public QueryResultsRowAdapter(org.kie.api.runtime.rule.QueryResultsRow delegate)
public Object get(String identifier)
Row
public FactHandle getFactHandle(String identifier)
Row
getFactHandle
in interface Row
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.