org.camunda.bpm.engine.impl.persistence.entity
Class StatisticsManager

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.AbstractManager
      extended by org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
All Implemented Interfaces:
Session

public class StatisticsManager
extends AbstractManager


Constructor Summary
StatisticsManager()
           
 
Method Summary
protected  void checkReadProcessDefinition(ActivityStatisticsQueryImpl query)
           
 long getStatisticsCountGroupedByActivity(ActivityStatisticsQueryImpl query)
           
 long getStatisticsCountGroupedByBatch(BatchStatisticsQueryImpl query)
           
 long getStatisticsCountGroupedByDeployment(DeploymentStatisticsQueryImpl query)
           
 long getStatisticsCountGroupedByProcessDefinitionVersion(ProcessDefinitionStatisticsQueryImpl query)
           
 List<ActivityStatistics> getStatisticsGroupedByActivity(ActivityStatisticsQueryImpl query, Page page)
           
 List<BatchStatistics> getStatisticsGroupedByBatch(BatchStatisticsQueryImpl query, Page page)
           
 List<DeploymentStatistics> getStatisticsGroupedByDeployment(DeploymentStatisticsQueryImpl query, Page page)
           
 List<ProcessDefinitionStatistics> getStatisticsGroupedByProcessDefinitionVersion(ProcessDefinitionStatisticsQueryImpl query, Page page)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractManager
checkAuthorization, close, configureQuery, delete, deleteAuthorizations, deleteDefaultAuthorizations, flush, getAttachmentManager, getAuthorizationManager, getBatchManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getCommandContext, getCurrentAuthentication, getDbEntityManager, getDbSqlSession, getDecisionDefinitionManager, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricBatchManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDecisionInstanceManager, getHistoricDetailManager, getHistoricIdentityLinkManager, getHistoricIncidentManager, getHistoricJobLogManager, getHistoricProcessInstanceManager, getHistoricReportManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getJobDefinitionManager, getJobManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getTenantManager, getUserOperationLogManager, getVariableInstanceManager, insert, isAuthorizationEnabled, saveDefaultAuthorizations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsManager

public StatisticsManager()
Method Detail

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)

getStatisticsGroupedByBatch

public List<BatchStatistics> getStatisticsGroupedByBatch(BatchStatisticsQueryImpl query,
                                                         Page page)

getStatisticsCountGroupedByBatch

public long getStatisticsCountGroupedByBatch(BatchStatisticsQueryImpl query)

checkReadProcessDefinition

protected void checkReadProcessDefinition(ActivityStatisticsQueryImpl query)


Copyright © 2016 camunda services GmbH. All rights reserved.