Package org.camunda.bpm.engine.impl.cmd
Class GetTaskVariableCmdTyped
java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetTaskVariableCmdTyped
- All Implemented Interfaces:
Serializable,Command<org.camunda.bpm.engine.variable.value.TypedValue>
public class GetTaskVariableCmdTyped
extends Object
implements Command<org.camunda.bpm.engine.variable.value.TypedValue>, Serializable
- 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) org.camunda.bpm.engine.variable.value.TypedValueexecute(CommandContext commandContext)
-
Field Details
-
taskId
-
variableName
-
isLocal
protected boolean isLocal -
deserializeValue
protected boolean deserializeValue
-
-
Constructor Details
-
GetTaskVariableCmdTyped
-
-
Method Details