Uses of Interface
org.flowable.cmmn.api.runtime.CaseInstanceQuery
Packages that use CaseInstanceQuery
Package
Description
-
Uses of CaseInstanceQuery in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api that return CaseInstanceQuery -
Uses of CaseInstanceQuery in org.flowable.cmmn.api.runtime
Methods in org.flowable.cmmn.api.runtime that return CaseInstanceQueryModifier 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. -
Uses of CaseInstanceQuery in org.flowable.cmmn.engine.impl.persistence.entity
Methods in org.flowable.cmmn.engine.impl.persistence.entity that return CaseInstanceQueryModifier and TypeMethodDescriptionCaseInstanceEntityManager.createCaseInstanceQuery()
CaseInstanceEntityManagerImpl.createCaseInstanceQuery()
Methods in org.flowable.cmmn.engine.impl.persistence.entity with parameters of type CaseInstanceQueryModifier and TypeMethodDescriptionlong
CaseInstanceEntityManager.countByCriteria
(CaseInstanceQuery query) long
CaseInstanceEntityManagerImpl.countByCriteria
(CaseInstanceQuery query) CaseInstanceEntityManager.findByCriteria
(CaseInstanceQuery query) CaseInstanceEntityManagerImpl.findByCriteria
(CaseInstanceQuery query) CaseInstanceEntityManager.findWithVariablesByCriteria
(CaseInstanceQuery query) CaseInstanceEntityManagerImpl.findWithVariablesByCriteria
(CaseInstanceQuery query) -
Uses of CaseInstanceQuery in org.flowable.cmmn.engine.impl.runtime
Classes in org.flowable.cmmn.engine.impl.runtime that implement CaseInstanceQueryMethods in org.flowable.cmmn.engine.impl.runtime that return CaseInstanceQueryModifier and TypeMethodDescriptionCaseInstanceQueryImpl.activePlanItemDefinitionId
(String planItemDefinitionId) CaseInstanceQueryImpl.activePlanItemDefinitionIds
(Set<String> planItemDefinitionIds) CaseInstanceQueryImpl.caseInstanceCallbackId
(String callbackId) CaseInstanceQueryImpl.caseInstanceCallbackType
(String callbackType) CaseInstanceQueryImpl.caseInstanceIsCompleteable()
CaseInstanceQueryImpl.caseInstanceLastReactivatedAfter
(Date afterTime) CaseInstanceQueryImpl.caseInstanceLastReactivatedBefore
(Date beforeTime) CaseInstanceQueryImpl.caseInstanceLastReactivatedBy
(String userId) CaseInstanceQueryImpl.caseInstanceName
(String name) CaseInstanceQueryImpl.caseInstanceNameLike
(String nameLike) CaseInstanceQueryImpl.caseInstanceNameLikeIgnoreCase
(String nameLikeIgnoreCase) CaseInstanceQueryImpl.caseInstanceParentScopeId
(String parentScopeId) CaseInstanceQueryImpl.caseInstanceReferenceId
(String referenceId) CaseInstanceQueryImpl.caseInstanceReferenceType
(String referenceType) CaseInstanceQueryImpl.caseInstanceRootScopeId
(String rootScopeId) CmmnRuntimeServiceImpl.createCaseInstanceQuery()
CaseInstanceQueryImpl.endOr()
CaseInstanceQueryImpl.involvedGroup
(String groupId, String identityLinkType) CaseInstanceQueryImpl.involvedGroups
(Set<String> groupIds) CaseInstanceQueryImpl.involvedUser
(String userId) CaseInstanceQueryImpl.involvedUser
(String userId, String identityLinkType) CaseInstanceQueryImpl.or()
CaseInstanceQueryImpl.variableExists
(String name) CaseInstanceQueryImpl.variableNotExists
(String name) CaseInstanceQueryImpl.variableValueEquals
(Object variableValue) CaseInstanceQueryImpl.variableValueEquals
(String variableName, Object variableValue) CaseInstanceQueryImpl.variableValueEqualsIgnoreCase
(String name, String value) CaseInstanceQueryImpl.variableValueGreaterThan
(String name, Object value) CaseInstanceQueryImpl.variableValueGreaterThanOrEqual
(String name, Object value) CaseInstanceQueryImpl.variableValueLessThan
(String name, Object value) CaseInstanceQueryImpl.variableValueLessThanOrEqual
(String name, Object value) CaseInstanceQueryImpl.variableValueLike
(String name, String value) CaseInstanceQueryImpl.variableValueLikeIgnoreCase
(String name, String value) CaseInstanceQueryImpl.variableValueNotEquals
(String variableName, Object variableValue) CaseInstanceQueryImpl.variableValueNotEqualsIgnoreCase
(String name, String value) CaseInstanceQueryImpl.withLocalizationFallback()
-
Uses of CaseInstanceQuery in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api with parameters of type CaseInstanceQueryModifier and TypeMethodDescriptionvoid
CmmnRestApiInterceptor.accessCaseInstanceInfoWithQuery
(CaseInstanceQuery caseInstanceQuery, CaseInstanceQueryRequest request) -
Uses of CaseInstanceQuery in org.flowable.cmmn.rest.service.api.runtime.caze
Methods in org.flowable.cmmn.rest.service.api.runtime.caze with parameters of type CaseInstanceQueryModifier and TypeMethodDescriptionprotected void
BaseCaseInstanceResource.addVariables
(CaseInstanceQuery caseInstanceQuery, List<QueryVariable> variables)