Uses of Interface
org.camunda.bpm.engine.impl.incident.IncidentHandler
Packages that use IncidentHandler
Package
Description
-
Uses of IncidentHandler in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type IncidentHandlerModifier and TypeFieldDescriptionprotected List<IncidentHandler>
ProcessEngineConfigurationImpl.customIncidentHandlers
protected Map<String,
IncidentHandler> ProcessEngineConfigurationImpl.incidentHandlers
Methods in org.camunda.bpm.engine.impl.cfg that return IncidentHandlerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getIncidentHandler
(String incidentType) Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type IncidentHandlerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomIncidentHandlers()
ProcessEngineConfigurationImpl.getIncidentHandlers()
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type IncidentHandlerModifier and TypeMethodDescriptionvoid
ProcessEngineConfigurationImpl.addIncidentHandler
(IncidentHandler incidentHandler) Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type IncidentHandlerModifier and TypeMethodDescriptionvoid
ProcessEngineConfigurationImpl.setCustomIncidentHandlers
(List<IncidentHandler> customIncidentHandlers) void
ProcessEngineConfigurationImpl.setIncidentHandlers
(Map<String, IncidentHandler> incidentHandlers) -
Uses of IncidentHandler in org.camunda.bpm.engine.impl.incident
Classes in org.camunda.bpm.engine.impl.incident that implement IncidentHandlerModifier 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.Fields in org.camunda.bpm.engine.impl.incident declared as IncidentHandlerModifier and TypeFieldDescriptionprotected IncidentHandler
CompositeIncidentHandler.mainIncidentHandler
Fields in org.camunda.bpm.engine.impl.incident with type parameters of type IncidentHandlerModifier and TypeFieldDescriptionprotected final List<IncidentHandler>
CompositeIncidentHandler.incidentHandlers
Methods in org.camunda.bpm.engine.impl.incident with parameters of type IncidentHandlerModifier 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 constructorMethod parameters in org.camunda.bpm.engine.impl.incident with type arguments of type IncidentHandlerModifier and TypeMethodDescriptionprotected void
CompositeIncidentHandler.initializeIncidentsHandlers
(IncidentHandler mainIncidentHandler, List<IncidentHandler> incidentHandlers) InitializeCompositeIncidentHandler.incidentHandlers
with data transfered from constructorConstructors in org.camunda.bpm.engine.impl.incident with parameters of type IncidentHandlerModifierConstructorDescriptionCompositeIncidentHandler
(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.Constructor parameters in org.camunda.bpm.engine.impl.incident with type arguments of type IncidentHandlerModifierConstructorDescriptionCompositeIncidentHandler
(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
Methods in org.camunda.bpm.engine.impl.pvm.runtime that return IncidentHandler