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
-
Method Details
-
getIdentifiers
Collection<String> getIdentifiers() -
getValue
-
getFactHandle
-
getResults
-
setResult
-