public class GetExecutionVariablesCmd extends Object implements Command<org.camunda.bpm.engine.variable.VariableMap>, Serializable
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | deserializeValues | 
| protected String | executionId | 
| protected boolean | isLocal | 
| protected Collection<String> | variableNames | 
| Constructor and Description | 
|---|
| GetExecutionVariablesCmd(String executionId,
                        Collection<String> variableNames,
                        boolean isLocal,
                        boolean deserializeValues) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | checkGetExecutionVariables(ExecutionEntity execution,
                          CommandContext commandContext) | 
| org.camunda.bpm.engine.variable.VariableMap | execute(CommandContext commandContext) | 
protected String executionId
protected Collection<String> variableNames
protected boolean isLocal
protected boolean deserializeValues
public GetExecutionVariablesCmd(String executionId, Collection<String> variableNames, boolean isLocal, boolean deserializeValues)
public org.camunda.bpm.engine.variable.VariableMap execute(CommandContext commandContext)
protected void checkGetExecutionVariables(ExecutionEntity execution, CommandContext commandContext)
Copyright © 2018. All rights reserved.