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