Package org.camunda.bpm.engine.impl.cmd
Class GetTaskVariablesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetTaskVariablesCmd
- All Implemented Interfaces:
Serializable
,Command<VariableMap>
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected boolean
protected String
protected Collection<String>
-
Constructor Summary
ConstructorDescriptionGetTaskVariablesCmd
(String taskId, Collection<String> variableNames, boolean isLocal, boolean deserializeValues) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkGetTaskVariables
(TaskEntity task, CommandContext commandContext) execute
(CommandContext commandContext) 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
-
taskId
-
variableNames
-
isLocal
protected boolean isLocal -
deserializeValues
protected boolean deserializeValues
-
-
Constructor Details
-
GetTaskVariablesCmd
public GetTaskVariablesCmd(String taskId, Collection<String> variableNames, boolean isLocal, boolean deserializeValues)
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<VariableMap>
-
checkGetTaskVariables
-