public interface HistoricVariableInstanceQuery extends Query<HistoricVariableInstanceQuery,HistoricVariableInstance>
HistoricVariableInstance
s.Modifier and Type | Method and Description |
---|---|
HistoricVariableInstanceQuery |
activityInstanceIdIn(String... activityInstanceIds)
Only select historic variable instances which have one of the activity instance ids.
|
HistoricVariableInstanceQuery |
caseActivityIdIn(String... caseActivityIds)
Only select historic variable instances with one of the given case activity ids.
|
HistoricVariableInstanceQuery |
caseExecutionIdIn(String... caseExecutionIds)
Only select historic variable instances which have one of the case executions ids.
|
HistoricVariableInstanceQuery |
caseInstanceId(String caseInstanceId)
Only select historic case variables with the given case instance.
|
HistoricVariableInstanceQuery |
disableBinaryFetching()
Disable fetching of byte array and file values.
|
HistoricVariableInstanceQuery |
disableCustomObjectDeserialization()
Disable deserialization of variable values that are custom objects.
|
HistoricVariableInstanceQuery |
executionIdIn(String... executionIds)
Only select historic variable instances which have one of the executions ids.
|
HistoricVariableInstanceQuery |
includeDeleted()
Include variables that has been already deleted during the execution
|
HistoricVariableInstanceQuery |
orderByProcessInstanceId() |
HistoricVariableInstanceQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricVariableInstanceQuery |
orderByVariableName() |
HistoricVariableInstanceQuery |
processDefinitionId(String processDefinitionId)
Only select historic process variables for the given process definition
|
HistoricVariableInstanceQuery |
processDefinitionKey(String processDefinitionKey)
Only select historic process variables for the given process definition key
|
HistoricVariableInstanceQuery |
processInstanceId(String processInstanceId)
Only select historic process variables with the given process instance.
|
HistoricVariableInstanceQuery |
processInstanceIdIn(String... processInstanceIds)
Only select historic process variables with the given process instance ids.
|
HistoricVariableInstanceQuery |
taskIdIn(String... taskIds)
Only select historic variable instances which have one of the task ids.
|
HistoricVariableInstanceQuery |
tenantIdIn(String... tenantIds)
Only select historic variable instances with one of the given tenant ids.
|
HistoricVariableInstanceQuery |
variableId(String id)
Only select the variable with the given Id
|
HistoricVariableInstanceQuery |
variableName(String variableName)
Only select historic process variables with the given variable name.
|
HistoricVariableInstanceQuery |
variableNameLike(String variableNameLike)
Only select historic process variables where the given variable name is like.
|
HistoricVariableInstanceQuery |
variableTypeIn(String... variableTypes)
Only select historic process variables which match one of the given variable types.
|
HistoricVariableInstanceQuery |
variableValueEquals(String variableName,
Object variableValue)
only select historic process variables with the given name and value
|
HistoricVariableInstanceQuery variableId(String id)
the
- id of the variable to selectHistoricVariableInstanceQuery processInstanceId(String processInstanceId)
HistoricVariableInstanceQuery processDefinitionId(String processDefinitionId)
HistoricVariableInstanceQuery processDefinitionKey(String processDefinitionKey)
HistoricVariableInstanceQuery caseInstanceId(String caseInstanceId)
HistoricVariableInstanceQuery variableName(String variableName)
HistoricVariableInstanceQuery variableNameLike(String variableNameLike)
HistoricVariableInstanceQuery variableTypeIn(String... variableTypes)
HistoricVariableInstanceQuery variableValueEquals(String variableName, Object variableValue)
HistoricVariableInstanceQuery orderByProcessInstanceId()
HistoricVariableInstanceQuery orderByVariableName()
HistoricVariableInstanceQuery processInstanceIdIn(String... processInstanceIds)
HistoricVariableInstanceQuery taskIdIn(String... taskIds)
HistoricVariableInstanceQuery executionIdIn(String... executionIds)
HistoricVariableInstanceQuery caseExecutionIdIn(String... caseExecutionIds)
HistoricVariableInstanceQuery caseActivityIdIn(String... caseActivityIds)
HistoricVariableInstanceQuery activityInstanceIdIn(String... activityInstanceIds)
HistoricVariableInstanceQuery tenantIdIn(String... tenantIds)
HistoricVariableInstanceQuery orderByTenantId()
Query.asc()
or Query.desc()
).
Note that the ordering of historic variable instances without tenant id is database-specific.HistoricVariableInstanceQuery disableBinaryFetching()
HistoricVariableInstanceQuery disableCustomObjectDeserialization()
HistoricVariableInstanceQuery includeDeleted()
Copyright © 2022. All rights reserved.