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

Packages that use HistoricTaskInstanceEventEntity
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
protected  HistoricTaskInstanceEventEntity DefaultHistoryEventProducer.loadTaskInstanceEvent(DelegateTask task)
           
protected  HistoricTaskInstanceEventEntity CacheAwareHistoryEventProducer.loadTaskInstanceEvent(DelegateTask task)
           
protected  HistoricTaskInstanceEventEntity DefaultHistoryEventProducer.newTaskInstanceEventEntity(DelegateTask task)
           
 

Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type HistoricTaskInstanceEventEntity
protected  void DefaultHistoryEventProducer.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
 class HistoricTaskInstanceEntity
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.