Uses of Interface
org.camunda.bpm.model.bpmn.instance.EventDefinition
Packages that use EventDefinition
Package
Description
-
Uses of EventDefinition in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement EventDefinitionModifier and TypeClassDescriptionclass
The BPMN cancelEventDefinition elementclass
The BPMN compensateEventDefinition elementclass
The BPMN conditionalEventDefinition elementclass
The BPMN errorEventDefinition elementclass
The BPMN escalationEventDefinition elementclass
The BPMN eventDefinition elementclass
The BPMN linkEventDefinition elementclass
class
The BPMN signalEventDefinition elementclass
The BPMN terminateEventDefinition elementclass
The BPMN timerEventDefinition elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type EventDefinitionModifier and TypeFieldDescriptionprotected static ChildElementCollection<EventDefinition>
CatchEventImpl.eventDefinitionCollection
protected static ChildElementCollection<EventDefinition>
ThrowEventImpl.eventDefinitionCollection
protected static ElementReferenceCollection<EventDefinition,
EventDefinitionRef> CatchEventImpl.eventDefinitionRefCollection
protected static ElementReferenceCollection<EventDefinition,
EventDefinitionRef> ThrowEventImpl.eventDefinitionRefCollection
protected static AttributeReference<EventDefinition>
MultiInstanceLoopCharacteristicsImpl.noneBehaviorEventRefAttribute
protected static AttributeReference<EventDefinition>
MultiInstanceLoopCharacteristicsImpl.oneBehaviorEventRefAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance that return EventDefinitionModifier and TypeMethodDescriptionMultiInstanceLoopCharacteristicsImpl.getNoneBehaviorEventRef()
MultiInstanceLoopCharacteristicsImpl.getOneBehaviorEventRef()
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type EventDefinitionModifier and TypeMethodDescriptionCatchEventImpl.getEventDefinitionRefs()
ThrowEventImpl.getEventDefinitionRefs()
CatchEventImpl.getEventDefinitions()
ThrowEventImpl.getEventDefinitions()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type EventDefinitionModifier and TypeMethodDescriptionvoid
MultiInstanceLoopCharacteristicsImpl.setNoneBehaviorEventRef
(EventDefinition noneBehaviorEventRef) void
MultiInstanceLoopCharacteristicsImpl.setOneBehaviorEventRef
(EventDefinition oneBehaviorEventRef) -
Uses of EventDefinition in org.camunda.bpm.model.bpmn.impl.instance.camunda
Classes in org.camunda.bpm.model.bpmn.impl.instance.camunda that implement EventDefinition -
Uses of EventDefinition in org.camunda.bpm.model.bpmn.instance
Subinterfaces of EventDefinition in org.camunda.bpm.model.bpmn.instanceModifier and TypeInterfaceDescriptioninterface
The BPMN cancelEventDefinition elementinterface
The BPMN compensateEventDefinition elementinterface
The BPMN conditionalEventDefinition elementinterface
The BPMN errorEventDefinition elementinterface
The BPMN escalationEventDefinition elementinterface
The BPMN linkEventDefinition elementinterface
The BPMN messageEventDefinition elementinterface
The BPMN signalEventDefinition elementinterface
The BPMN terminateEventDefinition elementinterface
The BPMN timerEventDefinition elementMethods in org.camunda.bpm.model.bpmn.instance that return EventDefinitionModifier and TypeMethodDescriptionMultiInstanceLoopCharacteristics.getNoneBehaviorEventRef()
MultiInstanceLoopCharacteristics.getOneBehaviorEventRef()
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type EventDefinitionModifier and TypeMethodDescriptionCatchEvent.getEventDefinitionRefs()
ThrowEvent.getEventDefinitionRefs()
CatchEvent.getEventDefinitions()
ThrowEvent.getEventDefinitions()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type EventDefinitionModifier and TypeMethodDescriptionvoid
MultiInstanceLoopCharacteristics.setNoneBehaviorEventRef
(EventDefinition noneBehaviorEventRef) void
MultiInstanceLoopCharacteristics.setOneBehaviorEventRef
(EventDefinition oneBehaviorEventRef) -
Uses of EventDefinition in org.camunda.bpm.model.bpmn.instance.camunda
Subinterfaces of EventDefinition in org.camunda.bpm.model.bpmn.instance.camunda