Package org.cibseven.bpm.engine.impl
Class HistoricActivityStatisticsPostQueryImpl
java.lang.Object
org.cibseven.bpm.engine.impl.db.ListQueryParameterObject
org.cibseven.bpm.engine.impl.AbstractQuery<HistoricActivityStatisticsPostQuery,HistoricActivityStatistics>
org.cibseven.bpm.engine.impl.HistoricActivityStatisticsPostQueryImpl
- All Implemented Interfaces:
Serializable,HistoricActivityStatisticsPostQuery,Command<Object>,Query<HistoricActivityStatisticsPostQuery,HistoricActivityStatistics>
public class HistoricActivityStatisticsPostQueryImpl
extends AbstractQuery<HistoricActivityStatisticsPostQuery,HistoricActivityStatistics>
implements HistoricActivityStatisticsPostQuery
Extended implementation for historic activity statistics query with support for
additional process instance filters.
- Author:
- CIBSeven
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cibseven.bpm.engine.impl.AbstractQuery
AbstractQuery.ResultType -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected String[]protected String[]protected Stringprotected String[]protected Stringprotected Stringprotected booleanprotected Dateprotected Dateprotected String[]protected Dateprotected Dateprotected booleanprotected Dateprotected Dateprotected Dateprotected Dateprotected booleanprotected Dateprotected Dateprotected String[]protected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected Stringprotected Stringprotected String[]protected Stringprotected Stringprotected Stringprotected String[]protected List<HistoricActivityStatisticsPostQueryImpl>protected Map<String,Set<QueryVariableValue>> protected Stringprotected Dateprotected Dateprotected Dateprotected Dateprotected Dateprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected String[]protected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanFields inherited from class org.cibseven.bpm.engine.impl.AbstractQuery
commandExecutor, expressions, maxResultsLimitEnabled, resultType, SORTORDER_ASC, SORTORDER_DESC, validatorsFields inherited from class org.cibseven.bpm.engine.impl.db.ListQueryParameterObject
authCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck -
Constructor Summary
ConstructorsConstructorDescriptionHistoricActivityStatisticsPostQueryImpl(String processDefinitionId) HistoricActivityStatisticsPostQueryImpl(String processDefinitionId, CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionactive()Select active activitiesactiveActivityIdIn(String... activeActivityIds) Select historic activities with any of the given active activity IDsactivityIdIn(String... activityIds) Select historic activities with any of the given activity IDsvoidprotected voidprotected voidaddVariable(String name, Object value, QueryOperator operator, boolean processInstanceScope) businessKey(String businessKey) Select historic activities of process instances with the given business keybusinessKeyIn(String... businessKeys) Select historic activities of process instances with any of the given business keysbusinessKeyLike(String businessKeyLike) Select historic activities of process instances with a business key matching the given patterncaseInstanceId(String caseInstanceId) Select historic activities of the given case instance IDprotected voidSelect completed activitiesprotected voidlongexecuteCount(CommandContext commandContext) executedActivityAfter(Date date) Only select historic activities executed after the given date.executedActivityBefore(Date date) Only select historic activities executed before the given date.executedActivityIdIn(String... executedActivityIds) Select historic activities with any of the given executed activity IDsexecutedJobAfter(Date date) Only select historic activities with jobs executed after the given date.executedJobBefore(Date date) Only select historic activities with jobs executed before the given date.executeList(CommandContext commandContext, Page page) Executes the actual query to retrieve the list of results.Select externally terminated activitiesfinished()Select finished process instancesfinishedAfter(Date date) Only select historic activities of process instances that were finished after the given date.finishedBefore(Date date) Only select historic activities of process instances that were finished before the given date.String[]String[]String[]String[]String[]Deprecated.String[]String[]String[]String[]getState()String[]incidentIdIn(String... incidentIds) Select process instances with any of the given incident IDsincidentMessage(String incidentMessage) Select process instances with incidents with the given messageincidentMessageLike(String incidentMessageLike) Select process instances with incidents with a message matching the given patternincidentStatus(String incidentStatus) Select process instances with incidents of the given statusincidentType(String incidentType) Select process instances with incidents of the given typeInclude an aggregation of canceled instances in the result.Include an aggregation of instances, which complete a scope (ie.Include an aggregation of finished instances in the result.Include an aggregation of the incidents in the result.Select internally terminated activitiesbooleanisActive()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanMatch variable names and values in case sensitive mannerMatch variable values in case insensitive mannerOrder by Activity ID (needs to be followed byQuery.asc()orQuery.desc())processDefinitionKey(String processDefinitionKey) Select historic activities of process definitions with the given keyprocessDefinitionKeyIn(String... processDefinitionKeys) Select historic activities of process definitions with any of the given keysprocessDefinitionKeyNotIn(List<String> processDefinitionKeys) Select historic activities of process definitions without the given keysprocessDefinitionName(String processDefinitionName) Select historic activities of process definitions with the given nameprocessDefinitionNameLike(String processDefinitionNameLike) Select historic activities of process definitions with a name matching the given patternprocessInstanceId(String processInstanceId) Select historic activities of process instances with the given IDprocessInstanceIdIn(String... processInstanceIds) processInstanceIdNotIn(String... processInstanceIds) Select historic activities of process instances without the given IDsprocessInstanceIds(Set<String> processInstanceIds) Select historic activities of process instances with any of the given IDsrootProcessInstanceId(String rootProcessInstanceId) Select historic activities of root process instances with the given IDOnly select root process instancesvoidvoidsetProcessDefinitionId(String processDefinitionId) startedAfter(Date date) Only select historic activities of process instances that were started after the given date.startedBefore(Date date) Only select historic activities of process instances that were started before the given date.Select historic activities started by the given usersubCaseInstanceId(String subCaseInstanceId) Select historic activities of case instances with the given sub case instance IDsubProcessInstanceId(String subProcessInstanceId) Select historic activities of process instances with the given sub process instance IDsuperCaseInstanceId(String superCaseInstanceId) Select historic activities of case instances with the given super case instance IDsuperProcessInstanceId(String superProcessInstanceId) Select historic activities of process instances with the given super process instance IDSelect suspended activitiestenantIdIn(String... tenantIds) Select historic activities with any of the given tenant IDsSelect unfinished process instancesvariableValueEquals(String variableName, Object variableValue) Select process instances that have a variable with the given namevariableValueGreaterThan(String variableName, Object variableValue) Select process instances that have a variable with the given name and value greater than the given valuevariableValueGreaterThanOrEqual(String variableName, Object variableValue) Select process instances that have a variable with the given name and value greater than or equal the given valuevariableValueLessThan(String variableName, Object variableValue) Select process instances that have a variable with the given name and value less than the given valuevariableValueLessThanOrEqual(String variableName, Object variableValue) Select process instances that have a variable with the given name and value less than or equal the given valuevariableValueLike(String variableName, String variableValue) Select process instances that have a variable with the given name and value like the given valuevariableValueNotEquals(String variableName, Object variableValue) Select process instances that have a variable with the given name and value not equal the given valueSelect process instances with incidentsSelect process instances with jobs in retry stateSelect historic activities without a tenantSelect process instances with root incidentsMethods inherited from class org.cibseven.bpm.engine.impl.AbstractQuery
addExpression, 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, validateMethods inherited from class org.cibseven.bpm.engine.impl.db.ListQueryParameterObject
getAuthCheck, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getOrderingProperties, getParameter, getTenantCheck, setAuthCheck, setDatabaseType, setFirstResult, setMaxResults, setOrderingProperties, setParameter, setTenantCheckMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cibseven.bpm.engine.query.Query
asc, count, desc, list, listPage, singleResult, unlimitedList
-
Field Details
-
processDefinitionId
-
includeFinished
protected boolean includeFinished -
includeCanceled
protected boolean includeCanceled -
includeCompleteScope
protected boolean includeCompleteScope -
includeIncidents
protected boolean includeIncidents -
processInstanceId
-
processInstanceIds
-
processInstanceIdNotIn
-
rootProcessInstanceId
-
processDefinitionKey
-
processDefinitionKeys
-
processDefinitionKeyNotIn
-
processDefinitionName
-
processDefinitionNameLike
-
businessKey
-
businessKeyIn
-
businessKeyLike
-
finished
protected boolean finished -
unfinished
protected boolean unfinished -
withJobsRetrying
protected boolean withJobsRetrying -
withIncidents
protected boolean withIncidents -
withRootIncidents
protected boolean withRootIncidents -
incidentType
-
incidentStatus
-
incidentMessage
-
incidentMessageLike
-
incidentIds
-
startedBefore
-
startedAfter
-
finishedBefore
-
finishedAfter
-
executedActivityAfter
-
executedActivityBefore
-
executedJobAfter
-
executedJobBefore
-
startedBy
-
isRootProcessInstances
protected boolean isRootProcessInstances -
superProcessInstanceId
-
subProcessInstanceId
-
superCaseInstanceId
-
subCaseInstanceId
-
caseInstanceId
-
tenantIds
-
isTenantIdSet
protected boolean isTenantIdSet -
executedActivityIds
-
activeActivityIds
-
activityIds
-
active
protected boolean active -
suspended
protected boolean suspended -
completed
protected boolean completed -
externallyTerminated
protected boolean externallyTerminated -
internallyTerminated
protected boolean internallyTerminated -
variableNamesIgnoreCase
protected boolean variableNamesIgnoreCase -
variableValuesIgnoreCase
protected boolean variableValuesIgnoreCase -
queryVariableNameToValuesMap
-
queries
-
isOrQueryActive
protected boolean isOrQueryActive -
state
-
startDateBy
-
startDateOn
-
finishDateBy
-
finishDateOn
-
startDateOnBegin
-
startDateOnEnd
-
finishDateOnBegin
-
finishDateOnEnd
-
-
Constructor Details
-
HistoricActivityStatisticsPostQueryImpl
-
HistoricActivityStatisticsPostQueryImpl
public HistoricActivityStatisticsPostQueryImpl(String processDefinitionId, CommandExecutor commandExecutor)
-
-
Method Details
-
includeFinished
Description copied from interface:HistoricActivityStatisticsPostQueryInclude an aggregation of finished instances in the result.- Specified by:
includeFinishedin interfaceHistoricActivityStatisticsPostQuery
-
includeCanceled
Description copied from interface:HistoricActivityStatisticsPostQueryInclude an aggregation of canceled instances in the result.- Specified by:
includeCanceledin interfaceHistoricActivityStatisticsPostQuery
-
includeCompleteScope
Description copied from interface:HistoricActivityStatisticsPostQueryInclude an aggregation of instances, which complete a scope (ie. in bpmn manner: an activity which consumed a token and did not produced a new one), in the result.- Specified by:
includeCompleteScopein interfaceHistoricActivityStatisticsPostQuery
-
includeIncidents
Description copied from interface:HistoricActivityStatisticsPostQueryInclude an aggregation of the incidents in the result.- Specified by:
includeIncidentsin interfaceHistoricActivityStatisticsPostQuery
-
processInstanceId
Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities of process instances with the given ID- Specified by:
processInstanceIdin interfaceHistoricActivityStatisticsPostQuery
-
processInstanceIds
Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities of process instances with any of the given IDs- Specified by:
processInstanceIdsin interfaceHistoricActivityStatisticsPostQuery
-
processInstanceIdIn
-
processInstanceIdNotIn
Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities of process instances without the given IDs- Specified by:
processInstanceIdNotInin interfaceHistoricActivityStatisticsPostQuery
-
rootProcessInstanceId
Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities of root process instances with the given ID- Specified by:
rootProcessInstanceIdin interfaceHistoricActivityStatisticsPostQuery
-
rootProcessInstances
Description copied from interface:HistoricActivityStatisticsPostQueryOnly select root process instances- Specified by:
rootProcessInstancesin interfaceHistoricActivityStatisticsPostQuery
-
processDefinitionKey
Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities of process definitions with the given key- Specified by:
processDefinitionKeyin interfaceHistoricActivityStatisticsPostQuery
-
processDefinitionKeyIn
public HistoricActivityStatisticsPostQueryImpl processDefinitionKeyIn(String... processDefinitionKeys) Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities of process definitions with any of the given keys- Specified by:
processDefinitionKeyInin interfaceHistoricActivityStatisticsPostQuery
-
processDefinitionKeyNotIn
public HistoricActivityStatisticsPostQueryImpl processDefinitionKeyNotIn(List<String> processDefinitionKeys) Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities of process definitions without the given keys- Specified by:
processDefinitionKeyNotInin interfaceHistoricActivityStatisticsPostQuery
-
processDefinitionName
Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities of process definitions with the given name- Specified by:
processDefinitionNamein interfaceHistoricActivityStatisticsPostQuery
-
processDefinitionNameLike
public HistoricActivityStatisticsPostQueryImpl processDefinitionNameLike(String processDefinitionNameLike) Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities of process definitions with a name matching the given pattern- Specified by:
processDefinitionNameLikein interfaceHistoricActivityStatisticsPostQuery
-
businessKey
Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities of process instances with the given business key- Specified by:
businessKeyin interfaceHistoricActivityStatisticsPostQuery
-
businessKeyIn
Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities of process instances with any of the given business keys- Specified by:
businessKeyInin interfaceHistoricActivityStatisticsPostQuery
-
businessKeyLike
Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities of process instances with a business key matching the given pattern- Specified by:
businessKeyLikein interfaceHistoricActivityStatisticsPostQuery
-
finished
Description copied from interface:HistoricActivityStatisticsPostQuerySelect finished process instances- Specified by:
finishedin interfaceHistoricActivityStatisticsPostQuery
-
unfinished
Description copied from interface:HistoricActivityStatisticsPostQuerySelect unfinished process instances- Specified by:
unfinishedin interfaceHistoricActivityStatisticsPostQuery
-
withJobsRetrying
Description copied from interface:HistoricActivityStatisticsPostQuerySelect process instances with jobs in retry state- Specified by:
withJobsRetryingin interfaceHistoricActivityStatisticsPostQuery
-
withIncidents
Description copied from interface:HistoricActivityStatisticsPostQuerySelect process instances with incidents- Specified by:
withIncidentsin interfaceHistoricActivityStatisticsPostQuery
-
withRootIncidents
Description copied from interface:HistoricActivityStatisticsPostQuerySelect process instances with root incidents- Specified by:
withRootIncidentsin interfaceHistoricActivityStatisticsPostQuery
-
incidentType
Description copied from interface:HistoricActivityStatisticsPostQuerySelect process instances with incidents of the given type- Specified by:
incidentTypein interfaceHistoricActivityStatisticsPostQuery
-
incidentStatus
Description copied from interface:HistoricActivityStatisticsPostQuerySelect process instances with incidents of the given status- Specified by:
incidentStatusin interfaceHistoricActivityStatisticsPostQuery
-
incidentMessage
Description copied from interface:HistoricActivityStatisticsPostQuerySelect process instances with incidents with the given message- Specified by:
incidentMessagein interfaceHistoricActivityStatisticsPostQuery
-
incidentMessageLike
Description copied from interface:HistoricActivityStatisticsPostQuerySelect process instances with incidents with a message matching the given pattern- Specified by:
incidentMessageLikein interfaceHistoricActivityStatisticsPostQuery
-
incidentIdIn
Description copied from interface:HistoricActivityStatisticsPostQuerySelect process instances with any of the given incident IDs- Specified by:
incidentIdInin interfaceHistoricActivityStatisticsPostQuery
-
startedBefore
Description copied from interface:HistoricActivityStatisticsPostQueryOnly select historic activities of process instances that were started before the given date.- Specified by:
startedBeforein interfaceHistoricActivityStatisticsPostQuery
-
startedAfter
Description copied from interface:HistoricActivityStatisticsPostQueryOnly select historic activities of process instances that were started after the given date.- Specified by:
startedAfterin interfaceHistoricActivityStatisticsPostQuery
-
finishedBefore
Description copied from interface:HistoricActivityStatisticsPostQueryOnly select historic activities of process instances that were finished before the given date.- Specified by:
finishedBeforein interfaceHistoricActivityStatisticsPostQuery
-
finishedAfter
Description copied from interface:HistoricActivityStatisticsPostQueryOnly select historic activities of process instances that were finished after the given date.- Specified by:
finishedAfterin interfaceHistoricActivityStatisticsPostQuery
-
executedActivityAfter
Description copied from interface:HistoricActivityStatisticsPostQueryOnly select historic activities executed after the given date.- Specified by:
executedActivityAfterin interfaceHistoricActivityStatisticsPostQuery
-
executedActivityBefore
Description copied from interface:HistoricActivityStatisticsPostQueryOnly select historic activities executed before the given date.- Specified by:
executedActivityBeforein interfaceHistoricActivityStatisticsPostQuery
-
executedJobAfter
Description copied from interface:HistoricActivityStatisticsPostQueryOnly select historic activities with jobs executed after the given date.- Specified by:
executedJobAfterin interfaceHistoricActivityStatisticsPostQuery
-
executedJobBefore
Description copied from interface:HistoricActivityStatisticsPostQueryOnly select historic activities with jobs executed before the given date.- Specified by:
executedJobBeforein interfaceHistoricActivityStatisticsPostQuery
-
startedBy
Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities started by the given user- Specified by:
startedByin interfaceHistoricActivityStatisticsPostQuery
-
superProcessInstanceId
public HistoricActivityStatisticsPostQueryImpl superProcessInstanceId(String superProcessInstanceId) Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities of process instances with the given super process instance ID- Specified by:
superProcessInstanceIdin interfaceHistoricActivityStatisticsPostQuery
-
subProcessInstanceId
Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities of process instances with the given sub process instance ID- Specified by:
subProcessInstanceIdin interfaceHistoricActivityStatisticsPostQuery
-
superCaseInstanceId
Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities of case instances with the given super case instance ID- Specified by:
superCaseInstanceIdin interfaceHistoricActivityStatisticsPostQuery
-
subCaseInstanceId
Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities of case instances with the given sub case instance ID- Specified by:
subCaseInstanceIdin interfaceHistoricActivityStatisticsPostQuery
-
caseInstanceId
Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities of the given case instance ID- Specified by:
caseInstanceIdin interfaceHistoricActivityStatisticsPostQuery
-
tenantIdIn
Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities with any of the given tenant IDs- Specified by:
tenantIdInin interfaceHistoricActivityStatisticsPostQuery
-
withoutTenantId
Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities without a tenant- Specified by:
withoutTenantIdin interfaceHistoricActivityStatisticsPostQuery
-
executedActivityIdIn
Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities with any of the given executed activity IDs- Specified by:
executedActivityIdInin interfaceHistoricActivityStatisticsPostQuery
-
activeActivityIdIn
Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities with any of the given active activity IDs- Specified by:
activeActivityIdInin interfaceHistoricActivityStatisticsPostQuery
-
activityIdIn
Description copied from interface:HistoricActivityStatisticsPostQuerySelect historic activities with any of the given activity IDs- Specified by:
activityIdInin interfaceHistoricActivityStatisticsPostQuery
-
active
Description copied from interface:HistoricActivityStatisticsPostQuerySelect active activities- Specified by:
activein interfaceHistoricActivityStatisticsPostQuery
-
suspended
Description copied from interface:HistoricActivityStatisticsPostQuerySelect suspended activities- Specified by:
suspendedin interfaceHistoricActivityStatisticsPostQuery
-
completed
Description copied from interface:HistoricActivityStatisticsPostQuerySelect completed activities- Specified by:
completedin interfaceHistoricActivityStatisticsPostQuery
-
externallyTerminated
Description copied from interface:HistoricActivityStatisticsPostQuerySelect externally terminated activities- Specified by:
externallyTerminatedin interfaceHistoricActivityStatisticsPostQuery
-
internallyTerminated
Description copied from interface:HistoricActivityStatisticsPostQuerySelect internally terminated activities- Specified by:
internallyTerminatedin interfaceHistoricActivityStatisticsPostQuery
-
variableValueEquals
public HistoricActivityStatisticsPostQueryImpl variableValueEquals(String variableName, Object variableValue) Description copied from interface:HistoricActivityStatisticsPostQuerySelect process instances that have a variable with the given name- Specified by:
variableValueEqualsin interfaceHistoricActivityStatisticsPostQuery
-
variableValueGreaterThan
public HistoricActivityStatisticsPostQueryImpl variableValueGreaterThan(String variableName, Object variableValue) Description copied from interface:HistoricActivityStatisticsPostQuerySelect process instances that have a variable with the given name and value greater than the given value- Specified by:
variableValueGreaterThanin interfaceHistoricActivityStatisticsPostQuery
-
variableValueGreaterThanOrEqual
public HistoricActivityStatisticsPostQueryImpl variableValueGreaterThanOrEqual(String variableName, Object variableValue) Description copied from interface:HistoricActivityStatisticsPostQuerySelect process instances that have a variable with the given name and value greater than or equal the given value- Specified by:
variableValueGreaterThanOrEqualin interfaceHistoricActivityStatisticsPostQuery
-
variableValueLessThan
public HistoricActivityStatisticsPostQueryImpl variableValueLessThan(String variableName, Object variableValue) Description copied from interface:HistoricActivityStatisticsPostQuerySelect process instances that have a variable with the given name and value less than the given value- Specified by:
variableValueLessThanin interfaceHistoricActivityStatisticsPostQuery
-
variableValueLessThanOrEqual
public HistoricActivityStatisticsPostQueryImpl variableValueLessThanOrEqual(String variableName, Object variableValue) Description copied from interface:HistoricActivityStatisticsPostQuerySelect process instances that have a variable with the given name and value less than or equal the given value- Specified by:
variableValueLessThanOrEqualin interfaceHistoricActivityStatisticsPostQuery
-
variableValueNotEquals
public HistoricActivityStatisticsPostQueryImpl variableValueNotEquals(String variableName, Object variableValue) Description copied from interface:HistoricActivityStatisticsPostQuerySelect process instances that have a variable with the given name and value not equal the given value- Specified by:
variableValueNotEqualsin interfaceHistoricActivityStatisticsPostQuery
-
variableValueLike
public HistoricActivityStatisticsPostQueryImpl variableValueLike(String variableName, String variableValue) Description copied from interface:HistoricActivityStatisticsPostQuerySelect process instances that have a variable with the given name and value like the given value- Specified by:
variableValueLikein interfaceHistoricActivityStatisticsPostQuery
-
addState
-
matchVariableNamesIgnoreCase
Description copied from interface:HistoricActivityStatisticsPostQueryMatch variable names and values in case sensitive manner- Specified by:
matchVariableNamesIgnoreCasein interfaceHistoricActivityStatisticsPostQuery
-
matchVariableValuesIgnoreCase
Description copied from interface:HistoricActivityStatisticsPostQueryMatch variable values in case insensitive manner- Specified by:
matchVariableValuesIgnoreCasein interfaceHistoricActivityStatisticsPostQuery
-
addVariable
protected void addVariable(String name, Object value, QueryOperator operator, boolean processInstanceScope) -
getQueryVariableValues
-
getQueryVariableNameToValuesMap
-
setIsOrQueryActive
public void setIsOrQueryActive() -
addOrQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<HistoricActivityStatisticsPostQuery,HistoricActivityStatistics>
-
executeList
Description copied from class:AbstractQueryExecutes the actual query to retrieve the list of results.- Specified by:
executeListin classAbstractQuery<HistoricActivityStatisticsPostQuery,HistoricActivityStatistics> page- used if the results must be paged. If null, no paging will be applied.
-
ensureVariablesInitialized
protected void ensureVariablesInitialized() -
checkQueryOk
protected void checkQueryOk()- Overrides:
checkQueryOkin classAbstractQuery<HistoricActivityStatisticsPostQuery,HistoricActivityStatistics>
-
getProcessDefinitionId
-
setProcessDefinitionId
-
isIncludeFinished
public boolean isIncludeFinished() -
isIncludeCanceled
public boolean isIncludeCanceled() -
isIncludeCompleteScope
public boolean isIncludeCompleteScope() -
isIncludeIncidents
public boolean isIncludeIncidents() -
getProcessInstanceId
-
getProcessInstanceIds
-
getProcessInstanceIdNotIn
-
getRootProcessInstanceId
-
isRootProcessInstances
public boolean isRootProcessInstances() -
getProcessDefinitionKey
-
getProcessDefinitionKeys
-
getProcessDefinitionKeyNotIn
-
getProcessDefinitionName
-
getProcessDefinitionNameLike
-
getbusinessKey
-
getBusinessKey
-
getbusinessKeyIn
-
getBusinessKeyIn
-
getbusinessKeys
Deprecated. -
getbusinessKeyLike
-
getBusinessKeyLike
-
isFinished
public boolean isFinished() -
isUnfinished
public boolean isUnfinished() -
isWithJobsRetrying
public boolean isWithJobsRetrying() -
isWithIncidents
public boolean isWithIncidents() -
isWithRootIncidents
public boolean isWithRootIncidents() -
getIncidentType
-
getIncidentStatus
-
getIncidentMessage
-
getIncidentMessageLike
-
getIncidentIds
-
getStartedBefore
-
getStartedAfter
-
getFinishedBefore
-
getFinishedAfter
-
getExecutedActivityAfter
-
getExecutedActivityBefore
-
getExecutedJobAfter
-
getExecutedJobBefore
-
getStartedBy
-
getSuperProcessInstanceId
-
getSubProcessInstanceId
-
getSuperCaseInstanceId
-
getSubCaseInstanceId
-
getCaseInstanceId
-
getState
-
getFinishDateBy
-
getStartDateBy
-
getStartDateOn
-
getStartDateOnBegin
-
getStartDateOnEnd
-
getFinishDateOn
-
getFinishDateOnBegin
-
getFinishDateOnEnd
-
getTenantIds
-
isWithoutTenantId
public boolean isWithoutTenantId() -
isTenantIdSet
public boolean isTenantIdSet() -
getExecutedActivityIds
-
getActiveActivityIds
-
getActivityIds
-
isActive
public boolean isActive() -
isSuspended
public boolean isSuspended() -
isCompleted
public boolean isCompleted() -
isExternallyTerminated
public boolean isExternallyTerminated() -
isInternallyTerminated
public boolean isInternallyTerminated() -
isVariableNamesIgnoreCase
public boolean isVariableNamesIgnoreCase() -
isVariableValuesIgnoreCase
public boolean isVariableValuesIgnoreCase() -
getQueries
-
isOrQueryActive
public boolean isOrQueryActive() -
orderByActivityId
Description copied from interface:HistoricActivityStatisticsPostQueryOrder by Activity ID (needs to be followed byQuery.asc()orQuery.desc())- Specified by:
orderByActivityIdin interfaceHistoricActivityStatisticsPostQuery
-