所有方法 实例方法 抽象方法
| 修饰符和类型 |
方法 |
说明 |
long |
getRecycleCountByProcessDefinitionKey(String processDefinitionKey) |
获取监控回收站统计
|
long |
getRecycleCountBySystemName(String systemName) |
获取监控回收站统计
|
long |
getRecycleCountByUserIdAndProcessDefinitionKey(String userId,
String processDefinitionKey) |
获取监控回收站统计
|
long |
getRecycleCountByUserIdAndSystemName(String userId,
String systemName) |
根据人员id获取监控回收站统计
|
net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> |
pageRecycleListByProcessDefinitionKey(String processDefinitionKey,
Integer page,
Integer rows) |
获取回收站列表
|
net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> |
pageRecycleListBySystemName(String systemName,
Integer page,
Integer rows) |
获取回收站列表
|
net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> |
pageRecycleListByUserIdAndProcessDefinitionKey(String userId,
String processDefinitionKey,
Integer page,
Integer rows) |
获取回收站列表
|
net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> |
pageRecycleListByUserIdAndSystemName(String userId,
String systemName,
Integer page,
Integer rows) |
根据人员id获取回收站列表
|
net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> |
searchRecycleListByProcessDefinitionKey(String processDefinitionKey,
String searchTerm,
Integer page,
Integer rows) |
条件搜索在办件
|
net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> |
searchRecycleListBySystemName(String systemName,
String searchTerm,
Integer page,
Integer rows) |
条件搜索在办件
|
net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> |
searchRecycleListByUserIdAndProcessDefinitionKey(String userId,
String processDefinitionKey,
String searchTerm,
Integer page,
Integer rows) |
条件搜索在办件
|
net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> |
searchRecycleListByUserIdAndSystemName(String userId,
String systemName,
String searchTerm,
Integer page,
Integer rows) |
Description: 条件搜索在办件
|