Uses of Class
org.camunda.community.rest.client.dto.HistoricTaskInstanceReportResultDto
Packages that use HistoricTaskInstanceReportResultDto
-
Uses of HistoricTaskInstanceReportResultDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return types with arguments of type HistoricTaskInstanceReportResultDtoModifier and TypeMethodDescriptionHistoricTaskInstanceApi.getHistoricTaskInstanceReport(String reportType, String periodUnit, OffsetDateTime completedBefore, OffsetDateTime completedAfter, String groupBy) Get Task Report (Historic) Retrieves a report of completed tasks.HistoricTaskInstanceApi.getHistoricTaskInstanceReport(String reportType, String periodUnit, OffsetDateTime completedBefore, OffsetDateTime completedAfter, String groupBy, Map<String, String> additionalHeaders) Get Task Report (Historic) Retrieves a report of completed tasks. -
Uses of HistoricTaskInstanceReportResultDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return HistoricTaskInstanceReportResultDtoModifier and TypeMethodDescriptionHistoricTaskInstanceReportResultDto.periodUnit(HistoricTaskInstanceReportResultDto.PeriodUnitEnum periodUnit) HistoricTaskInstanceReportResultDto.processDefinitionId(String processDefinitionId) HistoricTaskInstanceReportResultDto.processDefinitionKey(String processDefinitionKey) HistoricTaskInstanceReportResultDto.processDefinitionName(String processDefinitionName)