Package org.kie.api.runtime
Interface ExecutionResults
-
public interface ExecutionResults
Contains the results for the BatchExecution Command. If the identifier is reference the results of a query, you'll need to cast the value to QueryResults.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getFactHandle(String identifier)
Collection<String>
getIdentifiers()
Object
getValue(String identifier)
-