Class DataObjectReferenceImpl

java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, DataObjectReference, FlowElement, ItemAwareElement, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class DataObjectReferenceImpl extends FlowElementImpl implements DataObjectReference
Author:
Dario Campagna
  • Field Details

    • itemSubjectRefAttribute

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

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<DataObject> dataObjectRefAttribute
    • dataStateChild

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

    • DataObjectReferenceImpl

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