Package org.flowable.engine.impl
Class DataObjectImpl
java.lang.Object
org.flowable.engine.impl.DataObjectImpl
- All Implemented Interfaces:
DataObject
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe id of the flow element in the process defining this data object.Description of the DataObject.The id of the execution in which this Data Object resides.getId()
The unique id of this Data Object.Localized Name of the DataObject.getName()
Name of the DataObject./** The id of the process instance that this Data Object is associated with.getType()
Type of the DataObject.getValue()
Value of the DataObject.void
setDataObjectDefinitionKey
(String dataObjectDefinitionKey) void
setDescription
(String description) void
setExecutionId
(String executionId) void
void
setLocalizedName
(String localizedName) void
void
setProcessInstanceId
(String processInstanceId) void
void
-
Field Details
-
id
-
processInstanceId
-
executionId
-
name
-
value
-
description
-
localizedName
-
localizedDescription
-
dataObjectDefinitionKey
-
-
Constructor Details
-
DataObjectImpl
-
-
Method Details
-
setId
-
getId
Description copied from interface:DataObject
The unique id of this Data Object.- Specified by:
getId
in interfaceDataObject
-
setProcessInstanceId
-
getProcessInstanceId
Description copied from interface:DataObject
/** The id of the process instance that this Data Object is associated with.- Specified by:
getProcessInstanceId
in interfaceDataObject
-
setExecutionId
-
getExecutionId
Description copied from interface:DataObject
The id of the execution in which this Data Object resides. A DataObject only resides on a process instance execution or a subprocess execution.- Specified by:
getExecutionId
in interfaceDataObject
-
getName
Description copied from interface:DataObject
Name of the DataObject.- Specified by:
getName
in interfaceDataObject
-
setName
-
getLocalizedName
Description copied from interface:DataObject
Localized Name of the DataObject.- Specified by:
getLocalizedName
in interfaceDataObject
-
setLocalizedName
-
getDescription
Description copied from interface:DataObject
Description of the DataObject.- Specified by:
getDescription
in interfaceDataObject
-
setDescription
-
getValue
Description copied from interface:DataObject
Value of the DataObject.- Specified by:
getValue
in interfaceDataObject
-
setValue
-
getType
Description copied from interface:DataObject
Type of the DataObject.- Specified by:
getType
in interfaceDataObject
-
setType
-
getDataObjectDefinitionKey
Description copied from interface:DataObject
The id of the flow element in the process defining this data object.- Specified by:
getDataObjectDefinitionKey
in interfaceDataObject
-
setDataObjectDefinitionKey
-