Class GetCaseExecutionVariablesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariablesCmd
- All Implemented Interfaces:
Serializable
,Command<VariableMap>
public class GetCaseExecutionVariablesCmd
extends Object
implements Command<VariableMap>, Serializable
- Author:
- Roman Smirnov, Daniel Meyer
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected boolean
protected boolean
protected Collection<String>
-
Constructor Summary
ConstructorDescriptionGetCaseExecutionVariablesCmd
(String caseExecutionId, Collection<String> variableNames, boolean isLocal, boolean deserializeValues) -
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
-
variableNames
-
isLocal
protected boolean isLocal -
deserializeValues
protected boolean deserializeValues
-
-
Constructor Details
-
GetCaseExecutionVariablesCmd
public GetCaseExecutionVariablesCmd(String caseExecutionId, Collection<String> variableNames, boolean isLocal, boolean deserializeValues)
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<VariableMap>
-