Uses of Interface
org.camunda.bpm.engine.management.IncidentStatistics

Packages that use IncidentStatistics
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.management Classes related to the ManagementService
 

Uses of IncidentStatistics in org.camunda.bpm.engine.impl.persistence.entity
 

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement IncidentStatistics
 class IncidentStatisticsEntity
           
 

Fields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type IncidentStatistics
protected  List<IncidentStatistics> DeploymentStatisticsEntity.incidentStatistics
           
protected  List<IncidentStatistics> ActivityStatisticsImpl.incidentStatistics
           
protected  List<IncidentStatistics> ProcessDefinitionStatisticsEntity.incidentStatistics
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type IncidentStatistics
 List<IncidentStatistics> DeploymentStatisticsEntity.getIncidentStatistics()
           
 List<IncidentStatistics> ActivityStatisticsImpl.getIncidentStatistics()
           
 List<IncidentStatistics> ProcessDefinitionStatisticsEntity.getIncidentStatistics()
           
 

Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type IncidentStatistics
 void DeploymentStatisticsEntity.setIncidentStatistics(List<IncidentStatistics> incidentStatistics)
           
 void ActivityStatisticsImpl.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
 List<IncidentStatistics> DeploymentStatistics.getIncidentStatistics()
          Returns a list of incident statistics.
 List<IncidentStatistics> ProcessDefinitionStatistics.getIncidentStatistics()
          Returns a list of incident statistics.
 List<IncidentStatistics> ActivityStatistics.getIncidentStatistics()
          Returns a list of incident statistics.
 



Copyright © 2016 camunda services GmbH. All rights reserved.