public class GetDataObjectCmd extends Object implements Command<DataObject>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataObjectName |
protected String |
executionId |
protected boolean |
isLocal |
protected String |
locale |
protected boolean |
withLocalizationFallback |
| Constructor and Description |
|---|
GetDataObjectCmd(String executionId,
String dataObjectName,
boolean isLocal) |
GetDataObjectCmd(String executionId,
String dataObjectName,
boolean isLocal,
String locale,
boolean withLocalizationFallback) |
| Modifier and Type | Method and Description |
|---|---|
DataObject |
execute(CommandContext commandContext) |
protected String executionId
protected String dataObjectName
protected boolean isLocal
protected String locale
protected boolean withLocalizationFallback
public GetDataObjectCmd(String executionId, String dataObjectName, boolean isLocal)
public DataObject execute(CommandContext commandContext)
execute in interface Command<DataObject>Copyright © 2017 Flowable. All rights reserved.