Uses of Interface
org.camunda.bpm.engine.impl.incident.IncidentHandler

Packages that use IncidentHandler
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.incident   
 

Uses of IncidentHandler in org.camunda.bpm.engine.impl.cfg
 

Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type IncidentHandler
protected  List<IncidentHandler> ProcessEngineConfigurationImpl.customIncidentHandlers
           
protected  Map<String,IncidentHandler> ProcessEngineConfigurationImpl.incidentHandlers
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return IncidentHandler
 IncidentHandler ProcessEngineConfigurationImpl.getIncidentHandler(String incidentType)
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type IncidentHandler
 List<IncidentHandler> ProcessEngineConfigurationImpl.getCustomIncidentHandlers()
           
 Map<String,IncidentHandler> ProcessEngineConfigurationImpl.getIncidentHandlers()
           
 

Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type IncidentHandler
 void 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 IncidentHandler
 class DefaultIncidentHandler
           An incident handler that logs incidents of a certain type as instances of Incident to the engine database.
 



Copyright © 2016 camunda services GmbH. All rights reserved.