public interface HistoricVariableInstanceQuery extends Query<HistoricVariableInstanceQuery,HistoricVariableInstance>
HistoricVariableInstance
s.Modifier and Type | Method and Description |
---|---|
HistoricVariableInstanceQuery |
activityInstanceIdIn(String... activityInstanceIds)
Only select historic variable instances which have one of the activity instance ids.
|
HistoricVariableInstanceQuery |
disableBinaryFetching()
Disable fetching of byte array values.
|
HistoricVariableInstanceQuery |
executionIdIn(String... executionIds)
Only select historic variable instances which have one of the executions ids.
|
HistoricVariableInstanceQuery |
orderByProcessInstanceId() |
HistoricVariableInstanceQuery |
orderByVariableName() |
HistoricVariableInstanceQuery |
processInstanceId(String processInstanceId)
Only select historic process variables with the given process instance.
|
HistoricVariableInstanceQuery |
taskIdIn(String... taskIds)
Only select historic variable instances which have one of the task ids.
|
HistoricVariableInstanceQuery |
variableId(String id)
Only select the variable with the given Id
|
HistoricVariableInstanceQuery |
variableName(String variableName)
Only select historic process variables with the given variable name.
|
HistoricVariableInstanceQuery |
variableNameLike(String variableNameLike)
Only select historic process variables where the given variable name is like.
|
HistoricVariableInstanceQuery |
variableValueEquals(String variableName,
Object variableValue)
only select historic process variables with the given name and value
|
HistoricVariableInstanceQuery variableId(String id)
the
- id of the variable to selectHistoricVariableInstanceQuery processInstanceId(String processInstanceId)
HistoricVariableInstanceQuery variableName(String variableName)
HistoricVariableInstanceQuery variableNameLike(String variableNameLike)
HistoricVariableInstanceQuery variableValueEquals(String variableName, Object variableValue)
HistoricVariableInstanceQuery orderByProcessInstanceId()
HistoricVariableInstanceQuery orderByVariableName()
HistoricVariableInstanceQuery taskIdIn(String... taskIds)
HistoricVariableInstanceQuery executionIdIn(String... executionIds)
HistoricVariableInstanceQuery activityInstanceIdIn(String... activityInstanceIds)
HistoricVariableInstanceQuery disableBinaryFetching()
Copyright © 2015. All rights reserved.