public class ProcessDefinitionStatisticsQueryImpl extends AbstractQuery<ProcessDefinitionStatisticsQuery,ProcessDefinitionStatistics> implements ProcessDefinitionStatisticsQuery
AbstractQuery.ResultType| Modifier and Type | Field and Description | 
|---|---|
protected boolean | 
includeFailedJobs  | 
protected boolean | 
includeIncidents  | 
protected String | 
includeIncidentsForType  | 
protected static long | 
serialVersionUID  | 
commandExecutor, expressions, orderingProperties, resultType, SORTORDER_ASC, SORTORDER_DESC, validatorsauthCheck, databaseType, DEFAULT_ORDER_BY, firstResult, maxResults, orderBy, parameter, tenantCheck| Constructor and Description | 
|---|
ProcessDefinitionStatisticsQueryImpl(CommandExecutor commandExecutor)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
checkQueryOk()  | 
long | 
executeCount(CommandContext commandContext)  | 
List<ProcessDefinitionStatistics> | 
executeList(CommandContext commandContext,
           Page page)
Executes the actual query to retrieve the list of results. 
 | 
ProcessDefinitionStatisticsQuery | 
includeFailedJobs()
Include an aggregation of failed jobs in the result. 
 | 
ProcessDefinitionStatisticsQuery | 
includeIncidents()
Include an aggregation of incidents in the result. 
 | 
ProcessDefinitionStatisticsQuery | 
includeIncidentsForType(String incidentType)
Include an aggregation of incidents of the assigned incidentType in the result. 
 | 
boolean | 
isFailedJobsToInclude()  | 
boolean | 
isIncidentsToInclude()  | 
addExpression, addValidator, asc, count, desc, direction, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteList, execute, executeSingleResult, extend, getExpressions, getMethod, getOrderBy, getOrderingProperties, hasExcludingConditions, list, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, removeValidator, setCommandExecutor, setExpressions, setOrderingProperties, singleResult, validate, validategetAuthCheck, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, getTenantCheck, setAuthCheck, setDatabaseType, setFirstResult, setMaxResults, setOrderBy, setParameter, setTenantCheckprotected static final long serialVersionUID
protected boolean includeFailedJobs
protected boolean includeIncidents
protected String includeIncidentsForType
public ProcessDefinitionStatisticsQueryImpl(CommandExecutor commandExecutor)
public long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<ProcessDefinitionStatisticsQuery,ProcessDefinitionStatistics>public List<ProcessDefinitionStatistics> executeList(CommandContext commandContext, Page page)
AbstractQueryexecuteList in class AbstractQuery<ProcessDefinitionStatisticsQuery,ProcessDefinitionStatistics>page - used if the results must be paged. If null, no paging will be applied.public ProcessDefinitionStatisticsQuery includeFailedJobs()
ProcessDefinitionStatisticsQueryincludeFailedJobs in interface ProcessDefinitionStatisticsQuerypublic ProcessDefinitionStatisticsQuery includeIncidents()
ProcessDefinitionStatisticsQueryincludeIncidents in interface ProcessDefinitionStatisticsQuerypublic ProcessDefinitionStatisticsQuery includeIncidentsForType(String incidentType)
ProcessDefinitionStatisticsQueryincludeIncidentsForType in interface ProcessDefinitionStatisticsQuerypublic boolean isFailedJobsToInclude()
public boolean isIncidentsToInclude()
protected void checkQueryOk()
checkQueryOk in class AbstractQuery<ProcessDefinitionStatisticsQuery,ProcessDefinitionStatistics>Copyright © 2017. All rights reserved.