Uses of Class
org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity

Packages that use HistoricIncidentEventEntity
org.camunda.bpm.engine.impl.history.producer   
org.camunda.bpm.engine.impl.persistence.entity   
 

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

Methods in org.camunda.bpm.engine.impl.history.producer that return HistoricIncidentEventEntity
protected  HistoricIncidentEventEntity DefaultHistoryEventProducer.loadIncidentEvent(Incident incident)
           
protected  HistoricIncidentEventEntity CacheAwareHistoryEventProducer.loadIncidentEvent(Incident incident)
           
protected  HistoricIncidentEventEntity DefaultHistoryEventProducer.newIncidentEventEntity(Incident incident)
           
 

Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type HistoricIncidentEventEntity
protected  void DefaultHistoryEventProducer.initHistoricIncidentEvent(HistoricIncidentEventEntity evt, Incident incident, HistoryEventType eventType)
           
 

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

Subclasses of HistoricIncidentEventEntity in org.camunda.bpm.engine.impl.persistence.entity
 class HistoricIncidentEntity
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.