Uses of Class
org.camunda.bpm.engine.impl.HistoricCaseActivityStatisticsQueryImpl
-
Packages that use HistoricCaseActivityStatisticsQueryImpl Package Description org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of HistoricCaseActivityStatisticsQueryImpl in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type HistoricCaseActivityStatisticsQueryImpl Modifier and Type Method Description long
HistoricStatisticsManager. getHistoricStatisticsCountGroupedByCaseActivity(HistoricCaseActivityStatisticsQueryImpl query)
List<HistoricCaseActivityStatistics>
HistoricStatisticsManager. getHistoricStatisticsGroupedByCaseActivity(HistoricCaseActivityStatisticsQueryImpl query, Page page)
-