public interface Report
| Modifier and Type | Method and Description | 
|---|---|
List<DurationReportResult> | 
duration(PeriodUnit periodUnit)
Executes the duration report query and returns a list of
  
DurationReportResults. | 
List<DurationReportResult> duration(PeriodUnit periodUnit)
Executes the duration report query and returns a list of
 DurationReportResults.
Be aware that the resulting report must be interpreted by the caller itself.
periodUnit - A period unit to define
          the granularity of the report.DurationReportResultsAuthorizationException - If the user has no Permissions.READ_HISTORY permission
          on any Resources.PROCESS_DEFINITION.NotValidException - When the given period unit is null.Copyright © 2017. All rights reserved.