Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
List<DurationReportResultDto> |
HistoricProcessInstanceApi.getHistoricProcessInstanceDurationReport(String reportType,
String periodUnit,
String processDefinitionIdIn,
String processDefinitionKeyIn,
Date startedBefore,
Date startedAfter)
Get Duration Report
Retrieves a report about the duration of completed process instances, grouped by a period.
|
ApiResponse<List<DurationReportResultDto>> |
HistoricProcessInstanceApi.getHistoricProcessInstanceDurationReportWithHttpInfo(String reportType,
String periodUnit,
String processDefinitionIdIn,
String processDefinitionKeyIn,
Date startedBefore,
Date startedAfter)
Get Duration Report
Retrieves a report about the duration of completed process instances, grouped by a period.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
HistoricProcessInstanceApi.getHistoricProcessInstanceDurationReportAsync(String reportType,
String periodUnit,
String processDefinitionIdIn,
String processDefinitionKeyIn,
Date startedBefore,
Date startedAfter,
ApiCallback<List<DurationReportResultDto>> _callback)
Get Duration Report (asynchronously)
Retrieves a report about the duration of completed process instances, grouped by a period.
|
Modifier and Type | Method and Description |
---|---|
DurationReportResultDto |
DurationReportResultDto.average(Long average) |
DurationReportResultDto |
DurationReportResultDto.maximum(Long maximum) |
DurationReportResultDto |
DurationReportResultDto.minimum(Long minimum) |
DurationReportResultDto |
DurationReportResultDto.period(Integer period) |
DurationReportResultDto |
DurationReportResultDto.periodUnit(DurationReportResultDto.PeriodUnitEnum periodUnit) |
Copyright © 2022. All rights reserved.