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) |
checkAuthorization, close, configureQuery, delete, deleteAuthorizations, flush, getAttachmentManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getDbEntityManager, getDbSqlSession, getDeploymentManager, getHistoricActivityInstanceManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDetailManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getVariableInstanceManager, insert, saveDefaultAuthorizationspublic 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 © 2018. All rights reserved.