Uses of Interface
org.camunda.bpm.engine.history.DurationReportResult

Packages that use DurationReportResult
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. 
 

Uses of DurationReportResult in org.camunda.bpm.engine.impl
 

Methods in org.camunda.bpm.engine.impl that return types with arguments of type DurationReportResult
 List<DurationReportResult> AbstractReport.duration(PeriodUnit periodUnit)
           
 List<DurationReportResult> AbstractReport.executeDuration(CommandContext commandContext)
           
 List<DurationReportResult> HistoricProcessInstanceReportImpl.executeDurationReport(CommandContext commandContext)
           
abstract  List<DurationReportResult> AbstractReport.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
 class DurationReportResultEntity
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type DurationReportResult
 List<DurationReportResult> ReportManager.createHistoricProcessInstanceDurationReport(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
 List<DurationReportResult> Report.duration(PeriodUnit periodUnit)
          Executes the duration report query and returns a list of DurationReportResults.
 



Copyright © 2016 camunda services GmbH. All rights reserved.