Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogEventEntity
-
-
Uses of HistoricJobLogEventEntity in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoricJobLogEventEntity Modifier and Type Method Description voidCommandChecker. 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 Modifier and Type Method Description voidAuthorizationCommandChecker. 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 Modifier and Type Method Description voidTenantCommandChecker. 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 Modifier and Type Method Description protected HistoricJobLogEventEntityDefaultHistoryEventProducer. newHistoricJobLogEntity(Job job)Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type HistoricJobLogEventEntity Modifier and Type Method Description protected voidDefaultHistoryEventProducer. 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 Modifier and Type Method Description HistoricJobLogEventEntityHistoricJobLogManager. findHistoricJobLogById(String historicJobLogId)
-