|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Report
Describes basic methods for creating a report.
| Method Summary | |
|---|---|
List<DurationReportResult> |
duration(PeriodUnit periodUnit)
Executes the duration report query and returns a list of DurationReportResults. |
| Method Detail |
|---|
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.
DurationReportResults
AuthorizationException - If the user has no Permissions.READ_HISTORY permission
on any Resources.PROCESS_DEFINITION.
NotValidException - When the given period unit is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||