Uses of Class
org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
-
Packages that use DeploymentStatisticsQueryImpl Package Description org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of DeploymentStatisticsQueryImpl in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type DeploymentStatisticsQueryImpl Modifier and Type Method Description void
AuthorizationManager. configureDeploymentStatisticsQuery(DeploymentStatisticsQueryImpl query)
protected void
StatisticsManager. configureQuery(DeploymentStatisticsQueryImpl query)
long
StatisticsManager. getStatisticsCountGroupedByDeployment(DeploymentStatisticsQueryImpl query)
List<DeploymentStatistics>
StatisticsManager. getStatisticsGroupedByDeployment(DeploymentStatisticsQueryImpl query, Page page)
-