Uses of Interface
org.camunda.bpm.model.bpmn.instance.EventDefinition
-
-
Uses of EventDefinition in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement EventDefinition Modifier and Type Class Description class
CancelEventDefinitionImpl
The BPMN cancelEventDefinition elementclass
CompensateEventDefinitionImpl
The BPMN compensateEventDefinition elementclass
ConditionalEventDefinitionImpl
The BPMN conditionalEventDefinition elementclass
ErrorEventDefinitionImpl
The BPMN errorEventDefinition elementclass
EscalationEventDefinitionImpl
The BPMN escalationEventDefinition elementclass
EventDefinitionImpl
The BPMN eventDefinition elementclass
LinkEventDefinitionImpl
The BPMN linkEventDefinition elementclass
MessageEventDefinitionImpl
class
SignalEventDefinitionImpl
The BPMN signalEventDefinition elementclass
TerminateEventDefinitionImpl
The BPMN terminateEventDefinition elementclass
TimerEventDefinitionImpl
The BPMN timerEventDefinition elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type EventDefinition Modifier and Type Field Description protected 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 EventDefinition Modifier and Type Method Description EventDefinition
MultiInstanceLoopCharacteristicsImpl. getNoneBehaviorEventRef()
EventDefinition
MultiInstanceLoopCharacteristicsImpl. getOneBehaviorEventRef()
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type EventDefinition Modifier and Type Method Description Collection<EventDefinition>
CatchEventImpl. getEventDefinitionRefs()
Collection<EventDefinition>
ThrowEventImpl. getEventDefinitionRefs()
Collection<EventDefinition>
CatchEventImpl. getEventDefinitions()
Collection<EventDefinition>
ThrowEventImpl. getEventDefinitions()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type EventDefinition Modifier and Type Method Description void
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 Modifier and Type Class Description class
CamundaErrorEventDefinitionImpl
-
Uses of EventDefinition in org.camunda.bpm.model.bpmn.instance
Subinterfaces of EventDefinition in org.camunda.bpm.model.bpmn.instance Modifier and Type Interface Description interface
CancelEventDefinition
The BPMN cancelEventDefinition elementinterface
CompensateEventDefinition
The BPMN compensateEventDefinition elementinterface
ConditionalEventDefinition
The BPMN conditionalEventDefinition elementinterface
ErrorEventDefinition
The BPMN errorEventDefinition elementinterface
EscalationEventDefinition
The BPMN escalationEventDefinition elementinterface
LinkEventDefinition
The BPMN linkEventDefinition elementinterface
MessageEventDefinition
The BPMN messageEventDefinition elementinterface
SignalEventDefinition
The BPMN signalEventDefinition elementinterface
TerminateEventDefinition
The BPMN terminateEventDefinition elementinterface
TimerEventDefinition
The BPMN timerEventDefinition elementMethods in org.camunda.bpm.model.bpmn.instance that return EventDefinition Modifier and Type Method Description EventDefinition
MultiInstanceLoopCharacteristics. getNoneBehaviorEventRef()
EventDefinition
MultiInstanceLoopCharacteristics. getOneBehaviorEventRef()
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type EventDefinition Modifier and Type Method Description Collection<EventDefinition>
CatchEvent. getEventDefinitionRefs()
Collection<EventDefinition>
ThrowEvent. getEventDefinitionRefs()
Collection<EventDefinition>
CatchEvent. getEventDefinitions()
Collection<EventDefinition>
ThrowEvent. getEventDefinitions()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type EventDefinition Modifier and Type Method Description void
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 Modifier and Type Interface Description interface
CamundaErrorEventDefinition
-