Uses of Class
org.camunda.community.rest.client.dto.ProcessDefinitionStatisticsResultDto
Packages that use ProcessDefinitionStatisticsResultDto
-
Uses of ProcessDefinitionStatisticsResultDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return types with arguments of type ProcessDefinitionStatisticsResultDtoModifier and TypeMethodDescriptionProcessDefinitionApi.getProcessDefinitionStatistics(Boolean failedJobs, Boolean incidents, String incidentsForType, Boolean rootIncidents) Get Process Instance Statistics Retrieves runtime statistics of the process engine, grouped by process definitions.ProcessDefinitionApi.getProcessDefinitionStatistics(Boolean failedJobs, Boolean incidents, String incidentsForType, Boolean rootIncidents, Map<String, String> additionalHeaders) Get Process Instance Statistics Retrieves runtime statistics of the process engine, grouped by process definitions. -
Uses of ProcessDefinitionStatisticsResultDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return ProcessDefinitionStatisticsResultDtoModifier and TypeMethodDescriptionProcessDefinitionStatisticsResultDto.addIncidentsItem(IncidentStatisticsResultDto incidentsItem) ProcessDefinitionStatisticsResultDto.definition(ProcessDefinitionDto definition) ProcessDefinitionStatisticsResultDto.failedJobs(Integer failedJobs) ProcessDefinitionStatisticsResultDto.incidents(List<IncidentStatisticsResultDto> incidents)