public interface HistoricVariableInstanceQuery extends Query<HistoricVariableInstanceQuery,HistoricVariableInstance>
Query.NullHandlingOnOrder| Modifier and Type | Method and Description |
|---|---|
HistoricVariableInstanceQuery |
caseInstanceId(String caseInstanceId)
Only select historic variables with the given case instance.
|
HistoricVariableInstanceQuery |
excludeLocalVariables()
Only select historic process variables which were not set local.
|
HistoricVariableInstanceQuery |
excludeTaskVariables()
Only select historic variables which were not set task-local.
|
HistoricVariableInstanceQuery |
excludeVariableInitialization()
Don't initialize variable values.
|
HistoricVariableInstanceQuery |
id(String id)
Only select a historic variable with the given id.
|
HistoricVariableInstanceQuery |
orderByVariableName()
order historic variables by the name.
|
HistoricVariableInstanceQuery |
planItemInstanceId(String planItemInstanceId)
Only select historic variables with the given plan item instance id.
|
HistoricVariableInstanceQuery |
taskId(String taskId)
Only select historic variables with the given task.
|
HistoricVariableInstanceQuery |
taskIds(Set<String> taskIds)
Only select historic variables whose id is in the given set of ids.
|
HistoricVariableInstanceQuery |
variableName(String variableName)
Only select historic variables with the given variable name.
|
HistoricVariableInstanceQuery |
variableNameLike(String variableNameLike)
Only select historic variables where the given variable name is like.
|
HistoricVariableInstanceQuery |
variableValueEquals(String variableName,
Object variableValue)
only select historic variables with the given name and value
|
HistoricVariableInstanceQuery |
variableValueLike(String variableName,
String variableValue)
only select historic variables like the given name and value
|
HistoricVariableInstanceQuery |
variableValueLikeIgnoreCase(String variableName,
String variableValue)
only select historic variables like the given name and value (case insensitive)
|
HistoricVariableInstanceQuery |
variableValueNotEquals(String variableName,
Object variableValue)
only select historic variables that don't have the given name and value
|
HistoricVariableInstanceQuery id(String id)
HistoricVariableInstanceQuery caseInstanceId(String caseInstanceId)
HistoricVariableInstanceQuery planItemInstanceId(String planItemInstanceId)
HistoricVariableInstanceQuery taskId(String taskId)
HistoricVariableInstanceQuery taskIds(Set<String> taskIds)
HistoricVariableInstanceQuery variableName(String variableName)
HistoricVariableInstanceQuery variableNameLike(String variableNameLike)
HistoricVariableInstanceQuery excludeTaskVariables()
HistoricVariableInstanceQuery excludeLocalVariables()
HistoricVariableInstanceQuery excludeVariableInitialization()
HistoricVariableInstanceQuery variableValueEquals(String variableName, Object variableValue)
HistoricVariableInstanceQuery variableValueNotEquals(String variableName, Object variableValue)
HistoricVariableInstanceQuery variableValueLike(String variableName, String variableValue)
HistoricVariableInstanceQuery variableValueLikeIgnoreCase(String variableName, String variableValue)
HistoricVariableInstanceQuery orderByVariableName()
Copyright © 2022 Flowable. All rights reserved.