Uses of Class
org.operaton.bpm.engine.impl.persistence.entity.HistoricJobLogEventEntity
Packages that use HistoricJobLogEventEntity
Package
Description
-
Uses of HistoricJobLogEventEntity in org.operaton.bpm.engine.impl.cfg
Methods in org.operaton.bpm.engine.impl.cfg with parameters of type HistoricJobLogEventEntityModifier and TypeMethodDescriptionvoidCommandChecker.checkReadHistoricJobLog(HistoricJobLogEventEntity historicJobLog) Checks if it is allowed to read the given historic job log. -
Uses of HistoricJobLogEventEntity in org.operaton.bpm.engine.impl.cfg.auth
Methods in org.operaton.bpm.engine.impl.cfg.auth with parameters of type HistoricJobLogEventEntityModifier and TypeMethodDescriptionvoidAuthorizationCommandChecker.checkReadHistoricJobLog(HistoricJobLogEventEntity historicJobLog) -
Uses of HistoricJobLogEventEntity in org.operaton.bpm.engine.impl.cfg.multitenancy
Methods in org.operaton.bpm.engine.impl.cfg.multitenancy with parameters of type HistoricJobLogEventEntityModifier and TypeMethodDescriptionvoidTenantCommandChecker.checkReadHistoricJobLog(HistoricJobLogEventEntity historicJobLog) -
Uses of HistoricJobLogEventEntity in org.operaton.bpm.engine.impl.history.producer
Methods in org.operaton.bpm.engine.impl.history.producer that return HistoricJobLogEventEntityModifier and TypeMethodDescriptionprotected HistoricJobLogEventEntityDefaultHistoryEventProducer.newHistoricJobLogEntity(Job job) Methods in org.operaton.bpm.engine.impl.history.producer with parameters of type HistoricJobLogEventEntityModifier and TypeMethodDescriptionprotected voidDefaultHistoryEventProducer.initHistoricJobLogEvent(HistoricJobLogEventEntity evt, Job job, HistoryEventType eventType) -
Uses of HistoricJobLogEventEntity in org.operaton.bpm.engine.impl.persistence.entity
Methods in org.operaton.bpm.engine.impl.persistence.entity that return HistoricJobLogEventEntityModifier and TypeMethodDescriptionHistoricJobLogManager.findHistoricJobLogById(String historicJobLogId)