public class StatisticsManager extends AbstractManager
Constructor and Description |
---|
StatisticsManager() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkReadProcessDefinition(ActivityStatisticsQueryImpl query) |
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, deleteDefaultAuthorizations, flush, getAttachmentManager, getAuthorizationManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getCommandContext, getCurrentAuthentication, getDbEntityManager, getDbSqlSession, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDetailManager, getHistoricIncidentManager, getHistoricJobLogManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getJobDefinitionManager, getJobManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getUserOperationLogManager, getVariableInstanceManager, insert, isAuthorizationEnabled, saveDefaultAuthorizations
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)
protected void checkReadProcessDefinition(ActivityStatisticsQueryImpl query)
Copyright © 2018. All rights reserved.