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 java.util.List<StatisticsResultDto>
ProcessDefinitionRestService. getStatistics(java.lang.Boolean includeFailedJobs, java.lang.Boolean includeRootIncidents, java.lang.Boolean includeIncidents, java.lang.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 java.util.List<StatisticsResultDto>
ProcessDefinitionRestServiceImpl. getStatistics(java.lang.Boolean includeFailedJobs, java.lang.Boolean includeRootIncidents, java.lang.Boolean includeIncidents, java.lang.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 java.util.List<StatisticsResultDto>
ProcessDefinitionResource. getActivityStatistics(java.lang.Boolean includeFailedJobs, java.lang.Boolean includeIncidents, java.lang.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 java.util.List<StatisticsResultDto>
ProcessDefinitionResourceImpl. getActivityStatistics(java.lang.Boolean includeFailedJobs, java.lang.Boolean includeIncidents, java.lang.String includeIncidentsForType)
-