Uses of Interface
org.camunda.bpm.engine.history.ReportResult
Packages that use ReportResult
-
Uses of ReportResult in org.camunda.bpm.engine.history
Subinterfaces of ReportResult in org.camunda.bpm.engine.historyModifier 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
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement ReportResult -
Uses of ReportResult in org.camunda.bpm.engine.rest.dto
Methods in org.camunda.bpm.engine.rest.dto that return types with arguments of type ReportResultModifier 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
Method parameters in org.camunda.bpm.engine.rest.dto.converter with type arguments of type ReportResultModifier 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
Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type ReportResultModifier and TypeMethodDescriptionstatic ReportResultDto
ReportResultDto.fromReportResult
(ReportResult reportResult) -
Uses of ReportResult in org.camunda.bpm.engine.rest.impl.history
Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type ReportResultModifier and TypeMethodDescriptionprotected List<ReportResult>
HistoricProcessInstanceRestServiceImpl.queryHistoricProcessInstanceReport
(jakarta.ws.rs.core.UriInfo uriInfo) Method parameters in org.camunda.bpm.engine.rest.impl.history with type arguments of type ReportResultModifier and TypeMethodDescriptionprotected List<ReportResultDto>
HistoricTaskInstanceRestServiceImpl.generateDurationDto
(List<? extends ReportResult> results)