Class DataStoreReferenceImpl

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

public class DataStoreReferenceImpl extends FlowElementImpl implements DataStoreReference
Author:
Giulio Piccinin
  • Field Details

    • itemSubjectRefAttribute

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

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<DataStore> dataStoreRefAttribute
    • dataStateChild

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

    • DataStoreReferenceImpl

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