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