Uses of Interface
org.camunda.bpm.engine.management.IncidentStatistics
-
Uses of IncidentStatistics in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeFieldDescriptionprotected List<IncidentStatistics>
ActivityStatisticsImpl.incidentStatistics
protected List<IncidentStatistics>
DeploymentStatisticsEntity.incidentStatistics
protected List<IncidentStatistics>
ProcessDefinitionStatisticsEntity.incidentStatistics
Modifier and TypeMethodDescriptionActivityStatisticsImpl.getIncidentStatistics()
DeploymentStatisticsEntity.getIncidentStatistics()
ProcessDefinitionStatisticsEntity.getIncidentStatistics()
Modifier and TypeMethodDescriptionvoid
ActivityStatisticsImpl.setIncidentStatistics
(List<IncidentStatistics> incidentStatistics) void
DeploymentStatisticsEntity.setIncidentStatistics
(List<IncidentStatistics> incidentStatistics) void
ProcessDefinitionStatisticsEntity.setIncidentStatistics
(List<IncidentStatistics> incidentStatistics) -
Uses of IncidentStatistics in org.camunda.bpm.engine.management
Modifier and TypeMethodDescriptionActivityStatistics.getIncidentStatistics()
Returns a list of incident statistics.DeploymentStatistics.getIncidentStatistics()
Returns a list of incident statistics.ProcessDefinitionStatistics.getIncidentStatistics()
Returns a list of incident statistics. -
Uses of IncidentStatistics in org.camunda.bpm.engine.rest.dto.repository
Modifier and TypeMethodDescriptionstatic IncidentStatisticsResultDto
IncidentStatisticsResultDto.fromIncidentStatistics
(IncidentStatistics statistics)