Package org.kie.api.runtime.rule
Interface Row
-
- All Known Subinterfaces:
QueryResultsRow
public interface Row
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
get(java.lang.String identifier)
FactHandle
getFactHandle(java.lang.String identifier)
-
-
-
Method Detail
-
get
java.lang.Object get(java.lang.String identifier)
- Parameters:
identifier
- the identifier of the bound object- Returns:
- object that is bound to the given identifier
-
getFactHandle
FactHandle getFactHandle(java.lang.String identifier)
- Returns:
- FactHandle associated with the given identifier
-
-