Uses of Class
org.camunda.bpm.engine.rest.dto.StatisticsResultDto

Packages that use StatisticsResultDto
org.camunda.bpm.engine.rest   
org.camunda.bpm.engine.rest.dto.repository   
org.camunda.bpm.engine.rest.impl   
org.camunda.bpm.engine.rest.sub.repository   
org.camunda.bpm.engine.rest.sub.repository.impl   
 

Uses of StatisticsResultDto in org.camunda.bpm.engine.rest
 

Methods in org.camunda.bpm.engine.rest that return types with arguments of type StatisticsResultDto
 List<StatisticsResultDto> ProcessDefinitionRestService.getStatistics(Boolean includeFailedJobs, Boolean includeIncidents, String includeIncidentsForType)
           
 

Uses of StatisticsResultDto in org.camunda.bpm.engine.rest.dto.repository
 

Subclasses of StatisticsResultDto in org.camunda.bpm.engine.rest.dto.repository
 class ActivityStatisticsResultDto
           
 class ProcessDefinitionStatisticsResultDto
           
 

Uses of StatisticsResultDto in org.camunda.bpm.engine.rest.impl
 

Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type StatisticsResultDto
 List<StatisticsResultDto> ProcessDefinitionRestServiceImpl.getStatistics(Boolean includeFailedJobs, Boolean includeIncidents, String includeIncidentsForType)
           
 

Uses of StatisticsResultDto in org.camunda.bpm.engine.rest.sub.repository
 

Methods in org.camunda.bpm.engine.rest.sub.repository that return types with arguments of type StatisticsResultDto
 List<StatisticsResultDto> ProcessDefinitionResource.getActivityStatistics(Boolean includeFailedJobs, Boolean includeIncidents, String includeIncidentsForType)
           
 

Uses of StatisticsResultDto in org.camunda.bpm.engine.rest.sub.repository.impl
 

Methods in org.camunda.bpm.engine.rest.sub.repository.impl that return types with arguments of type StatisticsResultDto
 List<StatisticsResultDto> ProcessDefinitionResourceImpl.getActivityStatistics(Boolean includeFailedJobs, Boolean includeIncidents, String includeIncidentsForType)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.