Uses of Interface
org.flowable.cmmn.api.history.HistoricVariableInstanceQuery
-
Uses of HistoricVariableInstanceQuery in org.flowable.cmmn.api
-
Uses of HistoricVariableInstanceQuery in org.flowable.cmmn.api.history
Modifier and TypeMethodDescriptionHistoricVariableInstanceQuery.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.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.Only select historic variables with the given task.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 valueHistoricVariableInstanceQuery.variableValueLike
(String variableName, String variableValue) only select historic variables like the given name and valueHistoricVariableInstanceQuery.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