Package org.camunda.bpm.engine.impl.cmd
Class GetExecutionVariablesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetExecutionVariablesCmd
- All Implemented Interfaces:
Serializable
,Command<VariableMap>
- Author:
- Tom Baeyens, Daniel Meyer
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected String
protected boolean
protected Collection<String>
-
Constructor Summary
ConstructorDescriptionGetExecutionVariablesCmd
(String executionId, Collection<String> variableNames, boolean isLocal, boolean deserializeValues) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkGetExecutionVariables
(ExecutionEntity execution, CommandContext commandContext) execute
(CommandContext commandContext)
-
Field Details
-
executionId
-
variableNames
-
isLocal
protected boolean isLocal -
deserializeValues
protected boolean deserializeValues
-
-
Constructor Details
-
GetExecutionVariablesCmd
public GetExecutionVariablesCmd(String executionId, Collection<String> variableNames, boolean isLocal, boolean deserializeValues)
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<VariableMap>
-
checkGetExecutionVariables
-