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 List<IncidentHandler>ProcessEngineConfigurationImpl. customIncidentHandlersprotected Map<String,IncidentHandler>ProcessEngineConfigurationImpl. incidentHandlersMethods in org.camunda.bpm.engine.impl.cfg that return IncidentHandler Modifier and Type Method Description IncidentHandlerProcessEngineConfigurationImpl. getIncidentHandler(String incidentType)Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type IncidentHandler Modifier and Type Method Description List<IncidentHandler>ProcessEngineConfigurationImpl. getCustomIncidentHandlers()Map<String,IncidentHandler>ProcessEngineConfigurationImpl. getIncidentHandlers()Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type IncidentHandler Modifier and Type Method Description voidProcessEngineConfigurationImpl. setCustomIncidentHandlers(List<IncidentHandler> customIncidentHandlers)voidProcessEngineConfigurationImpl. 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 IncidentHandler Modifier and Type Class Description classDefaultIncidentHandlerAn incident handler that logs incidents of a certain type as instances ofIncidentto the engine database. -
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(String incidentType)
-