Package org.kie.api.runtime
Interface ExecutionResults
- 
 public interface ExecutionResultsContains 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetFactHandle(String identifier)Collection<String>getIdentifiers()ObjectgetValue(String identifier)
 
-