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