Uses of Interface
org.operaton.bpm.engine.history.HistoricJobLog
Packages that use HistoricJobLog
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricJobLog in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return types with arguments of type HistoricJobLogModifier and TypeMethodDescriptionHistoricJobLogQueryImpl.executeList(CommandContext commandContext, Page page) -
Uses of HistoricJobLog in org.operaton.bpm.engine.impl.persistence.entity
Classes in org.operaton.bpm.engine.impl.persistence.entity that implement HistoricJobLogMethods in org.operaton.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricJobLogModifier and TypeMethodDescriptionHistoricJobLogManager.findHistoricJobLogsByDeploymentId(String deploymentId) HistoricJobLogManager.findHistoricJobLogsByQueryCriteria(HistoricJobLogQueryImpl query, Page page) -
Uses of HistoricJobLog in org.operaton.bpm.engine.rest.dto.history
Methods in org.operaton.bpm.engine.rest.dto.history with parameters of type HistoricJobLogModifier and TypeMethodDescriptionstatic HistoricJobLogDtoHistoricJobLogDto.fromHistoricJobLog(HistoricJobLog historicJobLog) -
Uses of HistoricJobLog in org.operaton.bpm.engine.test.api.runtime
Methods in org.operaton.bpm.engine.test.api.runtime that return types with arguments of type HistoricJobLogModifier and TypeMethodDescriptionBatchHelper.getHistoricBatchJobLog(Batch batch) BatchHelper.getHistoricMonitorJobLog(Batch batch) BatchHelper.getHistoricMonitorJobLog(Batch batch, Job monitorJob) BatchHelper.getHistoricSeedJobLog(Batch batch)