| Package | Description |
|---|---|
| org.activiti.engine.impl.cfg | |
| org.activiti.engine.impl.event |
| Modifier and Type | Field and Description |
|---|---|
protected List<EventHandler> |
ProcessEngineConfigurationImpl.customEventHandlers |
protected Map<String,EventHandler> |
ProcessEngineConfigurationImpl.eventHandlers |
| Modifier and Type | Method and Description |
|---|---|
EventHandler |
ProcessEngineConfigurationImpl.getEventHandler(String eventType) |
| Modifier and Type | Method and Description |
|---|---|
List<EventHandler> |
ProcessEngineConfigurationImpl.getCustomEventHandlers() |
Map<String,EventHandler> |
ProcessEngineConfigurationImpl.getEventHandlers() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCustomEventHandlers(List<EventHandler> customEventHandlers) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setEventHandlers(Map<String,EventHandler> eventHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventHandler |
class |
CompensationEventHandler |
class |
MessageEventHandler |
class |
SignalEventHandler |
Copyright © 2016 Alfresco. All rights reserved.