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 voidAuthorizationManager. configureBatchStatisticsQuery(BatchStatisticsQueryImpl query)protected voidStatisticsManager. configureQuery(BatchStatisticsQueryImpl batchQuery)longStatisticsManager. getStatisticsCountGroupedByBatch(BatchStatisticsQueryImpl query)List<BatchStatistics>StatisticsManager. getStatisticsGroupedByBatch(BatchStatisticsQueryImpl query, Page page) 
 -