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:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetExecutionVariableTypedCmd(String executionId, String variableName, boolean isLocal, boolean deserializeValue) -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckGetExecutionVariableTyped(ExecutionEntity execution, CommandContext commandContext) execute(CommandContext commandContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Field Details
-
executionId
-
variableName
-
isLocal
protected boolean isLocal -
deserializeValue
protected boolean deserializeValue
-
-
Constructor Details
-
GetExecutionVariableTypedCmd
-
-
Method Details
-
execute
- Specified by:
executein interfaceCommand<T extends TypedValue>
-
checkGetExecutionVariableTyped
public void checkGetExecutionVariableTyped(ExecutionEntity execution, CommandContext commandContext)
-