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