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