|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface HistoricVariableInstanceQuery
Programmatic querying for HistoricVariableInstance
s.
方法摘要 | |
---|---|
HistoricVariableInstanceQuery |
excludeTaskVariables()
Only select historic process variables which were not set task-local. |
HistoricVariableInstanceQuery |
excludeVariableInitialization()
Don't initialize variable values. |
HistoricVariableInstanceQuery |
id(String id)
Only select a historic variable with the given id. |
HistoricVariableInstanceQuery |
orderByProcessInstanceId()
|
HistoricVariableInstanceQuery |
orderByVariableName()
|
HistoricVariableInstanceQuery |
processInstanceId(String processInstanceId)
Only select historic process variables with the given process instance. |
HistoricVariableInstanceQuery |
taskId(String taskId)
Only select historic process variables with the given task. |
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 |
从接口 org.activiti.engine.query.Query 继承的方法 |
---|
asc, count, desc, list, listPage, singleResult |
方法详细信息 |
---|
HistoricVariableInstanceQuery id(String id)
HistoricVariableInstanceQuery processInstanceId(String processInstanceId)
HistoricVariableInstanceQuery taskId(String taskId)
HistoricVariableInstanceQuery variableName(String variableName)
HistoricVariableInstanceQuery variableNameLike(String variableNameLike)
HistoricVariableInstanceQuery excludeTaskVariables()
HistoricVariableInstanceQuery excludeVariableInitialization()
HistoricVariableInstanceQuery variableValueEquals(String variableName, Object variableValue)
HistoricVariableInstanceQuery orderByProcessInstanceId()
HistoricVariableInstanceQuery orderByVariableName()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |