Uses of Interface
org.camunda.bpm.engine.history.ReportResult
-
Uses of ReportResult in org.camunda.bpm.engine.history
Modifier and TypeInterfaceDescriptioninterface
Represents a report result about duration of completed instances for a given period. -
Uses of ReportResult in org.camunda.bpm.engine.impl.persistence.entity
-
Uses of ReportResult in org.camunda.bpm.engine.rest.dto
Modifier and TypeMethodDescriptionList<? extends ReportResult>
AbstractReportDto.executeReport
(ProcessEngine engine) protected List<? extends ReportResult>
AbstractReportDto.executeReportQuery
(T report) -
Uses of ReportResult in org.camunda.bpm.engine.rest.dto.converter
Modifier and TypeMethodDescriptionprotected static String
ReportResultToCsvConverter.convertDurationReportResult
(List<ReportResult> reports) static String
ReportResultToCsvConverter.convertReportResult
(List<ReportResult> reports, String reportType) -
Uses of ReportResult in org.camunda.bpm.engine.rest.dto.history
Modifier and TypeMethodDescriptionstatic ReportResultDto
ReportResultDto.fromReportResult
(ReportResult reportResult) -
Uses of ReportResult in org.camunda.bpm.engine.rest.impl.history
Modifier and TypeMethodDescriptionprotected List<ReportResult>
HistoricProcessInstanceRestServiceImpl.queryHistoricProcessInstanceReport
(jakarta.ws.rs.core.UriInfo uriInfo) Modifier and TypeMethodDescriptionprotected List<ReportResultDto>
HistoricTaskInstanceRestServiceImpl.generateDurationDto
(List<? extends ReportResult> results)