Uses of Interface
org.camunda.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.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricJobLogModifier and TypeMethodDescriptionHistoricJobLogQueryImpl.executeList
(CommandContext commandContext, Page page) -
Uses of HistoricJobLog in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricJobLogMethods in org.camunda.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.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricJobLogModifier and TypeMethodDescriptionstatic HistoricJobLogDto
HistoricJobLogDto.fromHistoricJobLog
(HistoricJobLog historicJobLog)