Package org.kie.api.executor
Class CommandContext
- java.lang.Object
-
- org.kie.api.executor.CommandContext
-
- All Implemented Interfaces:
Serializable
public class CommandContext extends Object implements Serializable
Data holder for any contextual data that shall be given to the command upon execution. Important note that every object that is added to the data container must be serializable meaning it must implementjava.io.Seriazliable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandContext()
CommandContext(Map<String,Object> data)
-