Uses of Class
org.camunda.bpm.engine.impl.batch.BatchStatisticsQueryImpl
-
Packages that use BatchStatisticsQueryImpl Package Description org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of BatchStatisticsQueryImpl in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type BatchStatisticsQueryImpl Modifier and Type Method Description void
AuthorizationManager. configureBatchStatisticsQuery(BatchStatisticsQueryImpl query)
protected void
StatisticsManager. configureQuery(BatchStatisticsQueryImpl batchQuery)
long
StatisticsManager. getStatisticsCountGroupedByBatch(BatchStatisticsQueryImpl query)
List<BatchStatistics>
StatisticsManager. getStatisticsGroupedByBatch(BatchStatisticsQueryImpl query, Page page)
-