org.camunda.bpm.engine.management
Interface ProcessDefinitionStatistics

All Superinterfaces:
ProcessDefinition
All Known Implementing Classes:
ProcessDefinitionStatisticsEntity

public interface ProcessDefinitionStatistics
extends ProcessDefinition


Method Summary
 int getFailedJobs()
          The number of all failed jobs of all process instances.
 List<IncidentStatistics> getIncidentStatistics()
          Returns a list of incident statistics.
 int getInstances()
          The number of all process instances of the process definition.
 
Methods inherited from interface org.camunda.bpm.engine.repository.ProcessDefinition
getCategory, getDeploymentId, getDescription, getDiagramResourceName, getId, getKey, getName, getResourceName, getVersion, hasStartFormKey, isSuspended
 

Method Detail

getInstances

int getInstances()
The number of all process instances of the process definition.


getFailedJobs

int getFailedJobs()
The number of all failed jobs of all process instances.


getIncidentStatistics

List<IncidentStatistics> getIncidentStatistics()
Returns a list of incident statistics.



Copyright © 2015 camunda services GmbH. All rights reserved.