Uses of Class
org.camunda.community.rest.client.dto.DurationReportResultDto
Packages that use DurationReportResultDto
-
Uses of DurationReportResultDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return types with arguments of type DurationReportResultDtoModifier and TypeMethodDescriptionHistoricProcessInstanceApi.getHistoricProcessInstanceDurationReport(String reportType, String periodUnit, String processDefinitionIdIn, String processDefinitionKeyIn, OffsetDateTime startedBefore, OffsetDateTime startedAfter) Get Duration Report Retrieves a report about the duration of completed process instances, grouped by a period.HistoricProcessInstanceApi.getHistoricProcessInstanceDurationReport(String reportType, String periodUnit, String processDefinitionIdIn, String processDefinitionKeyIn, OffsetDateTime startedBefore, OffsetDateTime startedAfter, Map<String, String> additionalHeaders) Get Duration Report Retrieves a report about the duration of completed process instances, grouped by a period. -
Uses of DurationReportResultDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return DurationReportResultDtoModifier and TypeMethodDescriptionDurationReportResultDto.periodUnit(DurationReportResultDto.PeriodUnitEnum periodUnit)