Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogEventEntity
Package
Description
-
Uses of HistoricJobLogEventEntity in org.camunda.bpm.engine.impl.cfg
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
AuthorizationCommandChecker.checkReadHistoricJobLog
(HistoricJobLogEventEntity historicJobLog) -
Uses of HistoricJobLogEventEntity in org.camunda.bpm.engine.impl.cfg.multitenancy
Modifier and TypeMethodDescriptionvoid
TenantCommandChecker.checkReadHistoricJobLog
(HistoricJobLogEventEntity historicJobLog) -
Uses of HistoricJobLogEventEntity in org.camunda.bpm.engine.impl.history.producer
Modifier and TypeMethodDescriptionprotected HistoricJobLogEventEntity
DefaultHistoryEventProducer.newHistoricJobLogEntity
(Job job) Modifier and TypeMethodDescriptionprotected void
DefaultHistoryEventProducer.initHistoricJobLogEvent
(HistoricJobLogEventEntity evt, Job job, HistoryEventType eventType) -
Uses of HistoricJobLogEventEntity in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionHistoricJobLogManager.findHistoricJobLogById
(String historicJobLogId)