Interface DataObject

All Superinterfaces:
BaseElement, BpmnModelElementInstance, FlowElement, ItemAwareElement, org.camunda.bpm.model.xml.instance.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)