Uses of Interface
org.flowable.variable.api.history.HistoricVariableInstanceQuery
-
Uses of HistoricVariableInstanceQuery in org.flowable.variable.api.history
Modifier and TypeMethodDescriptionHistoricVariableInstanceQuery.excludeLocalVariables()
Only select historic process variables which were not set local.HistoricVariableInstanceQuery.excludeTaskVariables()
Only select historic process variables which were not set task-local.HistoricVariableInstanceQuery.excludeVariableInitialization()
Don't initialize variable values.HistoricVariableInstanceQuery.executionId
(String executionId) Only select historic process variables with the given id.HistoricVariableInstanceQuery.executionIds
(Set<String> executionIds) Only select historic process variables whose id is in the given set of ids.Only select a historic variable with the given id.HistoricVariableInstanceQuery.orderByProcessInstanceId()
HistoricVariableInstanceQuery.orderByVariableName()
HistoricVariableInstanceQuery.processInstanceId
(String processInstanceId) Only select historic process variables with the given process instance.Only select historic variables with the given scope id.Only select historic variables with the give scope type.HistoricVariableInstanceQuery.subScopeId
(String subScopeId) Only select historic variables with the given sub scope id.Only select historic process variables with the given task.Only select historic process variables whose id is in the given set of ids.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.variableValueEquals
(String variableName, Object variableValue) only select historic process variables with the given name and valueHistoricVariableInstanceQuery.variableValueLike
(String variableName, String variableValue) only select historic process variables like the given name and valueHistoricVariableInstanceQuery.variableValueLikeIgnoreCase
(String variableName, String variableValue) only select historic process variables like the given name and value (case insensitive)HistoricVariableInstanceQuery.variableValueNotEquals
(String variableName, Object variableValue) only select historic process variables that don't have the given name and value