Uses of Class
org.camunda.bpm.engine.rest.dto.history.ReportResultDto

Packages that use ReportResultDto
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
 class DurationReportResultDto
           
 

Methods in org.camunda.bpm.engine.rest.dto.history that return ReportResultDto
static ReportResultDto ReportResultDto.fromReportResult(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
 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
protected  List<ReportResultDto> HistoricTaskInstanceRestServiceImpl.generateDurationDto(List<? extends ReportResult> results)
           
protected  List<ReportResultDto> HistoricProcessInstanceRestServiceImpl.getReportResultAsJson(javax.ws.rs.core.UriInfo uriInfo)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.