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