public interface CaseInstanceQuery extends Query<CaseInstanceQuery,CaseInstance>
Query.NullHandlingOnOrder| Modifier and Type | Method and Description |
|---|---|
CaseInstanceQuery |
activePlanItemDefinitionId(String planItemDefinitionId)
Select the case instances with an active plan item definition id equal to the provided definition id.
|
CaseInstanceQuery |
activePlanItemDefinitionIds(Set<String> planItemDefinitionIds)
Select the case instances with an active plan item definition id equal to one of the provided definition ids.
|
CaseInstanceQuery |
caseDefinitionCategory(String caseDefinitionCategory) |
CaseInstanceQuery |
caseDefinitionId(String caseDefinitionId) |
CaseInstanceQuery |
caseDefinitionKey(String caseDefinitionKey) |
CaseInstanceQuery |
caseDefinitionKeys(Set<String> caseDefinitionKeys) |
CaseInstanceQuery |
caseDefinitionName(String caseDefinitionName) |
CaseInstanceQuery |
caseDefinitionVersion(Integer caseDefinitionVersion) |
CaseInstanceQuery |
caseInstanceBusinessKey(String caseInstanceBusinessKey) |
CaseInstanceQuery |
caseInstanceBusinessStatus(String caseInstanceBusinessStatus) |
CaseInstanceQuery |
caseInstanceCallbackId(String callbackId) |
CaseInstanceQuery |
caseInstanceCallbackType(String callbackType) |
CaseInstanceQuery |
caseInstanceId(String caseInstanceId) |
CaseInstanceQuery |
caseInstanceIds(Set<String> caseInstanceIds) |
CaseInstanceQuery |
caseInstanceIsCompleteable() |
CaseInstanceQuery |
caseInstanceLastReactivatedAfter(Date afterTime) |
CaseInstanceQuery |
caseInstanceLastReactivatedBefore(Date beforeTime) |
CaseInstanceQuery |
caseInstanceLastReactivatedBy(String userId) |
CaseInstanceQuery |
caseInstanceName(String caseInstanceName) |
CaseInstanceQuery |
caseInstanceNameLike(String caseInstanceNameLike) |
CaseInstanceQuery |
caseInstanceNameLikeIgnoreCase(String caseInstanceNameLikeIgnoreCase) |
CaseInstanceQuery |
caseInstanceParentId(String parentId) |
CaseInstanceQuery |
caseInstanceReferenceId(String referenceId) |
CaseInstanceQuery |
caseInstanceReferenceType(String referenceType) |
CaseInstanceQuery |
caseInstanceStartedAfter(Date afterTime) |
CaseInstanceQuery |
caseInstanceStartedBefore(Date beforeTime) |
CaseInstanceQuery |
caseInstanceStartedBy(String userId) |
CaseInstanceQuery |
caseInstanceState(String state) |
CaseInstanceQuery |
caseInstanceTenantId(String tenantId) |
CaseInstanceQuery |
caseInstanceTenantIdLike(String tenantIdLike) |
CaseInstanceQuery |
caseInstanceWithoutTenantId() |
CaseInstanceQuery |
endOr()
End an OR statement.
|
CaseInstanceQuery |
includeCaseVariables()
Includes case variables into the query result.
|
CaseInstanceQuery |
involvedGroup(String groupId,
String identityLinkType)
Select the case instances with which the group with the given id and identity link type are involved.
|
CaseInstanceQuery |
involvedGroups(Set<String> groupIds)
Select the case instances with which the groups with the given ids are involved.
|
CaseInstanceQuery |
involvedUser(String userId)
Select the case instances with which the user with the given id is involved.
|
CaseInstanceQuery |
involvedUser(String userId,
String identityLinkType)
Select the case instances with which the user with the given id and identity link type are involved.
|
CaseInstanceQuery |
limitCaseInstanceVariables(Integer caseInstanceVariablesLimit)
Deprecated.
no longer needed, this is a noop
|
CaseInstanceQuery |
locale(String locale)
Localize case name to specified locale.
|
CaseInstanceQuery |
or()
Begin an OR statement.
|
CaseInstanceQuery |
orderByCaseDefinitionId() |
CaseInstanceQuery |
orderByCaseDefinitionKey() |
CaseInstanceQuery |
orderByCaseInstanceId() |
CaseInstanceQuery |
orderByStartTime() |
CaseInstanceQuery |
orderByTenantId() |
CaseInstanceQuery |
variableExists(String name)
Only select case instances which have a variable with the given name.
|
CaseInstanceQuery |
variableNotExists(String name)
Only select case instances which don't have a variable with the given name.
|
CaseInstanceQuery |
variableValueEquals(Object value)
Only select case instances which have at least one global variable with the given value.
|
CaseInstanceQuery |
variableValueEquals(String name,
Object value)
Only select case instances which have a global variable with the given value.
|
CaseInstanceQuery |
variableValueEqualsIgnoreCase(String name,
String value)
Only select case instances which have a local string variable with the given value, case insensitive.
|
CaseInstanceQuery |
variableValueGreaterThan(String name,
Object value)
Only select case instances which have a variable value greater than the passed value.
|
CaseInstanceQuery |
variableValueGreaterThanOrEqual(String name,
Object value)
Only select case instances which have a global variable value greater than or equal to the passed value.
|
CaseInstanceQuery |
variableValueLessThan(String name,
Object value)
Only select case instances which have a global variable value less than the passed value.
|
CaseInstanceQuery |
variableValueLessThanOrEqual(String name,
Object value)
Only select case instances which have a global variable value less than or equal to the passed value.
|
CaseInstanceQuery |
variableValueLike(String name,
String value)
Only select case instances which have a global variable value like the given value.
|
CaseInstanceQuery |
variableValueLikeIgnoreCase(String name,
String value)
Only select case instances which have a global variable value like the given value (case insensitive).
|
CaseInstanceQuery |
variableValueNotEquals(String name,
Object value)
Only select case instances which have a global variable with the given name, but with a different value than the passed value.
|
CaseInstanceQuery |
variableValueNotEqualsIgnoreCase(String name,
String value)
Only select case instances which have a local string variable which is not the given value, case insensitive.
|
CaseInstanceQuery |
withLocalizationFallback()
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.
|
CaseInstanceQuery caseDefinitionKey(String caseDefinitionKey)
CaseInstanceQuery caseDefinitionKeys(Set<String> caseDefinitionKeys)
CaseInstanceQuery caseDefinitionId(String caseDefinitionId)
CaseInstanceQuery caseDefinitionCategory(String caseDefinitionCategory)
CaseInstanceQuery caseDefinitionName(String caseDefinitionName)
CaseInstanceQuery caseDefinitionVersion(Integer caseDefinitionVersion)
CaseInstanceQuery caseInstanceId(String caseInstanceId)
CaseInstanceQuery caseInstanceIds(Set<String> caseInstanceIds)
CaseInstanceQuery caseInstanceName(String caseInstanceName)
CaseInstanceQuery caseInstanceNameLike(String caseInstanceNameLike)
CaseInstanceQuery caseInstanceNameLikeIgnoreCase(String caseInstanceNameLikeIgnoreCase)
CaseInstanceQuery caseInstanceBusinessKey(String caseInstanceBusinessKey)
CaseInstanceQuery caseInstanceBusinessStatus(String caseInstanceBusinessStatus)
CaseInstanceQuery caseInstanceParentId(String parentId)
CaseInstanceQuery caseInstanceStartedBefore(Date beforeTime)
CaseInstanceQuery caseInstanceStartedAfter(Date afterTime)
CaseInstanceQuery caseInstanceStartedBy(String userId)
CaseInstanceQuery caseInstanceState(String state)
CaseInstanceQuery caseInstanceLastReactivatedBefore(Date beforeTime)
CaseInstanceQuery caseInstanceLastReactivatedAfter(Date afterTime)
CaseInstanceQuery caseInstanceLastReactivatedBy(String userId)
CaseInstanceQuery caseInstanceCallbackId(String callbackId)
CaseInstanceQuery caseInstanceCallbackType(String callbackType)
CaseInstanceQuery caseInstanceReferenceId(String referenceId)
CaseInstanceQuery caseInstanceReferenceType(String referenceType)
CaseInstanceQuery caseInstanceIsCompleteable()
CaseInstanceQuery caseInstanceTenantId(String tenantId)
CaseInstanceQuery caseInstanceTenantIdLike(String tenantIdLike)
CaseInstanceQuery caseInstanceWithoutTenantId()
CaseInstanceQuery activePlanItemDefinitionId(String planItemDefinitionId)
CaseInstanceQuery activePlanItemDefinitionIds(Set<String> planItemDefinitionIds)
CaseInstanceQuery involvedUser(String userId)
CaseInstanceQuery involvedUser(String userId, String identityLinkType)
CaseInstanceQuery involvedGroup(String groupId, String identityLinkType)
CaseInstanceQuery involvedGroups(Set<String> groupIds)
CaseInstanceQuery variableValueEquals(String name, Object value)
Serializable objects (which are not primitive type wrappers) are not supported.name - name of the variable, cannot be null.CaseInstanceQuery variableValueEquals(Object value)
Serializable objects (which are not primitive type wrappers) are not supported.CaseInstanceQuery variableValueEqualsIgnoreCase(String name, String value)
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).
name - name of the variable, cannot be null.value - value of the variable, cannot be null.CaseInstanceQuery variableValueNotEquals(String name, Object value)
Serializable objects (which are not
primitive type wrappers) are not supported.name - name of the variable, cannot be null.CaseInstanceQuery variableValueNotEqualsIgnoreCase(String name, String value)
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).
name - name of the variable, cannot be null.value - value of the variable, cannot be null.CaseInstanceQuery variableValueGreaterThan(String name, Object value)
Serializable objects (which are not primitive type wrappers) are not
supported.name - variable name, cannot be null.value - variable value, cannot be null.CaseInstanceQuery variableValueGreaterThanOrEqual(String name, Object value)
Serializable objects (which are not primitive type
wrappers) are not supported.name - variable name, cannot be null.value - variable value, cannot be null.CaseInstanceQuery variableValueLessThan(String name, Object value)
Serializable objects (which are not primitive type wrappers) are
not supported.name - variable name, cannot be null.value - variable value, cannot be null.CaseInstanceQuery variableValueLessThanOrEqual(String name, Object value)
Serializable objects (which are not primitive type
wrappers) are not supported.name - variable name, cannot be null.value - variable value, cannot be null.CaseInstanceQuery variableValueLike(String name, String value)
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%).CaseInstanceQuery variableValueLikeIgnoreCase(String name, String value)
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%).CaseInstanceQuery variableExists(String name)
name - cannot be null.CaseInstanceQuery variableNotExists(String name)
name - cannot be null.CaseInstanceQuery includeCaseVariables()
CaseInstanceQuery or()
CaseInstanceQuery endOr()
@Deprecated CaseInstanceQuery limitCaseInstanceVariables(Integer caseInstanceVariablesLimit)
CaseInstanceQuery locale(String locale)
CaseInstanceQuery withLocalizationFallback()
CaseInstanceQuery orderByCaseInstanceId()
CaseInstanceQuery orderByCaseDefinitionKey()
CaseInstanceQuery orderByCaseDefinitionId()
CaseInstanceQuery orderByStartTime()
CaseInstanceQuery orderByTenantId()
Copyright © 2022 Flowable. All rights reserved.