Uses of Interface
org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Uses of CaseInstanceQuery in org.flowable.cmmn.api
-
Uses of CaseInstanceQuery in org.flowable.cmmn.api.runtime
Modifier and TypeMethodDescriptionCaseInstanceQuery.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.caseDefinitionCategoryLike
(String caseDefinitionCategoryLike) CaseInstanceQuery.caseDefinitionCategoryLikeIgnoreCase
(String caseDefinitionCategoryLikeIgnoreCase) CaseInstanceQuery.caseDefinitionId
(String caseDefinitionId) CaseInstanceQuery.caseDefinitionIds
(Set<String> caseDefinitionIds) CaseInstanceQuery.caseDefinitionKey
(String caseDefinitionKey) CaseInstanceQuery.caseDefinitionKeyLike
(String caseDefinitionKeyLike) CaseInstanceQuery.caseDefinitionKeyLikeIgnoreCase
(String caseDefinitionKeyLikeIgnoreCase) CaseInstanceQuery.caseDefinitionKeys
(Set<String> caseDefinitionKeys) CaseInstanceQuery.caseDefinitionName
(String caseDefinitionName) CaseInstanceQuery.caseDefinitionNameLike
(String caseDefinitionNameLike) CaseInstanceQuery.caseDefinitionNameLikeIgnoreCase
(String caseDefinitionNameLikeIgnoreCase) CaseInstanceQuery.caseDefinitionVersion
(Integer caseDefinitionVersion) CaseInstanceQuery.caseInstanceBusinessKey
(String caseInstanceBusinessKey) CaseInstanceQuery.caseInstanceBusinessKeyLike
(String caseInstanceBusinessKeyLike) CaseInstanceQuery.caseInstanceBusinessKeyLikeIgnoreCase
(String caseInstanceBusinessKeyLikeIgnoreCase) CaseInstanceQuery.caseInstanceBusinessStatus
(String caseInstanceBusinessStatus) CaseInstanceQuery.caseInstanceBusinessStatusLike
(String caseInstanceBusinessStatusLike) CaseInstanceQuery.caseInstanceBusinessStatusLikeIgnoreCase
(String caseInstanceBusinessStatusLikeIgnoreCase) 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.caseInstanceParentScopeId
(String parentScopeId) CaseInstanceQuery.caseInstanceReferenceId
(String referenceId) CaseInstanceQuery.caseInstanceReferenceType
(String referenceType) CaseInstanceQuery.caseInstanceRootScopeId
(String rootScopeId) 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.caseInstanceTenantIdLikeIgnoreCase
(String tenantIdLikeIgnoreCase) 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.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.