Uses of Interface
org.camunda.bpm.model.bpmn.instance.CatchEvent
Packages that use CatchEvent
Package
Description
-
Uses of CatchEvent in org.camunda.bpm.model.bpmn.builder
Classes in org.camunda.bpm.model.bpmn.builder with type parameters of type CatchEventModifier and TypeClassDescriptionclass
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 CatchEventModifier and TypeClassDescriptionclass
The BPMN boundaryEvent elementclass
The BPMN catchEvent elementclass
The BPMN intermediateCatchEvent elementclass
The BPMN startEvent element -
Uses of CatchEvent in org.camunda.bpm.model.bpmn.instance
Subinterfaces of CatchEvent in org.camunda.bpm.model.bpmn.instanceModifier and TypeInterfaceDescriptioninterface
The BPMN boundaryEvent elementinterface
The BPMN intermediateCatchEvent elementinterface
The BPMN startEvent element