org.camunda.bpm.engine.management
Interface ProcessDefinitionStatisticsQuery

All Superinterfaces:
Query<ProcessDefinitionStatisticsQuery,ProcessDefinitionStatistics>
All Known Implementing Classes:
ProcessDefinitionStatisticsQueryImpl

public interface ProcessDefinitionStatisticsQuery
extends Query<ProcessDefinitionStatisticsQuery,ProcessDefinitionStatistics>


Method Summary
 ProcessDefinitionStatisticsQuery includeFailedJobs()
          Include an aggregation of failed jobs in the result.
 ProcessDefinitionStatisticsQuery includeIncidents()
          Include an aggregation of incidents in the result.
 ProcessDefinitionStatisticsQuery includeIncidentsForType(String incidentType)
          Include an aggregation of incidents of the assigned incidentType in the result.
 ProcessDefinitionStatisticsQuery includeRootIncidents()
          Include an aggregation of root incidents only
 
Methods inherited from interface org.camunda.bpm.engine.query.Query
asc, count, desc, list, listPage, singleResult
 

Method Detail

includeFailedJobs

ProcessDefinitionStatisticsQuery includeFailedJobs()
Include an aggregation of failed jobs in the result.


includeIncidents

ProcessDefinitionStatisticsQuery includeIncidents()
Include an aggregation of incidents in the result.


includeRootIncidents

ProcessDefinitionStatisticsQuery includeRootIncidents()
Include an aggregation of root incidents only


includeIncidentsForType

ProcessDefinitionStatisticsQuery includeIncidentsForType(String incidentType)
Include an aggregation of incidents of the assigned incidentType in the result.



Copyright © 2018 camunda services GmbH. All rights reserved.