Uses of Interface
org.camunda.bpm.engine.management.IncidentStatistics
-
Packages that use IncidentStatistics Package Description org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.management Classes related to theManagementService
.org.camunda.bpm.engine.rest.dto.repository -
-
Uses of IncidentStatistics in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement IncidentStatistics Modifier and Type Class Description class
IncidentStatisticsEntity
Fields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type IncidentStatistics Modifier and Type Field Description protected 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 IncidentStatistics Modifier and Type Method Description List<IncidentStatistics>
ActivityStatisticsImpl. getIncidentStatistics()
List<IncidentStatistics>
DeploymentStatisticsEntity. getIncidentStatistics()
List<IncidentStatistics>
ProcessDefinitionStatisticsEntity. getIncidentStatistics()
Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type IncidentStatistics Modifier and Type Method Description void
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 IncidentStatistics Modifier and Type Method Description List<IncidentStatistics>
ActivityStatistics. getIncidentStatistics()
Returns a list of incident statistics.List<IncidentStatistics>
DeploymentStatistics. getIncidentStatistics()
Returns a list of incident statistics.List<IncidentStatistics>
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 IncidentStatistics Modifier and Type Method Description static IncidentStatisticsResultDto
IncidentStatisticsResultDto. fromIncidentStatistics(IncidentStatistics statistics)
-