Uses of Interface
org.camunda.bpm.model.bpmn.instance.DataObject
-
Packages that use DataObject Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of DataObject in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement DataObject Modifier and Type Class Description class
DataObjectImpl
The BPMN dataObject elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type DataObject Modifier and Type Field Description protected static AttributeReference<DataObject>
DataObjectReferenceImpl. dataObjectRefAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance that return DataObject Modifier and Type Method Description DataObject
DataObjectReferenceImpl. getDataObject()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type DataObject Modifier and Type Method Description void
DataObjectReferenceImpl. setDataObject(DataObject dataObject)
-
Uses of DataObject in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return DataObject Modifier and Type Method Description DataObject
DataObjectReference. getDataObject()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type DataObject Modifier and Type Method Description void
DataObjectReference. setDataObject(DataObject dataObject)
-