Uses of Interface
org.operaton.bpm.engine.management.ActivityStatisticsQuery
Packages that use ActivityStatisticsQuery
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
ManagementService.-
Uses of ActivityStatisticsQuery in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return ActivityStatisticsQueryModifier and TypeMethodDescriptionManagementService.createActivityStatisticsQuery(String processDefinitionId) Query for the number of activity instances aggregated by activities of a single process definition. -
Uses of ActivityStatisticsQuery in org.operaton.bpm.engine.impl
Classes in org.operaton.bpm.engine.impl that implement ActivityStatisticsQueryMethods in org.operaton.bpm.engine.impl that return ActivityStatisticsQueryModifier and TypeMethodDescriptionManagementServiceImpl.createActivityStatisticsQuery(String processDefinitionId) ActivityStatisticsQueryImpl.includeFailedJobs()ActivityStatisticsQueryImpl.includeIncidents()ActivityStatisticsQueryImpl.includeIncidentsForType(String incidentType) -
Uses of ActivityStatisticsQuery in org.operaton.bpm.engine.management
Methods in org.operaton.bpm.engine.management that return ActivityStatisticsQueryModifier and TypeMethodDescriptionActivityStatisticsQuery.includeFailedJobs()Include an aggregation of failed jobs in the result.ActivityStatisticsQuery.includeIncidents()Include an aggregation of incidents in the result.ActivityStatisticsQuery.includeIncidentsForType(String incidentType) Include an aggregation of incidents of the assigned incidentType in the result.