Package org.activiti.engine.runtime
Interface DataObject
- All Known Implementing Classes:
DataObjectImpl
-
Method Details
-
getName
String getName()Name of the DataObject. -
getLocalizedName
String getLocalizedName()Localized Name of the DataObject. -
getDescription
String getDescription()Description of the DataObject. -
getValue
Object getValue()Value of the DataObject. -
getType
String getType()Type of the DataObject. -
getDataObjectDefinitionKey
String getDataObjectDefinitionKey()The id of the flow element in the process defining this data object.
-