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

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

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

Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricActivityStatisticsDto
static HistoricActivityStatisticsDto HistoricActivityStatisticsDto.fromHistoricActivityStatistics(HistoricActivityStatistics statistics)
           
 

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

Methods in org.camunda.bpm.engine.rest.history that return types with arguments of type HistoricActivityStatisticsDto
 List<HistoricActivityStatisticsDto> HistoricActivityStatisticsRestService.getHistoricActivityStatistics(String processDefinitionId, Boolean includeCanceled, Boolean includeFinished, Boolean includeCompleteScope, String sortBy, String sortOrder)
           
 

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

Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type HistoricActivityStatisticsDto
 List<HistoricActivityStatisticsDto> HistoricActivityStatisticsRestServiceImpl.getHistoricActivityStatistics(String processDefinitionId, Boolean includeCanceled, Boolean includeFinished, Boolean includeCompleteScope, String sortBy, String sortOrder)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.