Package org.flowable.engine.impl
Class DataObjectImpl
java.lang.Object
org.flowable.engine.impl.DataObjectImpl
- All Implemented Interfaces:
DataObject
-
Field Summary
Fields -
Constructor Summary
Constructors -
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.voidsetDataObjectDefinitionKey(String dataObjectDefinitionKey) voidsetDescription(String description) voidsetExecutionId(String executionId) voidvoidsetLocalizedName(String localizedName) voidvoidsetProcessInstanceId(String processInstanceId) voidvoid
-
Field Details
-
id
-
processInstanceId
-
executionId
-
name
-
value
-
description
-
localizedName
-
localizedDescription
-
dataObjectDefinitionKey
-
-
Constructor Details
-
DataObjectImpl
-
-
Method Details
-
setId
-
getId
Description copied from interface:DataObjectThe unique id of this Data Object.- Specified by:
getIdin interfaceDataObject
-
setProcessInstanceId
-
getProcessInstanceId
Description copied from interface:DataObject/** The id of the process instance that this Data Object is associated with.- Specified by:
getProcessInstanceIdin interfaceDataObject
-
setExecutionId
-
getExecutionId
Description copied from interface:DataObjectThe 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:
getExecutionIdin interfaceDataObject
-
getName
Description copied from interface:DataObjectName of the DataObject.- Specified by:
getNamein interfaceDataObject
-
setName
-
getLocalizedName
Description copied from interface:DataObjectLocalized Name of the DataObject.- Specified by:
getLocalizedNamein interfaceDataObject
-
setLocalizedName
-
getDescription
Description copied from interface:DataObjectDescription of the DataObject.- Specified by:
getDescriptionin interfaceDataObject
-
setDescription
-
getValue
Description copied from interface:DataObjectValue of the DataObject.- Specified by:
getValuein interfaceDataObject
-
setValue
-
getType
Description copied from interface:DataObjectType of the DataObject.- Specified by:
getTypein interfaceDataObject
-
setType
-
getDataObjectDefinitionKey
Description copied from interface:DataObjectThe id of the flow element in the process defining this data object.- Specified by:
getDataObjectDefinitionKeyin interfaceDataObject
-
setDataObjectDefinitionKey
-