Class DataObjectImpl

All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, DataObject, FlowElement, ItemAwareElement, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class DataObjectImpl extends FlowElementImpl implements DataObject
The BPMN dataObject element
Author:
Dario Campagna
  • Field Details

    • itemSubjectRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<ItemDefinition> itemSubjectRefAttribute
    • isCollectionAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isCollectionAttribute
    • dataStateChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<DataState> dataStateChild
  • Constructor Details

    • DataObjectImpl

      public DataObjectImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
  • Method Details