Interface DataObject

All Superinterfaces:
BaseElement, BpmnModelElementInstance, FlowElement, ItemAwareElement, ModelElementInstance
All Known Implementing Classes:
DataObjectImpl

public interface DataObject extends FlowElement, ItemAwareElement
The BPMN dataObject element
Author:
Dario Campagna
  • Method Details

    • isCollection

      boolean isCollection()
    • setCollection

      void setCollection(boolean isCollection)