Package org.camunda.bpm.engine.impl.cmd
Class GetExecutionVariablesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetExecutionVariablesCmd
- All Implemented Interfaces:
Serializable,Command<org.camunda.bpm.engine.variable.VariableMap>
public class GetExecutionVariablesCmd
extends Object
implements Command<org.camunda.bpm.engine.variable.VariableMap>, Serializable
- Author:
- Tom Baeyens, Daniel Meyer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Stringprotected booleanprotected Collection<String> -
Constructor Summary
ConstructorsConstructorDescriptionGetExecutionVariablesCmd(String executionId, Collection<String> variableNames, boolean isLocal, boolean deserializeValues) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckGetExecutionVariables(ExecutionEntity execution, CommandContext commandContext) org.camunda.bpm.engine.variable.VariableMapexecute(CommandContext commandContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
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