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