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.
 
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.


includeIncidentsForType

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



Copyright © 2016 camunda services GmbH. All rights reserved.