Uses of Class
org.camunda.bpm.engine.rest.dto.StatisticsResultDto
-
-
Uses of StatisticsResultDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type StatisticsResultDto Modifier and Type Method Description List<StatisticsResultDto>
ProcessDefinitionRestService. getStatistics(Boolean includeFailedJobs, Boolean includeRootIncidents, 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 Modifier and Type Class Description 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 Modifier and Type Method Description List<StatisticsResultDto>
ProcessDefinitionRestServiceImpl. getStatistics(Boolean includeFailedJobs, Boolean includeRootIncidents, 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 Modifier and Type Method Description 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 Modifier and Type Method Description List<StatisticsResultDto>
ProcessDefinitionResourceImpl. getActivityStatistics(Boolean includeFailedJobs, Boolean includeIncidents, String includeIncidentsForType)
-