Uses of Interface
org.camunda.bpm.model.bpmn.instance.CatchEvent
-
Packages that use CatchEvent Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of CatchEvent in org.camunda.bpm.model.bpmn.builder
Classes in org.camunda.bpm.model.bpmn.builder with type parameters of type CatchEvent Modifier and Type Class Description class
AbstractCatchEventBuilder<B extends AbstractCatchEventBuilder<B,E>,E extends CatchEvent>
-
Uses of CatchEvent in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement CatchEvent Modifier and Type Class Description class
BoundaryEventImpl
The BPMN boundaryEvent elementclass
CatchEventImpl
The BPMN catchEvent elementclass
IntermediateCatchEventImpl
The BPMN intermediateCatchEvent elementclass
StartEventImpl
The BPMN startEvent element -
Uses of CatchEvent in org.camunda.bpm.model.bpmn.instance
Subinterfaces of CatchEvent in org.camunda.bpm.model.bpmn.instance Modifier and Type Interface Description interface
BoundaryEvent
The BPMN boundaryEvent elementinterface
IntermediateCatchEvent
The BPMN intermediateCatchEvent elementinterface
StartEvent
The BPMN startEvent element
-