Uses of Interface
org.camunda.bpm.engine.impl.incident.IncidentHandler
-
Packages that use IncidentHandler Package Description org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.incident org.camunda.bpm.engine.impl.pvm.runtime -
-
Uses of IncidentHandler in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type IncidentHandler Modifier and Type Field Description protected java.util.List<IncidentHandler>ProcessEngineConfigurationImpl. customIncidentHandlersprotected java.util.Map<java.lang.String,IncidentHandler>ProcessEngineConfigurationImpl. incidentHandlersMethods in org.camunda.bpm.engine.impl.cfg that return IncidentHandler Modifier and Type Method Description IncidentHandlerProcessEngineConfigurationImpl. getIncidentHandler(java.lang.String incidentType)Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type IncidentHandler Modifier and Type Method Description java.util.List<IncidentHandler>ProcessEngineConfigurationImpl. getCustomIncidentHandlers()java.util.Map<java.lang.String,IncidentHandler>ProcessEngineConfigurationImpl. getIncidentHandlers()Methods in org.camunda.bpm.engine.impl.cfg with parameters of type IncidentHandler Modifier and Type Method Description voidProcessEngineConfigurationImpl. addIncidentHandler(IncidentHandler incidentHandler)Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type IncidentHandler Modifier and Type Method Description voidProcessEngineConfigurationImpl. setCustomIncidentHandlers(java.util.List<IncidentHandler> customIncidentHandlers)voidProcessEngineConfigurationImpl. setIncidentHandlers(java.util.Map<java.lang.String,IncidentHandler> incidentHandlers) -
Uses of IncidentHandler in org.camunda.bpm.engine.impl.incident
Classes in org.camunda.bpm.engine.impl.incident that implement IncidentHandler Modifier and Type Class Description classCompositeIncidentHandlerA composite incident handler that handles incidents of a certain type by the multiple handlers.classDefaultIncidentHandlerAn incident handler that logs incidents of a certain type as instances ofIncidentto the engine database.Fields in org.camunda.bpm.engine.impl.incident declared as IncidentHandler Modifier and Type Field Description protected IncidentHandlerCompositeIncidentHandler. mainIncidentHandlerFields in org.camunda.bpm.engine.impl.incident with type parameters of type IncidentHandler Modifier and Type Field Description protected java.util.List<IncidentHandler>CompositeIncidentHandler. incidentHandlersMethods in org.camunda.bpm.engine.impl.incident with parameters of type IncidentHandler Modifier and Type Method Description voidCompositeIncidentHandler. add(IncidentHandler incidentHandler)Adds theIncidentHandlerto the list ofIncidentHandlerthat consume the incident.protected voidCompositeIncidentHandler. initializeIncidentsHandlers(IncidentHandler mainIncidentHandler, java.util.List<IncidentHandler> incidentHandlers)InitializeCompositeIncidentHandler.incidentHandlerswith data transfered from constructorMethod parameters in org.camunda.bpm.engine.impl.incident with type arguments of type IncidentHandler Modifier and Type Method Description protected voidCompositeIncidentHandler. initializeIncidentsHandlers(IncidentHandler mainIncidentHandler, java.util.List<IncidentHandler> incidentHandlers)InitializeCompositeIncidentHandler.incidentHandlerswith data transfered from constructorConstructors in org.camunda.bpm.engine.impl.incident with parameters of type IncidentHandler Constructor Description CompositeIncidentHandler(IncidentHandler mainIncidentHandler, java.util.List<IncidentHandler> incidentHandlers)Constructor that takes a list ofIncidentHandlerthat consume the incident.CompositeIncidentHandler(IncidentHandler mainIncidentHandler, IncidentHandler... incidentHandlers)Constructor that takes a varargs parameterIncidentHandlerthat consume the incident.Constructor parameters in org.camunda.bpm.engine.impl.incident with type arguments of type IncidentHandler Constructor Description CompositeIncidentHandler(IncidentHandler mainIncidentHandler, java.util.List<IncidentHandler> incidentHandlers)Constructor that takes a list ofIncidentHandlerthat 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 Modifier and Type Method Description IncidentHandlerPvmExecutionImpl. findIncidentHandler(java.lang.String incidentType)
-