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

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

Uses of HistoricJobLogEventEntity in org.camunda.bpm.engine.impl.cfg
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoricJobLogEventEntity
 void CommandChecker.checkReadHistoricJobLog(HistoricJobLogEventEntity historicJobLog)
          Checks if it is allowed to read the given historic job log.
 

Uses of HistoricJobLogEventEntity in org.camunda.bpm.engine.impl.cfg.auth
 

Methods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type HistoricJobLogEventEntity
 void AuthorizationCommandChecker.checkReadHistoricJobLog(HistoricJobLogEventEntity historicJobLog)
           
 

Uses of HistoricJobLogEventEntity in org.camunda.bpm.engine.impl.cfg.multitenancy
 

Methods in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type HistoricJobLogEventEntity
 void TenantCommandChecker.checkReadHistoricJobLog(HistoricJobLogEventEntity historicJobLog)
           
 

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)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.