Uses of Interface
org.camunda.bpm.engine.history.ReportResult
-
Packages that use ReportResult Package Description org.camunda.bpm.engine.history Classes related to theHistoryService
.org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.rest.dto org.camunda.bpm.engine.rest.dto.converter org.camunda.bpm.engine.rest.dto.history org.camunda.bpm.engine.rest.impl.history -
-
Uses of ReportResult in org.camunda.bpm.engine.history
Subinterfaces of ReportResult in org.camunda.bpm.engine.history Modifier and Type Interface Description interface
DurationReportResult
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 Modifier and Type Class Description class
DurationReportResultEntity
class
ReportResultEntity
-
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 ReportResult Modifier and Type Method Description List<? 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 ReportResult Modifier and Type Method Description protected 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 ReportResult Modifier and Type Method Description static 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 ReportResult Modifier and Type Method Description protected List<ReportResult>
HistoricProcessInstanceRestServiceImpl. queryHistoricProcessInstanceReport(javax.ws.rs.core.UriInfo uriInfo)
Method parameters in org.camunda.bpm.engine.rest.impl.history with type arguments of type ReportResult Modifier and Type Method Description protected List<ReportResultDto>
HistoricTaskInstanceRestServiceImpl. generateDurationDto(List<? extends ReportResult> results)
-