Package | Description |
---|---|
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.incident | |
org.camunda.bpm.engine.impl.pvm.runtime |
Modifier and Type | Field and Description |
---|---|
protected List<IncidentHandler> |
ProcessEngineConfigurationImpl.customIncidentHandlers |
protected Map<String,IncidentHandler> |
ProcessEngineConfigurationImpl.incidentHandlers |
Modifier and Type | Method and Description |
---|---|
IncidentHandler |
ProcessEngineConfigurationImpl.getIncidentHandler(String incidentType) |
Modifier and Type | Method and Description |
---|---|
List<IncidentHandler> |
ProcessEngineConfigurationImpl.getCustomIncidentHandlers() |
Map<String,IncidentHandler> |
ProcessEngineConfigurationImpl.getIncidentHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessEngineConfigurationImpl.setCustomIncidentHandlers(List<IncidentHandler> customIncidentHandlers) |
void |
ProcessEngineConfigurationImpl.setIncidentHandlers(Map<String,IncidentHandler> incidentHandlers) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultIncidentHandler
An incident handler that logs incidents of a certain type
as instances of
Incident to the engine database. |
Modifier and Type | Method and Description |
---|---|
IncidentHandler |
PvmExecutionImpl.findIncidentHandler(String incidentType) |
Copyright © 2022. All rights reserved.