Package org.camunda.bpm.engine.impl
Class HistoricCaseActivityStatisticsQueryImpl
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.db.ListQueryParameterObject
- 
- org.camunda.bpm.engine.impl.AbstractQuery<HistoricCaseActivityStatisticsQuery,HistoricCaseActivityStatistics>
- 
- org.camunda.bpm.engine.impl.HistoricCaseActivityStatisticsQueryImpl
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- HistoricCaseActivityStatisticsQuery,- Command<java.lang.Object>,- Query<HistoricCaseActivityStatisticsQuery,HistoricCaseActivityStatistics>
 
 public class HistoricCaseActivityStatisticsQueryImpl extends AbstractQuery<HistoricCaseActivityStatisticsQuery,HistoricCaseActivityStatistics> implements HistoricCaseActivityStatisticsQuery - Author:
- smirnov
- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.AbstractQueryAbstractQuery.ResultType
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringcaseDefinitionId- 
Fields inherited from class org.camunda.bpm.engine.impl.AbstractQuerycommandExecutor, expressions, maxResultsLimitEnabled, resultType, SORTORDER_ASC, SORTORDER_DESC, validators
 - 
Fields inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObjectauthCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck
 
- 
 - 
Constructor SummaryConstructors Constructor Description HistoricCaseActivityStatisticsQueryImpl(java.lang.String caseDefinitionId, CommandExecutor commandExecutor)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckQueryOk()longexecuteCount(CommandContext commandContext)java.util.List<HistoricCaseActivityStatistics>executeList(CommandContext commandContext, Page page)Executes the actual query to retrieve the list of results.java.lang.StringgetCaseDefinitionId()- 
Methods inherited from class org.camunda.bpm.engine.impl.AbstractQueryaddExpression, addValidator, asc, checkMaxResultsLimit, count, desc, direction, disableMaxResultsLimit, enableMaxResultsLimit, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteDeploymentIdMappingsList, evaluateExpressionsAndExecuteIdsList, evaluateExpressionsAndExecuteList, execute, executeDeploymentIdMappingsList, executeIdsList, executeResult, executeSingleResult, extend, getExpressions, getMethod, hasExcludingConditions, list, listDeploymentIdMappings, listIds, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, removeValidator, setCommandExecutor, setExpressions, singleResult, unlimitedList, validate, validate
 - 
Methods inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObjectgetAuthCheck, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getOrderingProperties, getParameter, getTenantCheck, setAuthCheck, setDatabaseType, setFirstResult, setMaxResults, setOrderingProperties, setParameter, setTenantCheck
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandisRetryable
 - 
Methods inherited from interface org.camunda.bpm.engine.query.Queryasc, count, desc, list, listPage, singleResult, unlimitedList
 
- 
 
- 
- 
- 
Constructor Detail- 
HistoricCaseActivityStatisticsQueryImplpublic HistoricCaseActivityStatisticsQueryImpl(java.lang.String caseDefinitionId, CommandExecutor commandExecutor)
 
- 
 - 
Method Detail- 
executeCountpublic long executeCount(CommandContext commandContext) - Specified by:
- executeCountin class- AbstractQuery<HistoricCaseActivityStatisticsQuery,HistoricCaseActivityStatistics>
 
 - 
executeListpublic java.util.List<HistoricCaseActivityStatistics> executeList(CommandContext commandContext, Page page) Description copied from class:AbstractQueryExecutes the actual query to retrieve the list of results.- Specified by:
- executeListin class- AbstractQuery<HistoricCaseActivityStatisticsQuery,HistoricCaseActivityStatistics>
- page- used if the results must be paged. If null, no paging will be applied.
 
 - 
checkQueryOkprotected void checkQueryOk() - Overrides:
- checkQueryOkin class- AbstractQuery<HistoricCaseActivityStatisticsQuery,HistoricCaseActivityStatistics>
 
 - 
getCaseDefinitionIdpublic java.lang.String getCaseDefinitionId() 
 
- 
 
-