Uses of Class
org.camunda.bpm.engine.rest.dto.StatisticsResultDto
Packages that use StatisticsResultDto
Package
Description
-
Uses of StatisticsResultDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type StatisticsResultDtoModifier and TypeMethodDescriptionProcessDefinitionRestService.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.repositoryModifier and TypeClassDescriptionclass
class
-
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 StatisticsResultDtoModifier and TypeMethodDescriptionProcessDefinitionRestServiceImpl.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 StatisticsResultDtoModifier and TypeMethodDescriptionProcessDefinitionResource.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 StatisticsResultDtoModifier and TypeMethodDescriptionProcessDefinitionResourceImpl.getActivityStatistics
(Boolean includeFailedJobs, Boolean includeIncidents, String includeIncidentsForType)