Package org.camunda.bpm.engine.impl.cmd
Class GetExecutionVariableTypedCmd<T extends TypedValue>
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.GetExecutionVariableTypedCmd<T>
-
- All Implemented Interfaces:
Serializable,Command<T>
public class GetExecutionVariableTypedCmd<T extends TypedValue> extends Object implements Command<T>, Serializable
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleandeserializeValueprotected StringexecutionIdprotected booleanisLocalprotected StringvariableName
-
Constructor Summary
Constructors Constructor Description GetExecutionVariableTypedCmd(String executionId, String variableName, boolean isLocal, boolean deserializeValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckGetExecutionVariableTyped(ExecutionEntity execution, CommandContext commandContext)Texecute(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 T execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<T extends TypedValue>
-
checkGetExecutionVariableTyped
public void checkGetExecutionVariableTyped(ExecutionEntity execution, CommandContext commandContext)
-
-