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 java.util.List<IncidentStatisticsDto>
CalledProcessInstanceDto. incidents
protected java.util.List<IncidentStatisticsDto>
ProcessInstanceDto. incidents
Methods in org.camunda.bpm.cockpit.impl.plugin.base.dto that return types with arguments of type IncidentStatisticsDto Modifier and Type Method Description java.util.List<IncidentStatisticsDto>
CalledProcessInstanceDto. getIncidents()
java.util.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 void
CalledProcessInstanceDto. setIncidents(java.util.List<IncidentStatisticsDto> incidents)
void
ProcessInstanceDto. setIncidents(java.util.List<IncidentStatisticsDto> incidents)
-