Package org.camunda.bpm.engine.impl.cmd
Class GetTaskVariableCmdTyped
java.lang.Object
org.camunda.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 void
checkGetTaskVariableTyped
(TaskEntity task, CommandContext commandContext) execute
(CommandContext commandContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Field Details
-
taskId
-
variableName
-
isLocal
protected boolean isLocal -
deserializeValue
protected boolean deserializeValue
-
-
Constructor Details
-
GetTaskVariableCmdTyped
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<TypedValue>
-
checkGetTaskVariableTyped
-