public interface DataObject
Modifier and Type | Method and Description |
---|---|
String |
getDataObjectDefinitionKey()
The id of the flow element in the process defining this data object.
|
String |
getDescription()
Description of the DataObject.
|
String |
getLocalizedName()
Localized Name of the DataObject.
|
String |
getName()
Name of the DataObject.
|
String |
getType()
Type of the DataObject.
|
Object |
getValue()
Value of the DataObject.
|
String getName()
String getLocalizedName()
String getDescription()
Object getValue()
String getType()
String getDataObjectDefinitionKey()
Copyright © 2017 Alfresco. All rights reserved.