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