org.camunda.bpm.engine.impl.persistence.entity
Class StatisticsManager
java.lang.Object
org.camunda.bpm.engine.impl.persistence.AbstractManager
org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
- All Implemented Interfaces:
- Session
public class StatisticsManager
- extends AbstractManager
| Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractManager |
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, saveDefaultAuthorizations |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticsManager
public StatisticsManager()
getStatisticsGroupedByProcessDefinitionVersion
public List<ProcessDefinitionStatistics> getStatisticsGroupedByProcessDefinitionVersion(ProcessDefinitionStatisticsQueryImpl query,
Page page)
getStatisticsCountGroupedByProcessDefinitionVersion
public long getStatisticsCountGroupedByProcessDefinitionVersion(ProcessDefinitionStatisticsQueryImpl query)
getStatisticsGroupedByActivity
public List<ActivityStatistics> getStatisticsGroupedByActivity(ActivityStatisticsQueryImpl query,
Page page)
getStatisticsCountGroupedByActivity
public long getStatisticsCountGroupedByActivity(ActivityStatisticsQueryImpl query)
getStatisticsGroupedByDeployment
public List<DeploymentStatistics> getStatisticsGroupedByDeployment(DeploymentStatisticsQueryImpl query,
Page page)
getStatisticsCountGroupedByDeployment
public long getStatisticsCountGroupedByDeployment(DeploymentStatisticsQueryImpl query)
Copyright © 2014 camunda services GmbH. All rights reserved.