public class StatisticsManager extends AbstractManager
Constructor and Description |
---|
StatisticsManager() |
Modifier and Type | Method and Description |
---|---|
long |
getStatisticsCountGroupedByActivity(ActivityStatisticsQueryImpl query) |
long |
getStatisticsCountGroupedByDeployment(DeploymentStatisticsQueryImpl query) |
long |
getStatisticsCountGroupedByProcessDefinitionVersion(ProcessDefinitionStatisticsQueryImpl query) |
List<ActivityStatistics> |
getStatisticsGroupedByActivity(ActivityStatisticsQueryImpl query,
Page page) |
List<DeploymentStatistics> |
getStatisticsGroupedByDeployment(DeploymentStatisticsQueryImpl query,
Page page) |
List<ProcessDefinitionStatistics> |
getStatisticsGroupedByProcessDefinitionVersion(ProcessDefinitionStatisticsQueryImpl query,
Page page) |
close, delete, flush, getAttachmentManager, getByteArrayManager, getDbSqlSession, getDeploymentManager, getHistoricActivityInstanceManager, getHistoricDetailManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceManager, getSession, getTaskManager, getVariableInstanceManager, insert
public List<ProcessDefinitionStatistics> getStatisticsGroupedByProcessDefinitionVersion(ProcessDefinitionStatisticsQueryImpl query, Page page)
public long getStatisticsCountGroupedByProcessDefinitionVersion(ProcessDefinitionStatisticsQueryImpl query)
public List<ActivityStatistics> getStatisticsGroupedByActivity(ActivityStatisticsQueryImpl query, Page page)
public long getStatisticsCountGroupedByActivity(ActivityStatisticsQueryImpl query)
public List<DeploymentStatistics> getStatisticsGroupedByDeployment(DeploymentStatisticsQueryImpl query, Page page)
public long getStatisticsCountGroupedByDeployment(DeploymentStatisticsQueryImpl query)
Copyright © 2015. All rights reserved.