| 程序包 | 说明 |
|---|---|
| cn.gtmap.gtcc.clients.workflow |
| 限定符和类型 | 方法和说明 |
|---|---|
HistoricProcessInstance |
WorkflowClient.findHistoryProcessInstance(String userName)
查询历史流程实例
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<HistoricProcessInstance> |
WorkflowClient.applyYb(String role,
String userName) |
org.springframework.data.domain.Page<HistoricProcessInstance> |
WorkflowClient.findHistoryProcessInstance(String userName,
org.springframework.data.domain.Pageable pageable)
查询历史流程实例
|
List<HistoricProcessInstance> |
WorkflowClient.findResApplyProcess(String state,
String role,
String userName) |
org.springframework.data.domain.Page<HistoricProcessInstance> |
WorkflowClient.findResApplyProcess(String state,
String role,
String userName,
org.springframework.data.domain.Pageable pageable)
find resource apply
|
Copyright © 2019 GTMAP. All rights reserved.