Class DataStoreImpl

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

public class DataStoreImpl extends RootElementImpl implements DataStore
The BPMN dataStore element
Author:
Falko Menge
  • Field Details

    • nameAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
    • capacityAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Integer> capacityAttribute
    • isUnlimitedAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isUnlimitedAttribute
    • itemSubjectRefAttribute

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

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

    • DataStoreImpl

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