public class GetExecutionVariableInstancesCmd extends Object implements Command<Map<String,VariableInstance>>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
executionId |
protected boolean |
isLocal |
protected Collection<String> |
variableNames |
| Constructor and Description |
|---|
GetExecutionVariableInstancesCmd(String executionId,
Collection<String> variableNames,
boolean isLocal) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,VariableInstance> |
execute(CommandContext commandContext) |
protected String executionId
protected Collection<String> variableNames
protected boolean isLocal
public GetExecutionVariableInstancesCmd(String executionId, Collection<String> variableNames, boolean isLocal)
public Map<String,VariableInstance> execute(CommandContext commandContext)
execute in interface Command<Map<String,VariableInstance>>Copyright © 2016 Alfresco. All rights reserved.