Uses of Interface
org.camunda.bpm.engine.impl.incident.IncidentHandler
Package
Description
-
Uses of IncidentHandler in org.camunda.bpm.engine.impl.cfg
Modifier and TypeFieldDescriptionprotected List<IncidentHandler>
ProcessEngineConfigurationImpl.customIncidentHandlers
protected Map<String,
IncidentHandler> ProcessEngineConfigurationImpl.incidentHandlers
Modifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getIncidentHandler
(String incidentType) Modifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomIncidentHandlers()
ProcessEngineConfigurationImpl.getIncidentHandlers()
Modifier and TypeMethodDescriptionvoid
ProcessEngineConfigurationImpl.addIncidentHandler
(IncidentHandler incidentHandler) Modifier and TypeMethodDescriptionvoid
ProcessEngineConfigurationImpl.setCustomIncidentHandlers
(List<IncidentHandler> customIncidentHandlers) void
ProcessEngineConfigurationImpl.setIncidentHandlers
(Map<String, IncidentHandler> incidentHandlers) -
Uses of IncidentHandler in org.camunda.bpm.engine.impl.incident
Modifier and TypeClassDescriptionclass
A composite incident handler that handles incidents of a certain type by the multiple handlers.class
An incident handler that logs incidents of a certain type as instances ofIncident
to the engine database.Modifier and TypeFieldDescriptionprotected IncidentHandler
CompositeIncidentHandler.mainIncidentHandler
Modifier and TypeFieldDescriptionprotected final List<IncidentHandler>
CompositeIncidentHandler.incidentHandlers
Modifier and TypeMethodDescriptionvoid
CompositeIncidentHandler.add
(IncidentHandler incidentHandler) Adds theIncidentHandler
to the list ofIncidentHandler
that consume the incident.protected void
CompositeIncidentHandler.initializeIncidentsHandlers
(IncidentHandler mainIncidentHandler, List<IncidentHandler> incidentHandlers) InitializeCompositeIncidentHandler.incidentHandlers
with data transfered from constructorModifier and TypeMethodDescriptionprotected void
CompositeIncidentHandler.initializeIncidentsHandlers
(IncidentHandler mainIncidentHandler, List<IncidentHandler> incidentHandlers) InitializeCompositeIncidentHandler.incidentHandlers
with data transfered from constructorModifierConstructorDescriptionCompositeIncidentHandler
(IncidentHandler mainIncidentHandler, List<IncidentHandler> incidentHandlers) Constructor that takes a list ofIncidentHandler
that consume the incident.CompositeIncidentHandler
(IncidentHandler mainIncidentHandler, IncidentHandler... incidentHandlers) Constructor that takes a varargs parameterIncidentHandler
that consume the incident.ModifierConstructorDescriptionCompositeIncidentHandler
(IncidentHandler mainIncidentHandler, List<IncidentHandler> incidentHandlers) Constructor that takes a list ofIncidentHandler
that consume the incident. -
Uses of IncidentHandler in org.camunda.bpm.engine.impl.pvm.runtime