Uses of Interface
org.camunda.bpm.engine.management.IncidentStatistics
Packages that use IncidentStatistics
-
Uses of IncidentStatistics in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement IncidentStatisticsFields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type IncidentStatisticsModifier and TypeFieldDescriptionprotected List<IncidentStatistics>
ActivityStatisticsImpl.incidentStatistics
protected List<IncidentStatistics>
DeploymentStatisticsEntity.incidentStatistics
protected List<IncidentStatistics>
ProcessDefinitionStatisticsEntity.incidentStatistics
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type IncidentStatisticsModifier and TypeMethodDescriptionActivityStatisticsImpl.getIncidentStatistics()
DeploymentStatisticsEntity.getIncidentStatistics()
ProcessDefinitionStatisticsEntity.getIncidentStatistics()
Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type IncidentStatisticsModifier 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
Methods in org.camunda.bpm.engine.management that return types with arguments of type IncidentStatisticsModifier 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
Methods in org.camunda.bpm.engine.rest.dto.repository with parameters of type IncidentStatisticsModifier and TypeMethodDescriptionstatic IncidentStatisticsResultDto
IncidentStatisticsResultDto.fromIncidentStatistics
(IncidentStatistics statistics)