ProcessInstanceQuery |
ProcessInstanceQuery.active() |
Only select process instances which are active, which means that neither the process instance nor the corresponding process definition are suspended.
|
ProcessInstanceQuery |
ProcessInstanceQuery.deploymentId(java.lang.String deploymentId) |
Select the process instances which are defined by a deployment with the given id.
|
ProcessInstanceQuery |
ProcessInstanceQuery.deploymentIdIn(java.util.List<java.lang.String> deploymentIds) |
Select the process instances which are defined by one of the given deployment ids
|
ProcessInstanceQuery |
ProcessInstanceQuery.endOr() |
End an OR statement.
|
ProcessInstanceQuery |
ProcessInstanceQuery.excludeSubprocesses(boolean excludeSubprocesses) |
Exclude sub processes from the query result;
|
ProcessInstanceQuery |
ProcessInstanceQuery.includeProcessVariables() |
Include process variables in the process query result
|
ProcessInstanceQuery |
ProcessInstanceQuery.involvedUser(java.lang.String userId) |
Select the process instances with which the user with the given id is involved.
|
ProcessInstanceQuery |
ProcessInstanceQuery.limitProcessInstanceVariables(java.lang.Integer processInstanceVariablesLimit) |
Limit process instance variables
|
ProcessInstanceQuery |
ProcessInstanceQuery.locale(java.lang.String locale) |
Localize process name and description to specified locale.
|
ProcessInstanceQuery |
ProcessInstanceQuery.or() |
Begin an OR statement.
|
ProcessInstanceQuery |
ProcessInstanceQuery.orderByProcessDefinitionId() |
|
ProcessInstanceQuery |
ProcessInstanceQuery.orderByProcessDefinitionKey() |
|
ProcessInstanceQuery |
ProcessInstanceQuery.orderByProcessInstanceId() |
|
ProcessInstanceQuery |
ProcessInstanceQuery.orderByTenantId() |
|
ProcessInstanceQuery |
ProcessInstanceQuery.processDefinitionCategory(java.lang.String processDefinitionCategory) |
Only select process instances whose process definition category is processDefinitionCategory.
|
ProcessInstanceQuery |
ProcessInstanceQuery.processDefinitionId(java.lang.String processDefinitionId) |
Select the process instances which are defined by a process definition with the given id.
|
ProcessInstanceQuery |
ProcessInstanceQuery.processDefinitionIds(java.util.Set<java.lang.String> processDefinitionIds) |
Select the process instances which are defined by process definitions with the given ids.
|
ProcessInstanceQuery |
ProcessInstanceQuery.processDefinitionKey(java.lang.String processDefinitionKey) |
Select the process instances which are defined by a process definition with the given key.
|
ProcessInstanceQuery |
ProcessInstanceQuery.processDefinitionKeys(java.util.Set<java.lang.String> processDefinitionKeys) |
Select the process instances which are defined by process definitions with the given keys.
|
ProcessInstanceQuery |
ProcessInstanceQuery.processDefinitionName(java.lang.String processDefinitionName) |
Select process instances whose process definition name is processDefinitionName
|
ProcessInstanceQuery |
ProcessInstanceQuery.processDefinitionVersion(java.lang.Integer processDefinitionVersion) |
Only select process instances with a certain process definition version.
|
ProcessInstanceQuery |
ProcessInstanceQuery.processInstanceBusinessKey(java.lang.String processInstanceBusinessKey) |
Select process instances with the given business key
|
ProcessInstanceQuery |
ProcessInstanceQuery.processInstanceBusinessKey(java.lang.String processInstanceBusinessKey,
java.lang.String processDefinitionKey) |
Select process instance with the given business key, unique for the given process definition
|
ProcessInstanceQuery |
ProcessInstanceQuery.processInstanceId(java.lang.String processInstanceId) |
Select the process instance with the given id
|
ProcessInstanceQuery |
ProcessInstanceQuery.processInstanceIds(java.util.Set<java.lang.String> processInstanceIds) |
Select process instances whose id is in the given set of ids
|
ProcessInstanceQuery |
ProcessInstanceQuery.processInstanceName(java.lang.String name) |
Only select process instances with the given name.
|
ProcessInstanceQuery |
ProcessInstanceQuery.processInstanceNameLike(java.lang.String nameLike) |
Only select process instances with a name like the given value.
|
ProcessInstanceQuery |
ProcessInstanceQuery.processInstanceNameLikeIgnoreCase(java.lang.String nameLikeIgnoreCase) |
Only select process instances with a name like the given value, ignoring upper/lower case.
|
ProcessInstanceQuery |
ProcessInstanceQuery.processInstanceTenantId(java.lang.String tenantId) |
Only select process instances that have the given tenant id.
|
ProcessInstanceQuery |
ProcessInstanceQuery.processInstanceTenantIdLike(java.lang.String tenantIdLike) |
Only select process instances with a tenant id like the given one.
|
ProcessInstanceQuery |
ProcessInstanceQuery.processInstanceWithoutTenantId() |
Only select process instances that do not have a tenant id.
|
ProcessInstanceQuery |
ProcessInstanceQuery.startedAfter(java.util.Date afterTime) |
Only select process instances started after the given time
|
ProcessInstanceQuery |
ProcessInstanceQuery.startedBefore(java.util.Date beforeTime) |
Only select process instances started before the given time
|
ProcessInstanceQuery |
ProcessInstanceQuery.startedBy(java.lang.String userId) |
Only select process instances started by the given user id
|
ProcessInstanceQuery |
ProcessInstanceQuery.subProcessInstanceId(java.lang.String subProcessInstanceId) |
Select the process instance that have as sub process instance the given process instance.
|
ProcessInstanceQuery |
ProcessInstanceQuery.superProcessInstanceId(java.lang.String superProcessInstanceId) |
Select the process instances which are a sub process instance of the given super process instance.
|
ProcessInstanceQuery |
ProcessInstanceQuery.suspended() |
Only select process instances which are suspended, either because the process instance itself is suspended or because the corresponding process definition is suspended
|
ProcessInstanceQuery |
ProcessInstanceQuery.variableValueEquals(java.lang.Object value) |
Only select process instances which have at least one global variable with the given value.
|
ProcessInstanceQuery |
ProcessInstanceQuery.variableValueEquals(java.lang.String name,
java.lang.Object value) |
Only select process instances which have a global variable with the given value.
|
ProcessInstanceQuery |
ProcessInstanceQuery.variableValueEqualsIgnoreCase(java.lang.String name,
java.lang.String value) |
Only select process instances which have a local string variable with the given value, case insensitive.
|
ProcessInstanceQuery |
ProcessInstanceQuery.variableValueGreaterThan(java.lang.String name,
java.lang.Object value) |
Only select process instances which have a variable value greater than the passed value.
|
ProcessInstanceQuery |
ProcessInstanceQuery.variableValueGreaterThanOrEqual(java.lang.String name,
java.lang.Object value) |
Only select process instances which have a global variable value greater than or equal to the passed value.
|
ProcessInstanceQuery |
ProcessInstanceQuery.variableValueLessThan(java.lang.String name,
java.lang.Object value) |
Only select process instances which have a global variable value less than the passed value.
|
ProcessInstanceQuery |
ProcessInstanceQuery.variableValueLessThanOrEqual(java.lang.String name,
java.lang.Object value) |
Only select process instances which have a global variable value less than or equal to the passed value.
|
ProcessInstanceQuery |
ProcessInstanceQuery.variableValueLike(java.lang.String name,
java.lang.String value) |
Only select process instances which have a global variable value like the given value.
|
ProcessInstanceQuery |
ProcessInstanceQuery.variableValueLikeIgnoreCase(java.lang.String name,
java.lang.String value) |
Only select process instances which have a global variable value like the given value (case insensitive).
|
ProcessInstanceQuery |
ProcessInstanceQuery.variableValueNotEquals(java.lang.String name,
java.lang.Object value) |
Only select process instances which have a global variable with the given name, but with a different value than the passed value.
|
ProcessInstanceQuery |
ProcessInstanceQuery.variableValueNotEqualsIgnoreCase(java.lang.String name,
java.lang.String value) |
Only select process instances which have a local string variable which is not the given value, case insensitive.
|
ProcessInstanceQuery |
ProcessInstanceQuery.withJobException() |
Only select process instances that failed due to an exception happening during a job execution.
|
ProcessInstanceQuery |
ProcessInstanceQuery.withLocalizationFallback() |
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.
|