Interface ProcessDefinitionStatistics
- 
- All Superinterfaces:
- ProcessDefinition,- ResourceDefinition
 - All Known Implementing Classes:
- ProcessDefinitionStatisticsEntity
 
 public interface ProcessDefinitionStatistics extends ProcessDefinition 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetFailedJobs()The number of all failed jobs of all process instances.List<IncidentStatistics>getIncidentStatistics()Returns a list of incident statistics.intgetInstances()The number of all process instances of the process definition.- 
Methods inherited from interface org.camunda.bpm.engine.repository.ProcessDefinitiongetDescription, getVersionTag, hasStartFormKey, isStartableInTasklist, isSuspended
 - 
Methods inherited from interface org.camunda.bpm.engine.repository.ResourceDefinitiongetCategory, getDeploymentId, getDiagramResourceName, getHistoryTimeToLive, getId, getKey, getName, getResourceName, getTenantId, getVersion
 
- 
 
- 
- 
- 
Method Detail- 
getInstancesint getInstances() The number of all process instances of the process definition.
 - 
getFailedJobsint getFailedJobs() The number of all failed jobs of all process instances.
 - 
getIncidentStatisticsList<IncidentStatistics> getIncidentStatistics() Returns a list of incident statistics.
 
- 
 
-