Uses of Interface
org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
Packages that use HistoricCaseInstanceQuery
Package
Description
-
Uses of HistoricCaseInstanceQuery in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api that return HistoricCaseInstanceQueryModifier and TypeMethodDescriptionCmmnHistoryCleaningManager.createHistoricCaseInstanceCleaningQuery()
CmmnHistoryService.createHistoricCaseInstanceQuery()
-
Uses of HistoricCaseInstanceQuery in org.flowable.cmmn.api.history
Methods in org.flowable.cmmn.api.history that return HistoricCaseInstanceQueryModifier and TypeMethodDescriptionHistoricCaseInstanceQuery.activePlanItemDefinitionId
(String planItemDefinitionId) Select the historic case instances with an active plan item definition id equal to the provided definition id.HistoricCaseInstanceQuery.activePlanItemDefinitionIds
(Set<String> planItemDefinitionIds) Select the historic case instances with an active plan item definition id equal to one of the provided definition ids.HistoricCaseInstanceQuery.caseDefinitionCategory
(String caseDefinitionCategory) Only select historic case instances with the given case definition category.HistoricCaseInstanceQuery.caseDefinitionCategoryLike
(String caseDefinitionCategoryLike) Only select historic case instances with a case definition category like the given value.HistoricCaseInstanceQuery.caseDefinitionCategoryLikeIgnoreCase
(String caseDefinitionCategoryLikeIgnoreCase) Only select historic case instances with a case definition category like the given value, ignoring upper/lower case.HistoricCaseInstanceQuery.caseDefinitionId
(String caseDefinitionId) Only select historic case instances with the given case definition identifier.HistoricCaseInstanceQuery.caseDefinitionIds
(Set<String> caseDefinitionIds) Only select historic case instances with the given case definition ids.HistoricCaseInstanceQuery.caseDefinitionKey
(String caseDefinitionKey) Only select historic case instances with the given key.HistoricCaseInstanceQuery.caseDefinitionKeyLike
(String caseDefinitionKeyLike) Only select historic case instances with a definition key like the given value.HistoricCaseInstanceQuery.caseDefinitionKeyLikeIgnoreCase
(String caseDefinitionKeyLikeIgnoreCase) Only select historic case instances with a definition key like the given value, ignoring upper/lower case.HistoricCaseInstanceQuery.caseDefinitionKeys
(Set<String> caseDefinitionKeys) Only select historic case instances with the given keys.HistoricCaseInstanceQuery.caseDefinitionName
(String caseDefinitionName) Only select historic case instances with the given case definition name.HistoricCaseInstanceQuery.caseDefinitionNameLike
(String caseDefinitionNameLike) Only select historic case instances with a case definition name like the given value.HistoricCaseInstanceQuery.caseDefinitionNameLikeIgnoreCase
(String caseDefinitionNameLikeIgnoreCase) Only select historic case instances with a case definition name like the given value, ignoring upper/lower case.HistoricCaseInstanceQuery.caseDefinitionVersion
(Integer caseDefinitionVersion) Only select historic case instances with the given case definition version.HistoricCaseInstanceQuery.caseInstanceBusinessKey
(String caseInstanceBusinessKey) Only select historic case instances with the given business key.HistoricCaseInstanceQuery.caseInstanceBusinessKeyLike
(String caseInstanceBusinessKeyLike) Only select historic case instances with a business key like the given value.HistoricCaseInstanceQuery.caseInstanceBusinessKeyLikeIgnoreCase
(String caseInstanceBusinessKeyLikeIgnoreCase) Only select historic case instances with a business key like the given value, ignoring upper/lower case.HistoricCaseInstanceQuery.caseInstanceBusinessStatus
(String caseInstanceBusinessStatus) Only select historic case instances with the given business status.HistoricCaseInstanceQuery.caseInstanceBusinessStatusLike
(String caseInstanceBusinessStatusLike) Only select historic case instances with a business status like the given value.HistoricCaseInstanceQuery.caseInstanceBusinessStatusLikeIgnoreCase
(String caseInstanceBusinessStatusLikeIgnoreCase) Only select historic case instances with a business status like the given value, ignoring upper/lower case.HistoricCaseInstanceQuery.caseInstanceCallbackId
(String callbackId) Only select historic case instances that have the provided callback identifier.HistoricCaseInstanceQuery.caseInstanceCallbackType
(String callbackType) Only select historic case instances that have the provided callback type.HistoricCaseInstanceQuery.caseInstanceId
(String caseInstanceId) Only select historic case instances with the given identifier.HistoricCaseInstanceQuery.caseInstanceIds
(Set<String> caseInstanceIds) Only select historic case instances with one the given identifiers.HistoricCaseInstanceQuery.caseInstanceName
(String caseInstanceName) Only select historic case instances with the given name.HistoricCaseInstanceQuery.caseInstanceNameLike
(String caseInstanceNameLike) Only select historic case instances like the given name.HistoricCaseInstanceQuery.caseInstanceNameLikeIgnoreCase
(String nameLikeIgnoreCase) Only select case instances that have a name like (case insensitive) the given name.HistoricCaseInstanceQuery.caseInstanceParentId
(String parentId) Only select historic case instances with the parent identifier.HistoricCaseInstanceQuery.caseInstanceParentScopeId
(String parentScopeId) Only select historic case instances with the given case instance parent scope id.HistoricCaseInstanceQuery.caseInstanceReferenceId
(String referenceId) Only select historic case instance that have the provided reference identifier.HistoricCaseInstanceQuery.caseInstanceReferenceType
(String referenceType) Only select historic case instance that have the provided reference type.HistoricCaseInstanceQuery.caseInstanceRootScopeId
(String rootScopeId) Only select historic case instances with the given case instance root scope id.HistoricCaseInstanceQuery.caseInstanceTenantId
(String tenantId) Only select historic case instances that have the tenant identifier.HistoricCaseInstanceQuery.caseInstanceTenantIdLike
(String tenantIdLike) Only select historic case instances with a tenant identifier like the given value.HistoricCaseInstanceQuery.caseInstanceTenantIdLikeIgnoreCase
(String tenantIdLikeIgnoreCase) Only select historic case instances with a tenant identifier like the given value, ignoring upper/lower case.HistoricCaseInstanceQuery.caseInstanceWithoutTenantId()
Only select historic case instances that have no tenant identifier.HistoricCaseInstanceQuery.deploymentId
(String deploymentId) Only select historic case instances that are defined by a case definition with the given deployment identifier.HistoricCaseInstanceQuery.deploymentIds
(List<String> deploymentIds) Only select historic case instances that are defined by a case definition with one of the given deployment identifiers.HistoricCaseInstanceQuery.endOr()
End an OR statement.HistoricCaseInstanceQuery.finished()
Only select historic case instances that are finished.HistoricCaseInstanceQuery.finishedAfter
(Date afterTime) Only select historic case instances that are finished after the provided date time.HistoricCaseInstanceQuery.finishedBefore
(Date beforeTime) Only select historic case instances that are finished before the provided date time.HistoricCaseInstanceQuery.includeCaseVariables()
Include historic case variables in the historic case query resultHistoricCaseInstanceQuery.involvedGroup
(String groupId, String identityLinkType) Select the historic case instances with which the group with the given id and identity link type are involved.HistoricCaseInstanceQuery.involvedGroups
(Set<String> groupIds) Select the historic case instances with which the groups with the given ids are involved.HistoricCaseInstanceQuery.involvedUser
(String userId) Select the historic case instances with which the user with the given id is involved.HistoricCaseInstanceQuery.involvedUser
(String userId, String identityLinkType) Select the historic case instances with which the user with the given id and identity link type are involved.HistoricCaseInstanceQuery.lastReactivatedAfter
(Date afterTime) Only select historic case instance that are reactivated after the provided date time.HistoricCaseInstanceQuery.lastReactivatedBefore
(Date beforeTime) Only select historic case instance that are reactivated before the provided date time.HistoricCaseInstanceQuery.lastReactivatedBy
(String userId) Only select historic case instances that are reactivated by the provided user identifier.Localize case name to specified locale.HistoricCaseInstanceQuery.or()
Begin an OR statement.HistoricCaseInstanceQuery.orderByCaseDefinitionId()
HistoricCaseInstanceQuery.orderByCaseDefinitionKey()
HistoricCaseInstanceQuery.orderByCaseInstanceId()
HistoricCaseInstanceQuery.orderByCaseInstanceName()
HistoricCaseInstanceQuery.orderByEndTime()
HistoricCaseInstanceQuery.orderByStartTime()
HistoricCaseInstanceQuery.orderByTenantId()
HistoricCaseInstanceQuery.startedAfter
(Date afterTime) Only select historic case instances that are started after the provided date time.HistoricCaseInstanceQuery.startedBefore
(Date beforeTime) Only select historic case instances that are started before the provided date time.Only select historic case instances that are started by the provided user identifier.Only select historic case instances that have a state that is equal to the provided value.HistoricCaseInstanceQuery.unfinished()
Only select historic case instances that are not finished.HistoricCaseInstanceQuery.variableExists
(String name) Only select case instances which have a variable with the given name.HistoricCaseInstanceQuery.variableNotExists
(String name) Only select case instances which does not have a variable with the given name.HistoricCaseInstanceQuery.variableValueEquals
(Object value) Only select case instances which had at least one global variable with the given value when they ended.HistoricCaseInstanceQuery.variableValueEquals
(String name, Object value) Only select case instances which had a global variable with the given value when they ended.HistoricCaseInstanceQuery.variableValueEqualsIgnoreCase
(String name, String value) Only select historic case instances which have a string variable with the given value, case insensitive.HistoricCaseInstanceQuery.variableValueGreaterThan
(String name, Object value) Only select case instances which had a global variable value greater than the passed value when they ended.HistoricCaseInstanceQuery.variableValueGreaterThanOrEqual
(String name, Object value) Only select case instances which had a global variable value greater than or equal to the passed value when they ended.HistoricCaseInstanceQuery.variableValueLessThan
(String name, Object value) Only select case instances which had a global variable value less than the passed value when the ended.HistoricCaseInstanceQuery.variableValueLessThanOrEqual
(String name, Object value) Only select case instances which has a global variable value less than or equal to the passed value when they ended.HistoricCaseInstanceQuery.variableValueLike
(String name, String value) Only select case instances which had global variable value like the given value when they ended.HistoricCaseInstanceQuery.variableValueLikeIgnoreCase
(String name, String value) Only select case instances which had global variable value like (case insensitive) the given value when they ended.HistoricCaseInstanceQuery.variableValueNotEquals
(String name, Object value) Only select case instances which had a global variable with the given name, but with a different value than the passed value when they ended.HistoricCaseInstanceQuery.withLocalizationFallback()
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.HistoricCaseInstanceQuery.withoutCaseInstanceCallbackId()
Only select historic case instances that do not have a callback identifier.HistoricCaseInstanceQuery.withoutCaseInstanceParent()
Only select historic case instances without a parent identifier. -
Uses of HistoricCaseInstanceQuery in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl that return HistoricCaseInstanceQueryModifier and TypeMethodDescriptionDefaultCmmnHistoryCleaningManager.createHistoricCaseInstanceCleaningQuery()
CmmnHistoryServiceImpl.createHistoricCaseInstanceQuery()
-
Uses of HistoricCaseInstanceQuery in org.flowable.cmmn.engine.impl.delete
Fields in org.flowable.cmmn.engine.impl.delete declared as HistoricCaseInstanceQueryMethods in org.flowable.cmmn.engine.impl.delete that return HistoricCaseInstanceQueryModifier and TypeMethodDescriptionprotected static HistoricCaseInstanceQuery
BatchDeleteCaseConfig.createQuery
(com.fasterxml.jackson.databind.JsonNode queryNode, CmmnEngineConfiguration engineConfiguration) BatchDeleteCaseConfig.getQuery()
Methods in org.flowable.cmmn.engine.impl.delete with parameters of type HistoricCaseInstanceQueryModifier and TypeMethodDescriptionprotected static void
BatchDeleteCaseConfig.populateOrQueryObjects
(com.fasterxml.jackson.databind.JsonNode orQueryObjectsNode, HistoricCaseInstanceQuery query, CmmnEngineConfiguration engineConfiguration) protected static void
BatchDeleteCaseConfig.populateQuery
(com.fasterxml.jackson.databind.JsonNode queryNode, HistoricCaseInstanceQuery query, CmmnEngineConfiguration engineConfiguration) protected static void
BatchDeleteCaseConfig.populateQueryVariableValues
(com.fasterxml.jackson.databind.JsonNode variableValuesNode, HistoricCaseInstanceQuery query, CmmnEngineConfiguration engineConfiguration) -
Uses of HistoricCaseInstanceQuery in org.flowable.cmmn.engine.impl.history
Classes in org.flowable.cmmn.engine.impl.history that implement HistoricCaseInstanceQueryMethods in org.flowable.cmmn.engine.impl.history that return HistoricCaseInstanceQueryModifier and TypeMethodDescriptionHistoricCaseInstanceQueryImpl.activePlanItemDefinitionId
(String planItemDefinitionId) HistoricCaseInstanceQueryImpl.activePlanItemDefinitionIds
(Set<String> planItemDefinitionIds) HistoricCaseInstanceQueryImpl.caseDefinitionIds
(Set<String> caseDefinitionIds) HistoricCaseInstanceQueryImpl.caseInstanceCallbackId
(String callbackId) HistoricCaseInstanceQueryImpl.caseInstanceCallbackType
(String callbackType) HistoricCaseInstanceQueryImpl.caseInstanceReferenceId
(String referenceId) HistoricCaseInstanceQueryImpl.caseInstanceReferenceType
(String referenceType) HistoricCaseInstanceQueryImpl.endOr()
HistoricCaseInstanceQueryImpl.includeCaseVariables()
HistoricCaseInstanceQueryImpl.involvedGroup
(String groupId, String identityLinkType) HistoricCaseInstanceQueryImpl.involvedGroups
(Set<String> groupIds) HistoricCaseInstanceQueryImpl.involvedUser
(String userId) HistoricCaseInstanceQueryImpl.involvedUser
(String userId, String identityLinkType) HistoricCaseInstanceQueryImpl.lastReactivatedAfter
(Date afterTime) HistoricCaseInstanceQueryImpl.lastReactivatedBefore
(Date beforeTime) HistoricCaseInstanceQueryImpl.lastReactivatedBy
(String userId) HistoricCaseInstanceQueryImpl.or()
HistoricCaseInstanceQueryImpl.variableExists
(String name) HistoricCaseInstanceQueryImpl.variableNotExists
(String name) HistoricCaseInstanceQueryImpl.variableValueEquals
(Object variableValue) HistoricCaseInstanceQueryImpl.variableValueEquals
(String variableName, Object variableValue) HistoricCaseInstanceQueryImpl.variableValueEqualsIgnoreCase
(String name, String value) HistoricCaseInstanceQueryImpl.variableValueGreaterThan
(String name, Object value) HistoricCaseInstanceQueryImpl.variableValueGreaterThanOrEqual
(String name, Object value) HistoricCaseInstanceQueryImpl.variableValueLessThan
(String name, Object value) HistoricCaseInstanceQueryImpl.variableValueLessThanOrEqual
(String name, Object value) HistoricCaseInstanceQueryImpl.variableValueLike
(String name, String value) HistoricCaseInstanceQueryImpl.variableValueLikeIgnoreCase
(String name, String value) HistoricCaseInstanceQueryImpl.variableValueNotEquals
(String variableName, Object variableValue) HistoricCaseInstanceQueryImpl.variableValueNotEqualsIgnoreCase
(String name, String value) HistoricCaseInstanceQueryImpl.withLocalizationFallback()
HistoricCaseInstanceQueryImpl.withoutCaseInstanceCallbackId()
HistoricCaseInstanceQueryImpl.withoutCaseInstanceParent()
-
Uses of HistoricCaseInstanceQuery in org.flowable.cmmn.engine.impl.persistence.entity
Methods in org.flowable.cmmn.engine.impl.persistence.entity that return HistoricCaseInstanceQueryModifier and TypeMethodDescriptionHistoricCaseInstanceEntityManager.createHistoricCaseInstanceQuery()
HistoricCaseInstanceEntityManagerImpl.createHistoricCaseInstanceQuery()
Methods in org.flowable.cmmn.engine.impl.persistence.entity with parameters of type HistoricCaseInstanceQueryModifier and TypeMethodDescriptionlong
HistoricCaseInstanceEntityManager.countByCriteria
(HistoricCaseInstanceQuery query) long
HistoricCaseInstanceEntityManagerImpl.countByCriteria
(HistoricCaseInstanceQuery query) HistoricCaseInstanceEntityManager.findByCriteria
(HistoricCaseInstanceQuery query) HistoricCaseInstanceEntityManagerImpl.findByCriteria
(HistoricCaseInstanceQuery query) HistoricCaseInstanceEntityManager.findWithVariablesByQueryCriteria
(HistoricCaseInstanceQuery query) HistoricCaseInstanceEntityManagerImpl.findWithVariablesByQueryCriteria
(HistoricCaseInstanceQuery query) -
Uses of HistoricCaseInstanceQuery in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api with parameters of type HistoricCaseInstanceQueryModifier and TypeMethodDescriptionvoid
CmmnRestApiInterceptor.accessHistoryCaseInfoWithQuery
(HistoricCaseInstanceQuery historicCaseInstanceQuery, HistoricCaseInstanceQueryRequest request) -
Uses of HistoricCaseInstanceQuery in org.flowable.cmmn.rest.service.api.history.caze
Methods in org.flowable.cmmn.rest.service.api.history.caze with parameters of type HistoricCaseInstanceQueryModifier and TypeMethodDescriptionprotected void
HistoricCaseInstanceBaseResource.addVariables
(HistoricCaseInstanceQuery caseInstanceQuery, List<QueryVariable> variables)