Class GetCaseExecutionVariableTypedCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariableTypedCmd
- All Implemented Interfaces:
Serializable
,Command<TypedValue>
public class GetCaseExecutionVariableTypedCmd
extends Object
implements Command<TypedValue>, Serializable
- Author:
- Roman Smirnov, Daniel Meyer
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetCaseExecutionVariableTypedCmd
(String caseExecutionId, String variableName, boolean isLocal, boolean deserializeValue) -
Method Summary
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
-
caseExecutionId
-
variableName
-
isLocal
protected boolean isLocal -
deserializeValue
protected boolean deserializeValue
-
-
Constructor Details
-
GetCaseExecutionVariableTypedCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<TypedValue>
-