| Package | Description |
|---|---|
| org.flowable.variable.api.history |
| Modifier and Type | Method and Description |
|---|---|
HistoricVariableInstanceQuery |
HistoricVariableInstanceQuery.excludeTaskVariables()
Only select historic process variables which were not set task-local.
|
HistoricVariableInstanceQuery |
HistoricVariableInstanceQuery.excludeVariableInitialization()
Don't initialize variable values.
|
HistoricVariableInstanceQuery |
HistoricVariableInstanceQuery.executionId(String executionId)
Only select historic process variables with the given id.
|
HistoricVariableInstanceQuery |
HistoricVariableInstanceQuery.executionIds(Set<String> executionIds)
Only select historic process variables whose id is in the given set of ids.
|
HistoricVariableInstanceQuery |
HistoricVariableInstanceQuery.id(String id)
Only select a historic variable with the given id.
|
HistoricVariableInstanceQuery |
HistoricVariableInstanceQuery.orderByProcessInstanceId() |
HistoricVariableInstanceQuery |
HistoricVariableInstanceQuery.orderByVariableName() |
HistoricVariableInstanceQuery |
HistoricVariableInstanceQuery.processInstanceId(String processInstanceId)
Only select historic process variables with the given process instance.
|
HistoricVariableInstanceQuery |
HistoricVariableInstanceQuery.scopeId(String scopeId)
Only select historic variables with the given scope id.
|
HistoricVariableInstanceQuery |
HistoricVariableInstanceQuery.scopeType(String scopeType)
Only select historic variables with the give scope type.
|
HistoricVariableInstanceQuery |
HistoricVariableInstanceQuery.subScopeId(String subScopeId)
Only select historic variables with the given sub scope id.
|
HistoricVariableInstanceQuery |
HistoricVariableInstanceQuery.taskId(String taskId)
Only select historic process variables with the given task.
|
HistoricVariableInstanceQuery |
HistoricVariableInstanceQuery.taskIds(Set<String> taskIds)
Only select historic process variables whose id is in the given set of ids.
|
HistoricVariableInstanceQuery |
HistoricVariableInstanceQuery.variableName(String variableName)
Only select historic process variables with the given variable name.
|
HistoricVariableInstanceQuery |
HistoricVariableInstanceQuery.variableNameLike(String variableNameLike)
Only select historic process variables where the given variable name is like.
|
HistoricVariableInstanceQuery |
HistoricVariableInstanceQuery.variableValueEquals(String variableName,
Object variableValue)
only select historic process variables with the given name and value
|
HistoricVariableInstanceQuery |
HistoricVariableInstanceQuery.variableValueLike(String variableName,
String variableValue)
only select historic process variables like the given name and value
|
HistoricVariableInstanceQuery |
HistoricVariableInstanceQuery.variableValueLikeIgnoreCase(String variableName,
String variableValue)
only select historic process variables like the given name and value (case insensitive)
|
HistoricVariableInstanceQuery |
HistoricVariableInstanceQuery.variableValueNotEquals(String variableName,
Object variableValue)
only select historic process variables that don't have the given name and value
|
Copyright © 2020 Flowable. All rights reserved.