Class GetCaseExecutionVariablesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariablesCmd
- All Implemented Interfaces:
Serializable,Command<org.camunda.bpm.engine.variable.VariableMap>
public class GetCaseExecutionVariablesCmd
extends Object
implements Command<org.camunda.bpm.engine.variable.VariableMap>, Serializable
- Author:
- Roman Smirnov, Daniel Meyer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected booleanprotected booleanprotected Collection<String> -
Constructor Summary
ConstructorsConstructorDescriptionGetCaseExecutionVariablesCmd(String caseExecutionId, Collection<String> variableNames, boolean isLocal, boolean deserializeValues) -
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.engine.variable.VariableMapexecute(CommandContext commandContext)
-
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