| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBpmnParseHandler.addEventSubscriptionDeclaration(BpmnParse bpmnParse,
EventSubscriptionDeclaration subscription,
EventDefinition parsedEventDefinition,
ScopeImpl scope) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseBpmnXMLConverter.writeEventDefinitions(Event parentEvent,
List<EventDefinition> eventDefinitions,
BpmnModel model,
XMLStreamWriter xtw) |
| Modifier and Type | Class and Description |
|---|---|
class |
CancelEventDefinition |
class |
CompensateEventDefinition |
class |
ConditionalEventDefinition |
class |
ErrorEventDefinition |
class |
EscalationEventDefinition |
class |
MessageEventDefinition |
class |
SignalEventDefinition |
class |
TerminateEventDefinition |
class |
TimerEventDefinition |
class |
VariableListenerEventDefinition |
| Modifier and Type | Field and Description |
|---|---|
protected List<EventDefinition> |
Event.eventDefinitions |
| Modifier and Type | Method and Description |
|---|---|
abstract EventDefinition |
EventDefinition.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<EventDefinition> |
Event.getEventDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Event.addEventDefinition(EventDefinition eventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setEventDefinitions(List<EventDefinition> eventDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
protected MessageEventDefinition |
StartEventParseHandler.fillMessageRef(BpmnParse bpmnParse,
EventDefinition eventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeploymentEntityManagerImpl.restoreMessageStartEvent(ProcessDefinition previousProcessDefinition,
BpmnModel bpmnModel,
StartEvent startEvent,
EventDefinition eventDefinition) |
protected void |
DeploymentEntityManagerImpl.restoreSignalStartEvent(ProcessDefinition previousProcessDefinition,
BpmnModel bpmnModel,
StartEvent startEvent,
EventDefinition eventDefinition) |
protected void |
DeploymentEntityManagerImpl.restoreTimerStartEvent(ProcessDefinition previousProcessDefinition,
StartEvent startEvent,
EventDefinition eventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProcessInstanceHelper.handleMessageEventSubscription(EventDefinition eventDefinition,
StartEvent startEvent,
ExecutionEntity parentExecution,
List<EventSubscriptionEntity> messageEventSubscriptions,
ProcessEngineConfigurationImpl processEngineConfiguration,
CommandContext commandContext) |
protected void |
ProcessInstanceHelper.handleSignalEventSubscription(EventDefinition eventDefinition,
StartEvent startEvent,
ExecutionEntity parentExecution,
List<EventSubscriptionEntity> signalEventSubscriptions,
ProcessEngineConfigurationImpl processEngineConfiguration,
CommandContext commandContext) |
protected void |
ProcessInstanceHelper.handleTimerEvent(EventDefinition eventDefinition,
StartEvent startEvent,
ExecutionEntity parentExecution,
ProcessEngineConfigurationImpl processEngineConfiguration) |
protected void |
ProcessInstanceHelper.handleVariableListenerEventSubscription(EventDefinition eventDefinition,
StartEvent startEvent,
ExecutionEntity parentExecution,
ProcessEngineConfigurationImpl processEngineConfiguration,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EventValidator.handleCompensationEventDefinition(BpmnModel bpmnModel,
Process process,
Event event,
EventDefinition eventDefinition,
List<ValidationError> errors) |
protected void |
EventValidator.handleMessageEventDefinition(BpmnModel bpmnModel,
Process process,
Event event,
EventDefinition eventDefinition,
List<ValidationError> errors) |
protected void |
EventValidator.handleSignalEventDefinition(BpmnModel bpmnModel,
Process process,
Event event,
EventDefinition eventDefinition,
List<ValidationError> errors) |
protected void |
EventValidator.handleTimerEventDefinition(Process process,
Event event,
EventDefinition eventDefinition,
List<ValidationError> errors) |
Copyright © 2023 Flowable. All rights reserved.