public class ProcessDefinitionStatisticsQueryImpl extends AbstractQuery<ProcessDefinitionStatisticsQuery,ProcessDefinitionStatistics> implements ProcessDefinitionStatisticsQuery
| 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, validatorsdatabaseType, DEFAULT_ORDER_BY, firstResult, maxResults, orderBy, parameterauthDefaultPerm, authGroupIds, authUserId, isAuthorizationCheckEnabled, permissionChecks| 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, list, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, removeValidator, setCommandExecutor, setExpressions, setOrderingProperties, singleResult, validate, validategetDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setDatabaseType, setFirstResult, setMaxResults, setOrderBy, setParameteraddPermissionCheck, getAuthDefaultPerm, getAuthGroupIds, getAuthUserId, getPermissionChecks, isAuthorizationCheckEnabled, setAuthDefaultPerm, setAuthGroupIds, setAuthorizationCheckEnabled, setAuthUserId, setPermissionChecksprotected 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 © 2018. All rights reserved.