HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.deleted() |
Only select historic process instances that are deleted.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.deploymentId(java.lang.String deploymentId) |
Only select historic process instances that are defined by a process definition with the given deployment identifier.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.deploymentIdIn(java.util.List<java.lang.String> deploymentIds) |
Only select historic process instances that are defined by a process definition with one of the given deployment identifiers.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.endOr() |
End an OR statement.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.excludeSubprocesses(boolean excludeSubprocesses) |
Exclude sub processes from the query result;
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.finished() |
Only select historic process instances that are completely finished.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.finishedAfter(java.util.Date date) |
Only select historic process instances that were started after the given date.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.finishedBefore(java.util.Date date) |
Only select historic process instances that were started before the given date.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.includeProcessVariables() |
Include process variables in the process query result
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.involvedUser(java.lang.String userId) |
Only select the historic process instances with which the user with the given id is involved.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.limitProcessInstanceVariables(java.lang.Integer processInstanceVariablesLimit) |
Limit process instance variables
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.locale(java.lang.String locale) |
Localize historic process name and description to specified locale.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.notDeleted() |
Only select historic process instance that are not deleted.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.or() |
Begin an OR statement.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.orderByProcessDefinitionId() |
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.orderByProcessInstanceBusinessKey() |
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.orderByProcessInstanceDuration() |
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.orderByProcessInstanceEndTime() |
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.orderByProcessInstanceId() |
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.orderByProcessInstanceStartTime() |
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.orderByTenantId() |
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.processDefinitionCategory(java.lang.String processDefinitionCategory) |
Only select historic process instances whose process definition category is processDefinitionCategory.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.processDefinitionId(java.lang.String processDefinitionId) |
Only select historic process instances for the given process definition
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.processDefinitionKey(java.lang.String processDefinitionKey) |
Only select historic process instances that are defined by a process definition with the given key.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.processDefinitionKeyIn(java.util.List<java.lang.String> processDefinitionKeys) |
Only select historic process instances that are defined by a process definition with one of the given process definition keys.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.processDefinitionKeyNotIn(java.util.List<java.lang.String> processDefinitionKeys) |
Only select historic process instances that don't have a process-definition of which the key is present in the given list
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.processDefinitionName(java.lang.String processDefinitionName) |
Select process historic instances whose process definition name is processDefinitionName
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.processDefinitionVersion(java.lang.Integer processDefinitionVersion) |
Only select historic process instances with a certain process definition version.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.processInstanceBusinessKey(java.lang.String processInstanceBusinessKey) |
Only select historic process instances with the given business key
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.processInstanceId(java.lang.String processInstanceId) |
Only select historic process instances with the given process instance.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.processInstanceIds(java.util.Set<java.lang.String> processInstanceIds) |
Only select historic process instances whose id is in the given set of ids.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.processInstanceName(java.lang.String name) |
Only select process instances with the given name.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.processInstanceNameLike(java.lang.String nameLike) |
Only select process instances with a name like the given value.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.processInstanceNameLikeIgnoreCase(java.lang.String nameLikeIgnoreCase) |
Only select process instances with a name like the given value, ignoring upper/lower case.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.processInstanceTenantId(java.lang.String tenantId) |
Only select process instances that have the given tenant id.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.processInstanceTenantIdLike(java.lang.String tenantIdLike) |
Only select process instances with a tenant id like the given one.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.processInstanceWithoutTenantId() |
Only select process instances that do not have a tenant id.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.startedAfter(java.util.Date date) |
Only select historic process instances that were started after the given date.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.startedBefore(java.util.Date date) |
Only select historic process instances that were started before the given date.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.startedBy(java.lang.String userId) |
Only select historic process instance that are started by the given user.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.superProcessInstanceId(java.lang.String superProcessInstanceId) |
Only select historic process instances started by the given process instance.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.unfinished() |
Only select historic process instance that are not yet finished.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.variableValueEquals(java.lang.Object value) |
Only select process instances which had at least one global variable with the given value when they ended.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.variableValueEquals(java.lang.String name,
java.lang.Object value) |
Only select process instances which had a global variable with the given value when they ended.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.variableValueEqualsIgnoreCase(java.lang.String name,
java.lang.String value) |
Only select historic process instances which have a local string variable with the given value, case insensitive.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.variableValueGreaterThan(java.lang.String name,
java.lang.Object value) |
Only select process instances which had a global variable value greater than the passed value when they ended.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.variableValueGreaterThanOrEqual(java.lang.String name,
java.lang.Object value) |
Only select process instances which had a global variable value greater than or equal to the passed value when they ended.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.variableValueLessThan(java.lang.String name,
java.lang.Object value) |
Only select process instances which had a global variable value less than the passed value when the ended.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.variableValueLessThanOrEqual(java.lang.String name,
java.lang.Object value) |
Only select process instances which has a global variable value less than or equal to the passed value when they ended.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.variableValueLike(java.lang.String name,
java.lang.String value) |
Only select process instances which had global variable value like the given value when they ended.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.variableValueLikeIgnoreCase(java.lang.String name,
java.lang.String value) |
Only select process instances which had global variable value like (case insensitive)
the given value when they ended.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.variableValueNotEquals(java.lang.String name,
java.lang.Object value) |
Only select process instances which had a global variable with the given name, but with a different value than the passed value when they ended.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.withJobException() |
Only select process instances that failed due to an exception happening during a job execution.
|
HistoricProcessInstanceQuery |
HistoricProcessInstanceQuery.withLocalizationFallback() |
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.
|