Uses of Class
org.camunda.bpm.engine.rest.dto.history.ReportResultDto
-
Packages that use ReportResultDto Package Description org.camunda.bpm.engine.rest.dto.history org.camunda.bpm.engine.rest.history org.camunda.bpm.engine.rest.impl.history -
-
Uses of ReportResultDto in org.camunda.bpm.engine.rest.dto.history
Subclasses of ReportResultDto in org.camunda.bpm.engine.rest.dto.history Modifier and Type Class Description classDurationReportResultDtoMethods in org.camunda.bpm.engine.rest.dto.history that return ReportResultDto Modifier and Type Method Description static ReportResultDtoReportResultDto. fromReportResult(org.camunda.bpm.engine.history.ReportResult reportResult) -
Uses of ReportResultDto in org.camunda.bpm.engine.rest.history
Methods in org.camunda.bpm.engine.rest.history that return types with arguments of type ReportResultDto Modifier and Type Method Description List<ReportResultDto>HistoricTaskInstanceReportService. getTaskDurationReportResults(javax.ws.rs.core.UriInfo uriInfo)creates a historic task instance duration report. -
Uses of ReportResultDto in org.camunda.bpm.engine.rest.impl.history
Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type ReportResultDto Modifier and Type Method Description protected List<ReportResultDto>HistoricTaskInstanceRestServiceImpl. generateDurationDto(List<? extends org.camunda.bpm.engine.history.ReportResult> results)protected List<ReportResultDto>HistoricProcessInstanceRestServiceImpl. getReportResultAsJson(javax.ws.rs.core.UriInfo uriInfo)
-