CaseExecutionQuery |
CaseExecutionQuery.active() |
Only select case executions which are active.
|
CaseExecutionQuery |
CaseExecutionQuery.activityId(String activityId) |
Only select case executions which contain an activity with the given id.
|
CaseExecutionQuery |
CaseExecutionQuery.available() |
Only select case executions which are available.
|
CaseExecutionQuery |
CaseExecutionQuery.caseDefinitionId(String caseDefinitionId) |
Only select case executions which have the given case definition id.
|
CaseExecutionQuery |
CaseExecutionQuery.caseDefinitionKey(String caseDefinitionKey) |
Only select case executions which have the given case definition key.
|
CaseExecutionQuery |
CaseExecutionQuery.caseExecutionId(String executionId) |
Only select case executions with the given id.
|
CaseExecutionQuery |
CaseExecutionQuery.caseInstanceBusinessKey(String caseInstanceBusinessKey) |
Only select case executions that belong to a case instance with the given business key
|
CaseExecutionQuery |
CaseExecutionQuery.caseInstanceId(String caseInstanceId) |
Only select case executions which have the given case instance id.
|
CaseExecutionQuery |
CaseExecutionQuery.caseInstanceVariableValueEquals(String name,
Object value) |
Only select case executions which are part of a case instance that have a variable
with the given name set to the given value.
|
CaseExecutionQuery |
CaseExecutionQuery.caseInstanceVariableValueGreaterThan(String name,
Object value) |
Only select case executions which are part of a case instance that have a variable
with the given name and a variable value greater than the passed value.
|
CaseExecutionQuery |
CaseExecutionQuery.caseInstanceVariableValueGreaterThanOrEqual(String name,
Object value) |
Only select case executions which are part of a case instance that have a
variable value greater than or equal to the passed value.
|
CaseExecutionQuery |
CaseExecutionQuery.caseInstanceVariableValueLessThan(String name,
Object value) |
Only select case executions which are part of a case instance that have a variable
value less than the passed value.
|
CaseExecutionQuery |
CaseExecutionQuery.caseInstanceVariableValueLessThanOrEqual(String name,
Object value) |
Only select case executions which are part of a case instance that have a variable
value less than or equal to the passed value.
|
CaseExecutionQuery |
CaseExecutionQuery.caseInstanceVariableValueLike(String name,
String value) |
Only select case executions which are part of a case instance that have a variable value
like the given value.
|
CaseExecutionQuery |
CaseExecutionQuery.caseInstanceVariableValueNotEquals(String name,
Object value) |
Only select case executions which are part of a case instance that have a variable
with the given name, but with a different value than the passed value.
|
CaseExecutionQuery |
CaseExecutionQuery.disabled() |
Only select case executions which are disabled.
|
CaseExecutionQuery |
CaseExecutionQuery.enabled() |
Only select case executions which are enabled.
|
CaseExecutionQuery |
CaseExecutionQuery.matchVariableNamesIgnoreCase() |
The query will match the names of variables in a case-insensitive way.
|
CaseExecutionQuery |
CaseExecutionQuery.matchVariableValuesIgnoreCase() |
The query will match the values of variables in a case-insensitive way.
|
CaseExecutionQuery |
CaseExecutionQuery.orderByCaseDefinitionId() |
|
CaseExecutionQuery |
CaseExecutionQuery.orderByCaseDefinitionKey() |
|
CaseExecutionQuery |
CaseExecutionQuery.orderByCaseExecutionId() |
|
CaseExecutionQuery |
CaseExecutionQuery.orderByTenantId() |
|
CaseExecutionQuery |
CaseExecutionQuery.required() |
Only select case executions which are required.
|
CaseExecutionQuery |
CaseExecutionQuery.tenantIdIn(String... tenantIds) |
Only select case execution with one of the given tenant ids.
|
CaseExecutionQuery |
CaseExecutionQuery.variableValueEquals(String name,
Object value) |
Only select case executions which have a local variable with the given value.
|
CaseExecutionQuery |
CaseExecutionQuery.variableValueGreaterThan(String name,
Object value) |
Only select case executions which have a variable value greater than the passed value.
|
CaseExecutionQuery |
CaseExecutionQuery.variableValueGreaterThanOrEqual(String name,
Object value) |
Only select case executions which have a local variable value greater than or equal to
the passed value.
|
CaseExecutionQuery |
CaseExecutionQuery.variableValueLessThan(String name,
Object value) |
Only select case executions which have a local variable value less than the passed value.
|
CaseExecutionQuery |
CaseExecutionQuery.variableValueLessThanOrEqual(String name,
Object value) |
Only select case executions which have a local variable value less than or equal to the passed value.
|
CaseExecutionQuery |
CaseExecutionQuery.variableValueLike(String name,
String value) |
Only select case executions which have a local variable value like the given value.
|
CaseExecutionQuery |
CaseExecutionQuery.variableValueNotEquals(String name,
Object value) |
Only select case executions which have a local variable with the given name, but
with a different value than the passed value.
|
CaseExecutionQuery |
CaseExecutionQuery.withoutTenantId() |
Only select case executions which have no tenant id.
|