Package | Description |
---|---|
org.camunda.bpm.engine.history |
Classes related to the
HistoryService . |
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
DurationReportResult
Represents a report result about duration of completed instances for a given period.
|
Modifier and Type | Class and Description |
---|---|
class |
DurationReportResultEntity |
class |
ReportResultEntity |
Modifier and Type | Method and Description |
---|---|
List<? extends ReportResult> |
AbstractReportDto.executeReport(ProcessEngine engine) |
protected List<? extends ReportResult> |
AbstractReportDto.executeReportQuery(T report) |
Modifier and Type | Method and Description |
---|---|
protected static String |
ReportResultToCsvConverter.convertDurationReportResult(List<ReportResult> reports) |
static String |
ReportResultToCsvConverter.convertReportResult(List<ReportResult> reports,
String reportType) |
Modifier and Type | Method and Description |
---|---|
static ReportResultDto |
ReportResultDto.fromReportResult(ReportResult reportResult) |
Modifier and Type | Method and Description |
---|---|
protected List<ReportResult> |
HistoricProcessInstanceRestServiceImpl.queryHistoricProcessInstanceReport(javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
protected List<ReportResultDto> |
HistoricTaskInstanceRestServiceImpl.generateDurationDto(List<? extends ReportResult> results) |
Copyright © 2022. All rights reserved.