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:
java.io.Serializable
,Command<T>
public class GetExecutionVariableTypedCmd<T extends TypedValue> extends java.lang.Object implements Command<T>, java.io.Serializable
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
deserializeValue
protected java.lang.String
executionId
protected boolean
isLocal
protected java.lang.String
variableName
-
Constructor Summary
Constructors Constructor Description GetExecutionVariableTypedCmd(java.lang.String executionId, java.lang.String variableName, boolean isLocal, boolean deserializeValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkGetExecutionVariableTyped(ExecutionEntity execution, CommandContext commandContext)
T
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
-
-
-
-
Method Detail
-
execute
public T execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<T extends TypedValue>
-
checkGetExecutionVariableTyped
public void checkGetExecutionVariableTyped(ExecutionEntity execution, CommandContext commandContext)
-
-