Uses of Class
org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
-
Packages that use HistoricIncidentEventEntity Package Description 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 Modifier and Type Method Description protected HistoricIncidentEventEntityCacheAwareHistoryEventProducer. loadIncidentEvent(Incident incident)protected HistoricIncidentEventEntityDefaultHistoryEventProducer. loadIncidentEvent(Incident incident)protected HistoricIncidentEventEntityDefaultHistoryEventProducer. newIncidentEventEntity(Incident incident)Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type HistoricIncidentEventEntity Modifier and Type Method Description protected voidDefaultHistoryEventProducer. 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 Modifier and Type Class Description classHistoricIncidentEntity
-