public class HistoricCaseActivityStatisticsQueryImpl extends AbstractQuery<HistoricCaseActivityStatisticsQuery,HistoricCaseActivityStatistics> implements HistoricCaseActivityStatisticsQuery
AbstractQuery.ResultType| Modifier and Type | Field and Description | 
|---|---|
| protected String | caseDefinitionId | 
commandExecutor, expressions, maxResultsLimitEnabled, resultType, SORTORDER_ASC, SORTORDER_DESC, validatorsauthCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck| Constructor and Description | 
|---|
| HistoricCaseActivityStatisticsQueryImpl(String caseDefinitionId,
                                       CommandExecutor commandExecutor) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | checkQueryOk() | 
| long | executeCount(CommandContext commandContext) | 
| List<HistoricCaseActivityStatistics> | executeList(CommandContext commandContext,
           Page page)Executes the actual query to retrieve the list of results. | 
| String | getCaseDefinitionId() | 
addExpression, addValidator, asc, checkMaxResultsLimit, count, desc, direction, disableMaxResultsLimit, enableMaxResultsLimit, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteIdsList, evaluateExpressionsAndExecuteList, execute, executeIdsList, executeResult, executeSingleResult, extend, getExpressions, getMethod, hasExcludingConditions, list, listIds, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, removeValidator, setCommandExecutor, setExpressions, singleResult, unboundedResultList, validate, validategetAuthCheck, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getOrderingProperties, getParameter, getTenantCheck, setAuthCheck, setDatabaseType, setFirstResult, setMaxResults, setOrderingProperties, setParameter, setTenantCheckprotected String caseDefinitionId
public HistoricCaseActivityStatisticsQueryImpl(String caseDefinitionId, CommandExecutor commandExecutor)
public long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<HistoricCaseActivityStatisticsQuery,HistoricCaseActivityStatistics>public List<HistoricCaseActivityStatistics> executeList(CommandContext commandContext, Page page)
AbstractQueryexecuteList in class AbstractQuery<HistoricCaseActivityStatisticsQuery,HistoricCaseActivityStatistics>page - used if the results must be paged. If null, no paging will be applied.protected void checkQueryOk()
checkQueryOk in class AbstractQuery<HistoricCaseActivityStatisticsQuery,HistoricCaseActivityStatistics>public String getCaseDefinitionId()
Copyright © 2019. All rights reserved.