Class GetTaskVariableCmdTyped
java.lang.Object
org.eximeebpms.bpm.engine.impl.cmd.GetTaskVariableCmdTyped
- All Implemented Interfaces:
Serializable,Command<TypedValue>
- Author:
- Daniel Meyer
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetTaskVariableCmdTyped(String taskId, String variableName, boolean isLocal, boolean deserializeValue) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckGetTaskVariableTyped(TaskEntity task, CommandContext commandContext) execute(CommandContext commandContext)
-
Field Details
-
taskId
-
variableName
-
isLocal
protected boolean isLocal -
deserializeValue
protected boolean deserializeValue
-
-
Constructor Details
-
GetTaskVariableCmdTyped
-
-
Method Details
-
execute
- Specified by:
executein interfaceCommand<TypedValue>
-
checkGetTaskVariableTyped
-