public class GetTaskVariablesCmd extends Object implements Command<org.camunda.bpm.engine.variable.VariableMap>, Serializable
| Modifier and Type | Field and Description | 
|---|---|
protected boolean | 
deserializeValues  | 
protected boolean | 
isLocal  | 
protected String | 
taskId  | 
protected Collection<String> | 
variableNames  | 
| Constructor and Description | 
|---|
GetTaskVariablesCmd(String taskId,
                   Collection<String> variableNames,
                   boolean isLocal,
                   boolean deserializeValues)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
checkGetTaskVariables(TaskEntity task,
                     CommandContext commandContext)  | 
org.camunda.bpm.engine.variable.VariableMap | 
execute(CommandContext commandContext)  | 
protected String taskId
protected Collection<String> variableNames
protected boolean isLocal
protected boolean deserializeValues
public GetTaskVariablesCmd(String taskId, Collection<String> variableNames, boolean isLocal, boolean deserializeValues)
public org.camunda.bpm.engine.variable.VariableMap execute(CommandContext commandContext)
protected void checkGetTaskVariables(TaskEntity task, CommandContext commandContext)
Copyright © 2019. All rights reserved.