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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleandeserializeValueprotected booleanisLocalprotected StringtaskIdprotected StringvariableName
-
Constructor Summary
Constructors Constructor Description GetTaskVariableCmdTyped(String taskId, String variableName, boolean isLocal, boolean deserializeValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckGetTaskVariableTyped(TaskEntity task, CommandContext commandContext)org.camunda.bpm.engine.variable.value.TypedValueexecute(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
-
-
-
-
Method Detail
-
execute
public org.camunda.bpm.engine.variable.value.TypedValue execute(CommandContext commandContext)
-
checkGetTaskVariableTyped
protected void checkGetTaskVariableTyped(TaskEntity task, CommandContext commandContext)
-
-