public interface HistoricCaseInstanceQuery extends Query<HistoricCaseInstanceQuery,HistoricCaseInstance>, DeleteQuery<HistoricCaseInstanceQuery,HistoricCaseInstance>, BatchDeleteQuery<HistoricCaseInstanceQuery>
Query.NullHandlingOnOrder| Modifier and Type | Method and Description |
|---|---|
HistoricCaseInstanceQuery |
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 |
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 |
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 |
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 |
caseInstanceBusinessStatus(String caseInstanceBusinessStatus)
Only select historic case instances with the given business status.
|
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 |
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 |
caseInstanceTenantId(String tenantId)
Only select historic case instances that have the tenant identifier.
|
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 result
|
HistoricCaseInstanceQuery |
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.
|
HistoricCaseInstanceQuery |
limitCaseVariables(Integer historicCaseVariablesLimit)
Deprecated.
no longer needed, this is a noop
|
HistoricCaseInstanceQuery |
locale(String locale)
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.
|
HistoricCaseInstanceQuery |
startedBy(String userId)
Only select historic case instances that are started by the provided user identifier.
|
HistoricCaseInstanceQuery |
state(String state)
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.
|
asc, count, desc, list, listPage, orderBy, orderBy, singleResultdelete, deleteWithRelatedDatadeleteInParallelUsingBatch, deleteSequentiallyUsingBatchHistoricCaseInstanceQuery caseInstanceId(String caseInstanceId)
HistoricCaseInstanceQuery caseInstanceIds(Set<String> caseInstanceIds)
HistoricCaseInstanceQuery caseInstanceName(String caseInstanceName)
HistoricCaseInstanceQuery caseInstanceNameLike(String caseInstanceNameLike)
HistoricCaseInstanceQuery caseInstanceNameLikeIgnoreCase(String nameLikeIgnoreCase)
nameLikeIgnoreCase - cannot be null. The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).HistoricCaseInstanceQuery caseInstanceBusinessKey(String caseInstanceBusinessKey)
HistoricCaseInstanceQuery caseInstanceBusinessStatus(String caseInstanceBusinessStatus)
HistoricCaseInstanceQuery caseInstanceParentId(String parentId)
HistoricCaseInstanceQuery withoutCaseInstanceParent()
HistoricCaseInstanceQuery caseDefinitionKey(String caseDefinitionKey)
HistoricCaseInstanceQuery caseDefinitionKeys(Set<String> caseDefinitionKeys)
HistoricCaseInstanceQuery caseDefinitionId(String caseDefinitionId)
HistoricCaseInstanceQuery caseDefinitionIds(Set<String> caseDefinitionIds)
HistoricCaseInstanceQuery caseDefinitionCategory(String caseDefinitionCategory)
HistoricCaseInstanceQuery caseDefinitionName(String caseDefinitionName)
HistoricCaseInstanceQuery caseDefinitionVersion(Integer caseDefinitionVersion)
HistoricCaseInstanceQuery includeCaseVariables()
@Deprecated HistoricCaseInstanceQuery limitCaseVariables(Integer historicCaseVariablesLimit)
HistoricCaseInstanceQuery deploymentId(String deploymentId)
HistoricCaseInstanceQuery deploymentIds(List<String> deploymentIds)
HistoricCaseInstanceQuery finished()
HistoricCaseInstanceQuery unfinished()
HistoricCaseInstanceQuery startedBefore(Date beforeTime)
HistoricCaseInstanceQuery startedAfter(Date afterTime)
HistoricCaseInstanceQuery finishedBefore(Date beforeTime)
HistoricCaseInstanceQuery finishedAfter(Date afterTime)
HistoricCaseInstanceQuery startedBy(String userId)
HistoricCaseInstanceQuery state(String state)
HistoricCaseInstanceQuery lastReactivatedBefore(Date beforeTime)
HistoricCaseInstanceQuery lastReactivatedAfter(Date afterTime)
HistoricCaseInstanceQuery lastReactivatedBy(String userId)
HistoricCaseInstanceQuery caseInstanceCallbackId(String callbackId)
HistoricCaseInstanceQuery caseInstanceCallbackType(String callbackType)
HistoricCaseInstanceQuery withoutCaseInstanceCallbackId()
HistoricCaseInstanceQuery caseInstanceReferenceId(String referenceId)
HistoricCaseInstanceQuery caseInstanceReferenceType(String referenceType)
HistoricCaseInstanceQuery caseInstanceTenantId(String tenantId)
HistoricCaseInstanceQuery caseInstanceWithoutTenantId()
HistoricCaseInstanceQuery or()
HistoricCaseInstanceQuery endOr()
HistoricCaseInstanceQuery activePlanItemDefinitionId(String planItemDefinitionId)
HistoricCaseInstanceQuery activePlanItemDefinitionIds(Set<String> planItemDefinitionIds)
HistoricCaseInstanceQuery involvedUser(String userId)
HistoricCaseInstanceQuery involvedUser(String userId, String identityLinkType)
HistoricCaseInstanceQuery involvedGroup(String groupId, String identityLinkType)
HistoricCaseInstanceQuery involvedGroups(Set<String> groupIds)
HistoricCaseInstanceQuery variableValueEquals(String name, Object value)
Serializable objects (which are not primitive type wrappers) are not supported.name - of the variable, cannot be null.HistoricCaseInstanceQuery variableValueEquals(Object value)
Serializable objects (which are not primitive type wrappers) are not supported.HistoricCaseInstanceQuery variableValueEqualsIgnoreCase(String name, String value)
name - name of the variable, cannot be null.value - value of the variable, cannot be null.HistoricCaseInstanceQuery variableValueNotEquals(String name, Object value)
Serializable objects (which are not primitive type wrappers) are not supported.name - of the variable, cannot be null.HistoricCaseInstanceQuery variableValueGreaterThan(String name, Object value)
Serializable objects (which are not primitive type wrappers) are not supported.name - cannot be null.value - cannot be null.HistoricCaseInstanceQuery variableValueGreaterThanOrEqual(String name, Object value)
Serializable objects (which are not
primitive type wrappers) are not supported.name - cannot be null.value - cannot be null.HistoricCaseInstanceQuery variableValueLessThan(String name, Object value)
Serializable objects (which are not primitive type wrappers) are not supported.name - cannot be null.value - cannot be null.HistoricCaseInstanceQuery variableValueLessThanOrEqual(String name, Object value)
Serializable objects (which are not primitive type wrappers) are not supported.name - cannot be null.value - cannot be null.HistoricCaseInstanceQuery variableValueLike(String name, String value)
name - cannot be null.value - cannot be null. The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).HistoricCaseInstanceQuery variableValueLikeIgnoreCase(String name, String value)
name - cannot be null.value - cannot be null. The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).HistoricCaseInstanceQuery variableExists(String name)
name - cannot be null.HistoricCaseInstanceQuery variableNotExists(String name)
name - cannot be null.HistoricCaseInstanceQuery locale(String locale)
HistoricCaseInstanceQuery withLocalizationFallback()
HistoricCaseInstanceQuery orderByCaseInstanceId()
HistoricCaseInstanceQuery orderByCaseInstanceName()
HistoricCaseInstanceQuery orderByCaseDefinitionKey()
HistoricCaseInstanceQuery orderByCaseDefinitionId()
HistoricCaseInstanceQuery orderByStartTime()
HistoricCaseInstanceQuery orderByEndTime()
HistoricCaseInstanceQuery orderByTenantId()
Copyright © 2022 Flowable. All rights reserved.