Uses of Class
org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentStatisticsDto
-
Packages that use IncidentStatisticsDto Package Description org.camunda.bpm.cockpit.impl.plugin.base.dto -
-
Uses of IncidentStatisticsDto in org.camunda.bpm.cockpit.impl.plugin.base.dto
Fields in org.camunda.bpm.cockpit.impl.plugin.base.dto with type parameters of type IncidentStatisticsDto Modifier and Type Field Description protected List<IncidentStatisticsDto>CalledProcessInstanceDto. incidentsprotected List<IncidentStatisticsDto>ProcessInstanceDto. incidentsMethods in org.camunda.bpm.cockpit.impl.plugin.base.dto that return types with arguments of type IncidentStatisticsDto Modifier and Type Method Description List<IncidentStatisticsDto>CalledProcessInstanceDto. getIncidents()List<IncidentStatisticsDto>ProcessInstanceDto. getIncidents()Method parameters in org.camunda.bpm.cockpit.impl.plugin.base.dto with type arguments of type IncidentStatisticsDto Modifier and Type Method Description voidCalledProcessInstanceDto. setIncidents(List<IncidentStatisticsDto> incidents)voidProcessInstanceDto. setIncidents(List<IncidentStatisticsDto> incidents)
-