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

Packages that use HistoricTaskInstanceReportResultDto
org.camunda.bpm.engine.rest.dto.history   
org.camunda.bpm.engine.rest.history   
org.camunda.bpm.engine.rest.impl.history   
 

Uses of HistoricTaskInstanceReportResultDto in org.camunda.bpm.engine.rest.dto.history
 

Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricTaskInstanceReportResultDto
static HistoricTaskInstanceReportResultDto HistoricTaskInstanceReportResultDto.fromHistoricTaskInstanceReportResult(HistoricTaskInstanceReportResult taskReportResult)
           
 

Uses of HistoricTaskInstanceReportResultDto in org.camunda.bpm.engine.rest.history
 

Methods in org.camunda.bpm.engine.rest.history that return types with arguments of type HistoricTaskInstanceReportResultDto
 List<HistoricTaskInstanceReportResultDto> HistoricTaskInstanceReportService.getTaskReportResults(javax.ws.rs.core.UriInfo uriInfo)
          creates a historic task instance report
 

Uses of HistoricTaskInstanceReportResultDto in org.camunda.bpm.engine.rest.impl.history
 

Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type HistoricTaskInstanceReportResultDto
protected  List<HistoricTaskInstanceReportResultDto> HistoricTaskInstanceRestServiceImpl.generateCountDto(List<HistoricTaskInstanceReportResult> results)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.