Uses of Interface
org.operaton.bpm.engine.management.DeploymentStatisticsQuery
Packages that use DeploymentStatisticsQuery
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 DeploymentStatisticsQuery in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return DeploymentStatisticsQueryModifier and TypeMethodDescriptionManagementService.createDeploymentStatisticsQuery()Query for the number of process instances aggregated by deployments. -
Uses of DeploymentStatisticsQuery in org.operaton.bpm.engine.impl
Classes in org.operaton.bpm.engine.impl that implement DeploymentStatisticsQueryMethods in org.operaton.bpm.engine.impl that return DeploymentStatisticsQueryModifier and TypeMethodDescriptionManagementServiceImpl.createDeploymentStatisticsQuery()DeploymentStatisticsQueryImpl.includeFailedJobs()DeploymentStatisticsQueryImpl.includeIncidents()DeploymentStatisticsQueryImpl.includeIncidentsForType(String incidentType) -
Uses of DeploymentStatisticsQuery in org.operaton.bpm.engine.management
Methods in org.operaton.bpm.engine.management that return DeploymentStatisticsQueryModifier and TypeMethodDescriptionDeploymentStatisticsQuery.includeFailedJobs()Include an aggregation of failed jobs in the result.DeploymentStatisticsQuery.includeIncidents()Include an aggregation of incidents in the result.DeploymentStatisticsQuery.includeIncidentsForType(String incidentType) Include an aggregation of incidents of the assigned incidentType in the result.