Package | Description |
---|---|
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.incident |
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 |
FailedJobIncidentHandler
A incident handler that logs incidents of type
failedJob
as instances of Incident to the engine database. |
Copyright © 2015. All rights reserved.