Uses of Class
org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
-
Packages that use HistoricTaskInstanceEventEntity Package Description org.camunda.bpm.engine.impl.history.producer org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of HistoricTaskInstanceEventEntity in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer that return HistoricTaskInstanceEventEntity Modifier and Type Method Description protected HistoricTaskInstanceEventEntityCacheAwareHistoryEventProducer. loadTaskInstanceEvent(DelegateTask task)protected HistoricTaskInstanceEventEntityDefaultHistoryEventProducer. loadTaskInstanceEvent(DelegateTask task)protected HistoricTaskInstanceEventEntityDefaultHistoryEventProducer. newTaskInstanceEventEntity(DelegateTask task)Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type HistoricTaskInstanceEventEntity Modifier and Type Method Description protected voidDefaultHistoryEventProducer. initTaskInstanceEvent(HistoricTaskInstanceEventEntity evt, TaskEntity taskEntity, HistoryEventType eventType) -
Uses of HistoricTaskInstanceEventEntity in org.camunda.bpm.engine.impl.persistence.entity
Subclasses of HistoricTaskInstanceEventEntity in org.camunda.bpm.engine.impl.persistence.entity Modifier and Type Class Description classHistoricTaskInstanceEntity
-