Package org.activiti.engine.impl
Class ProcessInstanceQueryImpl
java.lang.Object
org.activiti.engine.impl.db.ListQueryParameterObject
org.activiti.engine.impl.AbstractQuery<T,U>
org.activiti.engine.impl.AbstractVariableQueryImpl<ProcessInstanceQuery,ProcessInstance>
org.activiti.engine.impl.ProcessInstanceQueryImpl
- All Implemented Interfaces:
Serializable,Command<Object>,Query<ProcessInstanceQuery,,ProcessInstance> ProcessInstanceQuery
public class ProcessInstanceQueryImpl
extends AbstractVariableQueryImpl<ProcessInstanceQuery,ProcessInstance>
implements ProcessInstanceQuery, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.activiti.engine.impl.AbstractQuery
AbstractQuery.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected ProcessInstanceQueryImplprotected Stringprotected List<EventSubscriptionQueryValue>protected booleanprotected Stringprotected booleanprotected booleanprotected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected booleanprotected booleanprotected List<ProcessInstanceQueryImpl>protected Stringprotected Stringprotected Stringprotected Stringprotected Integerprotected Integerprotected Stringprotected Dateprotected Dateprotected Stringprotected Stringprotected Stringprotected SuspensionStateprotected Stringprotected Stringprotected booleanprotected booleanprotected booleanFields inherited from class org.activiti.engine.impl.AbstractVariableQueryImpl
queryVariableValuesFields inherited from class org.activiti.engine.impl.AbstractQuery
commandContext, commandExecutor, databaseType, nullHandlingOnOrder, orderBy, orderProperty, resultType, SORTORDER_ASC, SORTORDER_DESCFields inherited from class org.activiti.engine.impl.db.ListQueryParameterObject
firstResult, maxResults, parameter -
Constructor Summary
ConstructorsConstructorDescriptionProcessInstanceQueryImpl(CommandContext commandContext) ProcessInstanceQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionactive()Only select process instances which are active, which means that neither the process instance nor the corresponding process definition are suspended.deploymentId(String deploymentId) Select the process instances which are defined by a deployment with the given id.deploymentIdIn(List<String> deploymentIds) Select the process instances which are defined by one of the given deployment idsendOr()End an OR statement.protected voidexcludeSubprocesses(boolean excludeSubprocesses) Exclude sub processes from the query result;longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext, Page page) Executes the actual query to retrieve the list of results.getName()booleanMethods needed for ibatis because of re-use of query-xml for executions.Include process variables in the process query resultinvolvedGroupsIn(List<String> involvedGroups) Select the process instances with which the given groups are involved.involvedUser(String involvedUser) Select the process instances with which the user with the given id is involved.booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanlimitProcessInstanceVariables(Integer processInstanceVariablesLimit) Limit process instance variablesLocalize process name and description to specified locale.protected voidlocalize(ProcessInstance processInstance) or()Begin an OR statement.Order by process definition id (needs to be followed byQuery.asc()orQuery.desc()).Order by process definition key (needs to be followed byQuery.asc()orQuery.desc()).Order by id (needs to be followed byQuery.asc()orQuery.desc()).Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).processDefinitionCategory(String processDefinitionCategory) Only select process instances whose process definition category is processDefinitionCategory.processDefinitionId(String processDefinitionId) Select the process instances which are defined by a process definition with the given id.processDefinitionIds(Set<String> processDefinitionIds) Select the process instances which are defined by process definitions with the given ids.processDefinitionKey(String processDefinitionKey) Select the process instances which are defined by a process definition with the given key.processDefinitionKeys(Set<String> processDefinitionKeys) Select the process instances which are defined by process definitions with the given keys.processDefinitionName(String processDefinitionName) Select process instances whose process definition name is processDefinitionNameprocessDefinitionVersion(Integer processDefinitionVersion) Only select process instances with a certain process definition version.processInstanceBusinessKey(String businessKey) Select process instances with the given business keyprocessInstanceBusinessKey(String businessKey, String processDefinitionKey) Select process instance with the given business key, unique for the given process definitionprocessInstanceId(String processInstanceId) Select the process instance with the given idprocessInstanceIds(Set<String> processInstanceIds) Select process instances whose id is in the given set of idsprocessInstanceName(String name) Only select process instances with the given name.processInstanceNameLike(String nameLike) Only select process instances with a name like the given value.processInstanceNameLikeIgnoreCase(String nameLikeIgnoreCase) Only select process instances with a name like the given value, ignoring upper/lower case.processInstanceTenantId(String tenantId) Only select process instances that have the given tenant id.processInstanceTenantIdLike(String tenantIdLike) Only select process instances with a tenant id like the given one.Only select process instances that do not have a tenant id.voidsetEventSubscriptions(List<EventSubscriptionQueryValue> eventSubscriptions) voidvoidsetNameLike(String nameLike) voidsetStartedAfter(Date startedAfter) voidsetStartedBefore(Date startedBefore) voidsetStartedBy(String startedBy) voidsetSuspensionState(SuspensionState suspensionState) startedAfter(Date afterTime) Only select process instances started after the given timestartedBefore(Date beforeTime) Only select process instances started before the given timeOnly select process instances started by the given user idsubProcessInstanceId(String subProcessInstanceId) Select the process instance that have as sub process instance the given process instance.superProcessInstanceId(String superProcessInstanceId) Select the process instances which are a sub process instance of the given super process instance.Only select process instances which are suspended, either because the process instance itself is suspended or because the corresponding process definition is suspendedvariableValueEquals(Object variableValue) Only select process instances which have at least one global variable with the given value.variableValueEquals(String variableName, Object variableValue) Only select process instances which have a global variable with the given value.variableValueEqualsIgnoreCase(String name, String value) Only select process instances which have a local string variable with the given value, case insensitive.variableValueGreaterThan(String name, Object value) Only select process instances which have a variable value greater than the passed value.variableValueGreaterThanOrEqual(String name, Object value) Only select process instances which have a global variable value greater than or equal to the passed value.variableValueLessThan(String name, Object value) Only select process instances which have a global variable value less than the passed value.variableValueLessThanOrEqual(String name, Object value) Only select process instances which have a global variable value less than or equal to the passed value.variableValueLike(String name, String value) Only select process instances which have a global variable value like the given value.variableValueLikeIgnoreCase(String name, String value) Only select process instances which have a global variable value like the given value (case insensitive).variableValueNotEquals(String variableName, Object variableValue) Only select process instances which have a global variable with the given name, but with a different value than the passed value.variableValueNotEqualsIgnoreCase(String name, String value) Only select process instances which have a local string variable which is not the given value, case insensitive.Only select process instances that failed due to an exception happening during a job execution.Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.Methods inherited from class org.activiti.engine.impl.AbstractVariableQueryImpl
addVariable, getQueryVariableValues, hasLocalQueryVariableValue, hasNonLocalQueryVariableValue, isBoolean, variableValueEquals, variableValueEquals, variableValueEqualsIgnoreCase, variableValueGreaterThan, variableValueGreaterThanOrEqual, variableValueLessThan, variableValueLessThanOrEqual, variableValueLike, variableValueLikeIgnoreCase, variableValueNotEquals, variableValueNotEqualsIgnoreCaseMethods inherited from class org.activiti.engine.impl.AbstractQuery
addOrder, asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getDatabaseType, getOrderBy, getOrderByColumns, list, listPage, orderBy, orderBy, setCommandExecutor, setDatabaseType, singleResultMethods inherited from class org.activiti.engine.impl.db.ListQueryParameterObject
getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setFirstResult, setMaxResults, setParameter
-
Field Details
-
executionId
-
businessKey
-
includeChildExecutionsWithBusinessKeyQuery
protected boolean includeChildExecutionsWithBusinessKeyQuery -
processDefinitionId
-
processDefinitionIds
-
processDefinitionCategory
-
processDefinitionName
-
processDefinitionVersion
-
processInstanceIds
-
processDefinitionKey
-
processDefinitionKeys
-
deploymentId
-
deploymentIds
-
superProcessInstanceId
-
subProcessInstanceId
-
excludeSubprocesses
protected boolean excludeSubprocesses -
involvedUser
-
suspensionState
-
includeProcessVariables
protected boolean includeProcessVariables -
processInstanceVariablesLimit
-
withJobException
protected boolean withJobException -
name
-
nameLike
-
nameLikeIgnoreCase
-
locale
-
withLocalizationFallback
protected boolean withLocalizationFallback -
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
orQueryObjects
-
currentOrQueryObject
-
inOrStatement
protected boolean inOrStatement -
startedBefore
-
startedAfter
-
startedBy
-
activityId
-
eventSubscriptions
-
onlyChildExecutions
protected boolean onlyChildExecutions -
onlyProcessInstanceExecutions
protected boolean onlyProcessInstanceExecutions -
onlySubProcessExecutions
protected boolean onlySubProcessExecutions -
rootProcessInstanceId
-
involvedGroups
-
-
Constructor Details
-
ProcessInstanceQueryImpl
public ProcessInstanceQueryImpl() -
ProcessInstanceQueryImpl
-
ProcessInstanceQueryImpl
-
-
Method Details
-
processInstanceId
Description copied from interface:ProcessInstanceQuerySelect the process instance with the given id- Specified by:
processInstanceIdin interfaceProcessInstanceQuery
-
processInstanceIds
Description copied from interface:ProcessInstanceQuerySelect process instances whose id is in the given set of ids- Specified by:
processInstanceIdsin interfaceProcessInstanceQuery
-
processInstanceBusinessKey
Description copied from interface:ProcessInstanceQuerySelect process instances with the given business key- Specified by:
processInstanceBusinessKeyin interfaceProcessInstanceQuery
-
processInstanceBusinessKey
public ProcessInstanceQuery processInstanceBusinessKey(String businessKey, String processDefinitionKey) Description copied from interface:ProcessInstanceQuerySelect process instance with the given business key, unique for the given process definition- Specified by:
processInstanceBusinessKeyin interfaceProcessInstanceQuery
-
processInstanceTenantId
Description copied from interface:ProcessInstanceQueryOnly select process instances that have the given tenant id.- Specified by:
processInstanceTenantIdin interfaceProcessInstanceQuery
-
processInstanceTenantIdLike
Description copied from interface:ProcessInstanceQueryOnly select process instances with a tenant id like the given one.- Specified by:
processInstanceTenantIdLikein interfaceProcessInstanceQuery
-
processInstanceWithoutTenantId
Description copied from interface:ProcessInstanceQueryOnly select process instances that do not have a tenant id.- Specified by:
processInstanceWithoutTenantIdin interfaceProcessInstanceQuery
-
processDefinitionCategory
Description copied from interface:ProcessInstanceQueryOnly select process instances whose process definition category is processDefinitionCategory.- Specified by:
processDefinitionCategoryin interfaceProcessInstanceQuery
-
processDefinitionName
Description copied from interface:ProcessInstanceQuerySelect process instances whose process definition name is processDefinitionName- Specified by:
processDefinitionNamein interfaceProcessInstanceQuery
-
processDefinitionVersion
Description copied from interface:ProcessInstanceQueryOnly select process instances with a certain process definition version. Particulary useful when used in combination withProcessInstanceQuery.processDefinitionKey(String)- Specified by:
processDefinitionVersionin interfaceProcessInstanceQuery
-
processDefinitionId
Description copied from interface:ProcessInstanceQuerySelect the process instances which are defined by a process definition with the given id.- Specified by:
processDefinitionIdin interfaceProcessInstanceQuery
-
processDefinitionIds
Description copied from interface:ProcessInstanceQuerySelect the process instances which are defined by process definitions with the given ids.- Specified by:
processDefinitionIdsin interfaceProcessInstanceQuery
-
processDefinitionKey
Description copied from interface:ProcessInstanceQuerySelect the process instances which are defined by a process definition with the given key.- Specified by:
processDefinitionKeyin interfaceProcessInstanceQuery
-
processDefinitionKeys
Description copied from interface:ProcessInstanceQuerySelect the process instances which are defined by process definitions with the given keys.- Specified by:
processDefinitionKeysin interfaceProcessInstanceQuery
-
deploymentId
Description copied from interface:ProcessInstanceQuerySelect the process instances which are defined by a deployment with the given id.- Specified by:
deploymentIdin interfaceProcessInstanceQuery
-
deploymentIdIn
Description copied from interface:ProcessInstanceQuerySelect the process instances which are defined by one of the given deployment ids- Specified by:
deploymentIdInin interfaceProcessInstanceQuery
-
superProcessInstanceId
Description copied from interface:ProcessInstanceQuerySelect the process instances which are a sub process instance of the given super process instance.- Specified by:
superProcessInstanceIdin interfaceProcessInstanceQuery
-
subProcessInstanceId
Description copied from interface:ProcessInstanceQuerySelect the process instance that have as sub process instance the given process instance. Note that there will always be maximum only one such process instance that can be the result of this query.- Specified by:
subProcessInstanceIdin interfaceProcessInstanceQuery
-
excludeSubprocesses
Description copied from interface:ProcessInstanceQueryExclude sub processes from the query result;- Specified by:
excludeSubprocessesin interfaceProcessInstanceQuery
-
involvedUser
Description copied from interface:ProcessInstanceQuerySelect the process instances with which the user with the given id is involved.- Specified by:
involvedUserin interfaceProcessInstanceQuery
-
active
Description copied from interface:ProcessInstanceQueryOnly select process instances which are active, which means that neither the process instance nor the corresponding process definition are suspended.- Specified by:
activein interfaceProcessInstanceQuery
-
suspended
Description copied from interface:ProcessInstanceQueryOnly select process instances which are suspended, either because the process instance itself is suspended or because the corresponding process definition is suspended- Specified by:
suspendedin interfaceProcessInstanceQuery
-
includeProcessVariables
Description copied from interface:ProcessInstanceQueryInclude process variables in the process query result- Specified by:
includeProcessVariablesin interfaceProcessInstanceQuery
-
limitProcessInstanceVariables
Description copied from interface:ProcessInstanceQueryLimit process instance variables- Specified by:
limitProcessInstanceVariablesin interfaceProcessInstanceQuery
-
getProcessInstanceVariablesLimit
-
withJobException
Description copied from interface:ProcessInstanceQueryOnly select process instances that failed due to an exception happening during a job execution.- Specified by:
withJobExceptionin interfaceProcessInstanceQuery
-
processInstanceName
Description copied from interface:ProcessInstanceQueryOnly select process instances with the given name.- Specified by:
processInstanceNamein interfaceProcessInstanceQuery
-
processInstanceNameLike
Description copied from interface:ProcessInstanceQueryOnly select process instances with a name like the given value.- Specified by:
processInstanceNameLikein interfaceProcessInstanceQuery
-
processInstanceNameLikeIgnoreCase
Description copied from interface:ProcessInstanceQueryOnly select process instances with a name like the given value, ignoring upper/lower case.- Specified by:
processInstanceNameLikeIgnoreCasein interfaceProcessInstanceQuery
-
or
Description copied from interface:ProcessInstanceQueryBegin an OR statement. Make sure you invoke the endOr method at the end of your OR statement. Only one OR statement is allowed, for the second call to this method an exception will be thrown.- Specified by:
orin interfaceProcessInstanceQuery
-
endOr
Description copied from interface:ProcessInstanceQueryEnd an OR statement. Only one OR statement is allowed, for the second call to this method an exception will be thrown.- Specified by:
endOrin interfaceProcessInstanceQuery
-
variableValueEquals
Description copied from interface:ProcessInstanceQueryOnly select process instances which have a global variable with the given value. The type of variable is determined based on the value, using types configured inProcessEngineConfiguration#getVariableTypes(). Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Specified by:
variableValueEqualsin interfaceProcessInstanceQuery- Overrides:
variableValueEqualsin classAbstractVariableQueryImpl<ProcessInstanceQuery,ProcessInstance> - Parameters:
variableName- name of the variable, cannot be null.
-
variableValueNotEquals
Description copied from interface:ProcessInstanceQueryOnly select process instances which have a global variable with the given name, but with a different value than the passed value. Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Specified by:
variableValueNotEqualsin interfaceProcessInstanceQuery- Overrides:
variableValueNotEqualsin classAbstractVariableQueryImpl<ProcessInstanceQuery,ProcessInstance> - Parameters:
variableName- name of the variable, cannot be null.
-
variableValueEquals
Description copied from interface:ProcessInstanceQueryOnly select process instances which have at least one global variable with the given value. The type of variable is determined based on the value, using types configured inProcessEngineConfiguration#getVariableTypes(). Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Specified by:
variableValueEqualsin interfaceProcessInstanceQuery- Overrides:
variableValueEqualsin classAbstractVariableQueryImpl<ProcessInstanceQuery,ProcessInstance>
-
variableValueEqualsIgnoreCase
Description copied from interface:ProcessInstanceQueryOnly select process instances which have a local string variable with the given value, case insensitive.This method only works if your database has encoding/collation that supports case-sensitive queries. For example, use "collate UTF-8" on MySQL and for MSSQL, select one of the case-sensitive Collations available (MSDN Server Collation Reference).
- Specified by:
variableValueEqualsIgnoreCasein interfaceProcessInstanceQuery- Overrides:
variableValueEqualsIgnoreCasein classAbstractVariableQueryImpl<ProcessInstanceQuery,ProcessInstance> - Parameters:
name- name of the variable, cannot be null.value- value of the variable, cannot be null.
-
variableValueNotEqualsIgnoreCase
Description copied from interface:ProcessInstanceQueryOnly select process instances which have a local string variable which is not the given value, case insensitive.This method only works if your database has encoding/collation that supports case-sensitive queries. For example, use "collate UTF-8" on MySQL and for MSSQL, select one of the case-sensitive Collations available (MSDN Server Collation Reference).
- Specified by:
variableValueNotEqualsIgnoreCasein interfaceProcessInstanceQuery- Overrides:
variableValueNotEqualsIgnoreCasein classAbstractVariableQueryImpl<ProcessInstanceQuery,ProcessInstance> - Parameters:
name- name of the variable, cannot be null.value- value of the variable, cannot be null.
-
variableValueGreaterThan
Description copied from interface:ProcessInstanceQueryOnly select process instances which have a variable value greater than the passed value. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Specified by:
variableValueGreaterThanin interfaceProcessInstanceQuery- Overrides:
variableValueGreaterThanin classAbstractVariableQueryImpl<ProcessInstanceQuery,ProcessInstance> - Parameters:
name- variable name, cannot be null.value- variable value, cannot be null.
-
variableValueGreaterThanOrEqual
Description copied from interface:ProcessInstanceQueryOnly select process instances which have a global variable value greater than or equal to the passed value. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Specified by:
variableValueGreaterThanOrEqualin interfaceProcessInstanceQuery- Overrides:
variableValueGreaterThanOrEqualin classAbstractVariableQueryImpl<ProcessInstanceQuery,ProcessInstance> - Parameters:
name- variable name, cannot be null.value- variable value, cannot be null.
-
variableValueLessThan
Description copied from interface:ProcessInstanceQueryOnly select process instances which have a global variable value less than the passed value. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Specified by:
variableValueLessThanin interfaceProcessInstanceQuery- Overrides:
variableValueLessThanin classAbstractVariableQueryImpl<ProcessInstanceQuery,ProcessInstance> - Parameters:
name- variable name, cannot be null.value- variable value, cannot be null.
-
variableValueLessThanOrEqual
Description copied from interface:ProcessInstanceQueryOnly select process instances which have a global variable value less than or equal to the passed value. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Specified by:
variableValueLessThanOrEqualin interfaceProcessInstanceQuery- Overrides:
variableValueLessThanOrEqualin classAbstractVariableQueryImpl<ProcessInstanceQuery,ProcessInstance> - Parameters:
name- variable name, cannot be null.value- variable value, cannot be null.
-
variableValueLike
Description copied from interface:ProcessInstanceQueryOnly select process instances which have a global variable value like the given value. This be used on string variables only.- Specified by:
variableValueLikein interfaceProcessInstanceQuery- Overrides:
variableValueLikein classAbstractVariableQueryImpl<ProcessInstanceQuery,ProcessInstance> - Parameters:
name- variable name, cannot be null.value- variable value, cannot be null. The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).
-
variableValueLikeIgnoreCase
Description copied from interface:ProcessInstanceQueryOnly select process instances which have a global variable value like the given value (case insensitive). This be used on string variables only.- Specified by:
variableValueLikeIgnoreCasein interfaceProcessInstanceQuery- Overrides:
variableValueLikeIgnoreCasein classAbstractVariableQueryImpl<ProcessInstanceQuery,ProcessInstance> - Parameters:
name- variable name, cannot be null.value- variable value, cannot be null. The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).
-
locale
Description copied from interface:ProcessInstanceQueryLocalize process name and description to specified locale.- Specified by:
localein interfaceProcessInstanceQuery
-
withLocalizationFallback
Description copied from interface:ProcessInstanceQueryInstruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.- Specified by:
withLocalizationFallbackin interfaceProcessInstanceQuery
-
startedBefore
Description copied from interface:ProcessInstanceQueryOnly select process instances started before the given time- Specified by:
startedBeforein interfaceProcessInstanceQuery
-
startedAfter
Description copied from interface:ProcessInstanceQueryOnly select process instances started after the given time- Specified by:
startedAfterin interfaceProcessInstanceQuery
-
startedBy
Description copied from interface:ProcessInstanceQueryOnly select process instances started by the given user id- Specified by:
startedByin interfaceProcessInstanceQuery
-
orderByProcessInstanceId
Description copied from interface:ProcessInstanceQueryOrder by id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByProcessInstanceIdin interfaceProcessInstanceQuery
-
orderByProcessDefinitionId
Description copied from interface:ProcessInstanceQueryOrder by process definition id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByProcessDefinitionIdin interfaceProcessInstanceQuery
-
orderByProcessDefinitionKey
Description copied from interface:ProcessInstanceQueryOrder by process definition key (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByProcessDefinitionKeyin interfaceProcessInstanceQuery
-
orderByTenantId
Description copied from interface:ProcessInstanceQueryOrder by tenant id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTenantIdin interfaceProcessInstanceQuery
-
getMssqlOrDB2OrderBy
-
executeCount
- Specified by:
executeCountin classAbstractVariableQueryImpl<ProcessInstanceQuery,ProcessInstance>
-
executeList
Description copied from class:AbstractQueryExecutes the actual query to retrieve the list of results.- Specified by:
executeListin classAbstractVariableQueryImpl<ProcessInstanceQuery,ProcessInstance> page- used if the results must be paged. If null, no paging will be applied.
-
ensureVariablesInitialized
protected void ensureVariablesInitialized()- Overrides:
ensureVariablesInitializedin classAbstractVariableQueryImpl<ProcessInstanceQuery,ProcessInstance>
-
localize
-
getOnlyProcessInstances
public boolean getOnlyProcessInstances() -
getProcessInstanceId
-
getRootProcessInstanceId
-
getProcessInstanceIds
-
getBusinessKey
-
isIncludeChildExecutionsWithBusinessKeyQuery
public boolean isIncludeChildExecutionsWithBusinessKeyQuery() -
getProcessDefinitionId
-
getProcessDefinitionIds
-
getProcessDefinitionCategory
-
getProcessDefinitionName
-
getProcessDefinitionVersion
-
getProcessDefinitionKey
-
getProcessDefinitionKeys
-
getActivityId
-
getSuperProcessInstanceId
-
getSubProcessInstanceId
-
isExcludeSubprocesses
public boolean isExcludeSubprocesses() -
getInvolvedUser
-
getSuspensionState
-
setSuspensionState
-
getEventSubscriptions
-
setEventSubscriptions
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
getName
-
getNameLike
-
setName
-
setNameLike
-
getExecutionId
-
getDeploymentId
-
getDeploymentIds
-
isIncludeProcessVariables
public boolean isIncludeProcessVariables() -
iswithException
public boolean iswithException() -
getNameLikeIgnoreCase
-
getOrQueryObjects
-
getParentId
Methods needed for ibatis because of re-use of query-xml for executions. ExecutionQuery contains a parentId property. -
isOnlyChildExecutions
public boolean isOnlyChildExecutions() -
isOnlyProcessInstanceExecutions
public boolean isOnlyProcessInstanceExecutions() -
isOnlySubProcessExecutions
public boolean isOnlySubProcessExecutions() -
getStartedBefore
-
setStartedBefore
-
getStartedAfter
-
setStartedAfter
-
getStartedBy
-
setStartedBy
-
getInvolvedGroups
-
involvedGroupsIn
Description copied from interface:ProcessInstanceQuerySelect the process instances with which the given groups are involved.- Specified by:
involvedGroupsInin interfaceProcessInstanceQuery
-