Package org.kie.api.executor
Class ExecutionResults
- java.lang.Object
- 
- org.kie.api.executor.ExecutionResults
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ExecutionResults extends Object implements Serializable Data holder for command's result data. Whatever command produces should be placed in this results so they can be later on referenced by name by the requestor - e.g. process instance.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ExecutionResults()
 
-