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 |
getExecutionId()
The id of the execution in which this Data Object resides.
|
String |
getId()
The unique id of this Data Object.
|
String |
getLocalizedName()
Localized Name of the DataObject.
|
String |
getName()
Name of the DataObject.
|
String |
getProcessInstanceId()
/**
The id of the process instance that this Data Object is associated with.
|
String |
getType()
Type of the DataObject.
|
Object |
getValue()
Value of the DataObject.
|
String getId()
String getProcessInstanceId()
String getExecutionId()
String getName()
String getLocalizedName()
String getDescription()
Object getValue()
String getType()
String getDataObjectDefinitionKey()
Copyright © 2019 Flowable. All rights reserved.