Class BoundaryEventImpl

All Implemented Interfaces:
BaseElement, BoundaryEvent, BpmnModelElementInstance, CatchEvent, Event, FlowElement, FlowNode, InteractionNode, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class BoundaryEventImpl extends CatchEventImpl implements BoundaryEvent
The BPMN boundaryEvent element
Author:
Sebastian Menski
  • Field Details

    • cancelActivityAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> cancelActivityAttribute
    • attachedToRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Activity> attachedToRefAttribute
  • Constructor Details

    • BoundaryEventImpl

      public BoundaryEventImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context)
  • Method Details