public class HistoryProcessVariableQueryImpl extends Object implements QueryJob, HistoryProcessVariableQuery
| 构造器和说明 |
|---|
HistoryProcessVariableQueryImpl(CommandService commandService) |
| 限定符和类型 | 方法和说明 |
|---|---|
HistoryProcessVariableQuery |
addOrderAsc(String property) |
HistoryProcessVariableQuery |
addOrderDesc(String property) |
int |
count() |
org.hibernate.Criteria |
getCriteria(org.hibernate.Session session,
boolean queryCount) |
HistoryProcessVariableQuery |
historyProcessInstanceId(long historyProcessInstanceId) |
HistoryProcessVariableQuery |
key(String key) |
List<HistoryVariable> |
list() |
HistoryProcessVariableQuery |
page(int firstResult,
int maxResults) |
public HistoryProcessVariableQueryImpl(CommandService commandService)
public org.hibernate.Criteria getCriteria(org.hibernate.Session session,
boolean queryCount)
getCriteria 在接口中 QueryJobpublic List<HistoryVariable> list()
list 在接口中 Query<List<HistoryVariable>>public int count()
count 在接口中 Query<List<HistoryVariable>>public HistoryProcessVariableQuery historyProcessInstanceId(long historyProcessInstanceId)
public HistoryProcessVariableQuery key(String key)
key 在接口中 HistoryProcessVariableQuerypublic HistoryProcessVariableQuery page(int firstResult, int maxResults)
page 在接口中 HistoryProcessVariableQuerypublic HistoryProcessVariableQuery addOrderAsc(String property)
addOrderAsc 在接口中 HistoryProcessVariableQuerypublic HistoryProcessVariableQuery addOrderDesc(String property)
addOrderDesc 在接口中 HistoryProcessVariableQueryCopyright © 2019 Bstek. All rights reserved.