Uses of Interface
org.camunda.bpm.engine.runtime.Incident

Packages that use Incident
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.history.producer   
org.camunda.bpm.engine.impl.incident   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of Incident in org.camunda.bpm.engine.impl
 

Methods in org.camunda.bpm.engine.impl that return types with arguments of type Incident
 List<Incident> IncidentQueryImpl.executeList(CommandContext commandContext, Page page)
           
 

Uses of Incident in org.camunda.bpm.engine.impl.history.producer
 

Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type Incident
 HistoryEvent HistoryEventProducer.createHistoricIncidentCreateEvt(Incident incident)
           
 HistoryEvent DefaultHistoryEventProducer.createHistoricIncidentCreateEvt(Incident incident)
           
 HistoryEvent HistoryEventProducer.createHistoricIncidentDeleteEvt(Incident incident)
           
 HistoryEvent DefaultHistoryEventProducer.createHistoricIncidentDeleteEvt(Incident incident)
           
protected  HistoryEvent DefaultHistoryEventProducer.createHistoricIncidentEvt(Incident incident, HistoryEventTypes eventType)
           
 HistoryEvent HistoryEventProducer.createHistoricIncidentMigrateEvt(Incident incident)
           
 HistoryEvent DefaultHistoryEventProducer.createHistoricIncidentMigrateEvt(Incident incident)
           
 HistoryEvent HistoryEventProducer.createHistoricIncidentResolveEvt(Incident incident)
           
 HistoryEvent DefaultHistoryEventProducer.createHistoricIncidentResolveEvt(Incident incident)
           
protected  void DefaultHistoryEventProducer.initHistoricIncidentEvent(HistoricIncidentEventEntity evt, Incident incident, HistoryEventType eventType)
           
protected  HistoricIncidentEventEntity DefaultHistoryEventProducer.loadIncidentEvent(Incident incident)
           
protected  HistoricIncidentEventEntity CacheAwareHistoryEventProducer.loadIncidentEvent(Incident incident)
           
protected  HistoricIncidentEventEntity DefaultHistoryEventProducer.newIncidentEventEntity(Incident incident)
           
 

Uses of Incident in org.camunda.bpm.engine.impl.incident
 

Methods in org.camunda.bpm.engine.impl.incident that return Incident
 Incident DefaultIncidentHandler.createIncident(IncidentContext context, String message)
           
 

Uses of Incident in org.camunda.bpm.engine.impl.persistence.entity
 

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement Incident
 class IncidentEntity
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type Incident
 List<Incident> IncidentManager.findIncidentByConfiguration(String configuration)
           
 List<Incident> IncidentManager.findIncidentByConfigurationAndIncidentType(String configuration, String incidentType)
           
 List<Incident> IncidentManager.findIncidentByQueryCriteria(IncidentQueryImpl incidentQuery, Page page)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.