Uses of Class
org.camunda.bpm.engine.rest.dto.repository.IncidentStatisticsResultDto
-
Packages that use IncidentStatisticsResultDto Package Description org.camunda.bpm.engine.rest.dto org.camunda.bpm.engine.rest.dto.repository -
-
Uses of IncidentStatisticsResultDto in org.camunda.bpm.engine.rest.dto
Fields in org.camunda.bpm.engine.rest.dto with type parameters of type IncidentStatisticsResultDto Modifier and Type Field Description protected List<IncidentStatisticsResultDto>StatisticsResultDto. incidentsMethods in org.camunda.bpm.engine.rest.dto that return types with arguments of type IncidentStatisticsResultDto Modifier and Type Method Description List<IncidentStatisticsResultDto>StatisticsResultDto. getIncidents()Method parameters in org.camunda.bpm.engine.rest.dto with type arguments of type IncidentStatisticsResultDto Modifier and Type Method Description voidStatisticsResultDto. setIncidents(List<IncidentStatisticsResultDto> incidents) -
Uses of IncidentStatisticsResultDto in org.camunda.bpm.engine.rest.dto.repository
Methods in org.camunda.bpm.engine.rest.dto.repository that return IncidentStatisticsResultDto Modifier and Type Method Description static IncidentStatisticsResultDtoIncidentStatisticsResultDto. fromIncidentStatistics(org.camunda.bpm.engine.management.IncidentStatistics statistics)
-