Interface DataStore

All Superinterfaces:
BaseElement, BpmnModelElementInstance, ItemAwareElement, ModelElementInstance, RootElement
All Known Implementing Classes:
DataStoreImpl

public interface DataStore extends RootElement, ItemAwareElement
The BPMN dataStore element
Author:
Falko Menge
  • Method Details

    • getName

      String getName()
    • setName

      void setName(String name)
    • getCapacity

      Integer getCapacity()
    • setCapacity

      void setCapacity(Integer capacity)
    • isUnlimited

      Boolean isUnlimited()
    • setUnlimited

      void setUnlimited(Boolean isUnlimited)