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