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