Uses of Interface
org.camunda.bpm.engine.history.DurationReportResult
-
Packages that use DurationReportResult Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.query Classes related to the querying entities in the engine.org.camunda.bpm.engine.rest.dto.history -
-
Uses of DurationReportResult in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type DurationReportResult Modifier and Type Method Description List<DurationReportResult>
HistoricProcessInstanceReportImpl. duration(PeriodUnit periodUnit)
List<DurationReportResult>
HistoricTaskInstanceReportImpl. duration(PeriodUnit periodUnit)
List<DurationReportResult>
HistoricProcessInstanceReportImpl.ExecuteDurationReportCmd. execute(CommandContext commandContext)
List<DurationReportResult>
HistoricTaskInstanceReportImpl.ExecuteDurationCmd. execute(CommandContext commandContext)
protected List<DurationReportResult>
HistoricTaskInstanceReportImpl. executeDuration(CommandContext commandContext)
List<DurationReportResult>
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 DurationReportResult Modifier and Type Class Description class
DurationReportResultEntity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type DurationReportResult Modifier and Type Method Description List<DurationReportResult>
TaskReportManager. createHistoricTaskDurationReport(HistoricTaskInstanceReportImpl query)
List<DurationReportResult>
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 DurationReportResult Modifier and Type Method Description List<DurationReportResult>
Report. 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 DurationReportResult Modifier and Type Method Description static DurationReportResultDto
DurationReportResultDto. fromDurationReportResult(DurationReportResult durationReport)
-