Package | Description |
---|---|
org.camunda.bpm.model.bpmn.impl.instance | |
org.camunda.bpm.model.bpmn.instance |
Modifier and Type | Class and Description |
---|---|
class |
CancelEventDefinitionImpl
The BPMN cancelEventDefinition element
|
class |
CompensateEventDefinitionImpl
The BPMN compensateEventDefinition element
|
class |
ConditionalEventDefinitionImpl
The BPMN conditionalEventDefinition element
|
class |
ErrorEventDefinitionImpl
The BPMN errorEventDefinition element
|
class |
EventDefinitionImpl
The BPMN eventDefinition element
|
class |
LinkEventDefinitionImpl
The BPMN linkEventDefinition element
|
class |
MessageEventDefinitionImpl |
class |
SignalEventDefinitionImpl
The BPMN signalEventDefinition element
|
class |
TerminateEventDefinitionImpl
The BPMN terminateEventDefinition element
|
class |
TimerEventDefinitionImpl
The BPMN timerEventDefinition element
|
Modifier and Type | Field and Description |
---|---|
protected static ChildElementCollection<EventDefinition> |
ThrowEventImpl.eventDefinitionCollection |
protected static ChildElementCollection<EventDefinition> |
CatchEventImpl.eventDefinitionCollection |
protected static ElementReferenceCollection<EventDefinition,EventDefinitionRef> |
ThrowEventImpl.eventDefinitionRefCollection |
protected static ElementReferenceCollection<EventDefinition,EventDefinitionRef> |
CatchEventImpl.eventDefinitionRefCollection |
Modifier and Type | Method and Description |
---|---|
Collection<EventDefinition> |
ThrowEventImpl.getEventDefinitionRefs() |
Collection<EventDefinition> |
CatchEventImpl.getEventDefinitionRefs() |
Collection<EventDefinition> |
ThrowEventImpl.getEventDefinitions() |
Collection<EventDefinition> |
CatchEventImpl.getEventDefinitions() |
Modifier and Type | Interface and Description |
---|---|
interface |
CancelEventDefinition
The BPMN cancelEventDefinition element
|
interface |
CompensateEventDefinition
The BPMN compensateEventDefinition element
|
interface |
ConditionalEventDefinition
The BPMN conditionalEventDefinition element
|
interface |
ErrorEventDefinition
The BPMN errorEventDefinition element
|
interface |
LinkEventDefinition
The BPMN linkEventDefinition element
|
interface |
MessageEventDefinition
The BPMN messageEventDefinition element
|
interface |
SignalEventDefinition
The BPMN signalEventDefinition element
|
interface |
TerminateEventDefinition
The BPMN terminateEventDefinition element
|
interface |
TimerEventDefinition
The BPMN timerEventDefinition element
|
Modifier and Type | Method and Description |
---|---|
Collection<EventDefinition> |
ThrowEvent.getEventDefinitionRefs() |
Collection<EventDefinition> |
CatchEvent.getEventDefinitionRefs() |
Collection<EventDefinition> |
ThrowEvent.getEventDefinitions() |
Collection<EventDefinition> |
CatchEvent.getEventDefinitions() |
Copyright © 2015. All rights reserved.