Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogEventEntity

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

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

Methods in org.camunda.bpm.engine.impl.history.producer that return HistoricJobLogEventEntity
protected  HistoricJobLogEventEntity DefaultHistoryEventProducer.newHistoricJobLogEntity(Job job)
           
 

Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type HistoricJobLogEventEntity
protected  void DefaultHistoryEventProducer.initHistoricJobLogEvent(HistoricJobLogEventEntity evt, Job job, HistoryEventType eventType)
           
 

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

Methods in org.camunda.bpm.engine.impl.persistence.entity that return HistoricJobLogEventEntity
 HistoricJobLogEventEntity HistoricJobLogManager.findHistoricJobLogById(String historicJobLogId)
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type HistoricJobLogEventEntity
 void AuthorizationManager.checkReadHistoricJobLog(HistoricJobLogEventEntity historicJobLog)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.