Uses of Interface
org.camunda.bpm.engine.history.DurationReportResult
Packages that use DurationReportResult
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
Classes related to the querying entities in the engine.
-
Uses of DurationReportResult in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type DurationReportResultModifier and TypeMethodDescriptionHistoricProcessInstanceReportImpl.duration
(PeriodUnit periodUnit) HistoricTaskInstanceReportImpl.duration
(PeriodUnit periodUnit) HistoricProcessInstanceReportImpl.ExecuteDurationReportCmd.execute
(CommandContext commandContext) HistoricTaskInstanceReportImpl.ExecuteDurationCmd.execute
(CommandContext commandContext) protected List<DurationReportResult>
HistoricTaskInstanceReportImpl.executeDuration
(CommandContext commandContext) HistoricProcessInstanceReportImpl.executeDurationReport
(CommandContext commandContext) -
Uses of DurationReportResult in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement DurationReportResultMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type DurationReportResultModifier and TypeMethodDescriptionTaskReportManager.createHistoricTaskDurationReport
(HistoricTaskInstanceReportImpl query) ReportManager.selectHistoricProcessInstanceDurationReport
(HistoricProcessInstanceReportImpl query) -
Uses of DurationReportResult in org.camunda.bpm.engine.query
Methods in org.camunda.bpm.engine.query that return types with arguments of type DurationReportResultModifier and TypeMethodDescriptionReport.duration
(PeriodUnit periodUnit) Executes the duration report query and returns a list ofDurationReportResult
s. -
Uses of DurationReportResult in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type DurationReportResultModifier and TypeMethodDescriptionstatic DurationReportResultDto
DurationReportResultDto.fromDurationReportResult
(DurationReportResult durationReport)