Uses of Class
org.camunda.community.rest.client.dto.ActivityStatisticsResultDto
Packages that use ActivityStatisticsResultDto
-
Uses of ActivityStatisticsResultDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return types with arguments of type ActivityStatisticsResultDtoModifier and TypeMethodDescriptionProcessDefinitionApi.getActivityStatistics(String id, Boolean failedJobs, Boolean incidents, String incidentsForType) Get Activity Instance Statistics Retrieves runtime statistics of a given process definition, grouped by activities.ProcessDefinitionApi.getActivityStatistics(String id, Boolean failedJobs, Boolean incidents, String incidentsForType, Map<String, String> additionalHeaders) Get Activity Instance Statistics Retrieves runtime statistics of a given process definition, grouped by activities.ProcessDefinitionApi.getActivityStatisticsByProcessDefinitionKey(String key, Boolean failedJobs, Boolean incidents, String incidentsForType) Get Activity Instance Statistics Retrieves runtime statistics of the latest version of the given process definition which belongs to no tenant, grouped by activities.ProcessDefinitionApi.getActivityStatisticsByProcessDefinitionKey(String key, Boolean failedJobs, Boolean incidents, String incidentsForType, Map<String, String> additionalHeaders) Get Activity Instance Statistics Retrieves runtime statistics of the latest version of the given process definition which belongs to no tenant, grouped by activities.ProcessDefinitionApi.getActivityStatisticsByProcessDefinitionKeyAndTenantId(String key, String tenantId, Boolean failedJobs, Boolean incidents, String incidentsForType) Get Activity Instance Statistics Retrieves runtime statistics of the latest version of the given process definition for a tenant, grouped by activities.ProcessDefinitionApi.getActivityStatisticsByProcessDefinitionKeyAndTenantId(String key, String tenantId, Boolean failedJobs, Boolean incidents, String incidentsForType, Map<String, String> additionalHeaders) Get Activity Instance Statistics Retrieves runtime statistics of the latest version of the given process definition for a tenant, grouped by activities. -
Uses of ActivityStatisticsResultDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return ActivityStatisticsResultDtoModifier and TypeMethodDescriptionActivityStatisticsResultDto.addIncidentsItem(IncidentStatisticsResultDto incidentsItem) ActivityStatisticsResultDto.failedJobs(Integer failedJobs) ActivityStatisticsResultDto.incidents(List<IncidentStatisticsResultDto> incidents)