| 程序包 | 说明 |
|---|---|
| cn.schoolwow.workflow.module.instance.kit |
| 限定符和类型 | 方法和说明 |
|---|---|
WorkFlowInstance |
WorkFlowInstanceServiceImpl.getSingleWorkFlowInstance(WorkFlowInstanceQuery workFlowInstanceQuery) |
WorkFlowInstance |
WorkFlowInstanceService.getSingleWorkFlowInstance(WorkFlowInstanceQuery workFlowInstanceQuery)
查询单个工作流实例
|
List<WorkFlowInstanceHistory> |
WorkFlowInstanceServiceImpl.getWorkFlowInstanceHistoryList(WorkFlowInstanceQuery workFlowInstanceQuery) |
List<WorkFlowInstanceHistory> |
WorkFlowInstanceService.getWorkFlowInstanceHistoryList(WorkFlowInstanceQuery workFlowInstanceQuery)
查询工作流实例历史操作记录
|
List<WorkFlowInstance> |
WorkFlowInstanceServiceImpl.getWorkFlowInstanceList(WorkFlowInstanceQuery workFlowInstanceQuery) |
List<WorkFlowInstance> |
WorkFlowInstanceService.getWorkFlowInstanceList(WorkFlowInstanceQuery workFlowInstanceQuery)
查询工作流实例
|
cn.schoolwow.quickdao.domain.database.dql.response.PageVo<WorkFlowInstance> |
WorkFlowInstanceServiceImpl.getWorkFlowInstancePagingList(WorkFlowInstanceQuery workFlowInstanceQuery,
int pageNumber,
int pageSize) |
cn.schoolwow.quickdao.domain.database.dql.response.PageVo<WorkFlowInstance> |
WorkFlowInstanceService.getWorkFlowInstancePagingList(WorkFlowInstanceQuery workFlowInstanceQuery,
int pageNumber,
int pageSize)
分页查询工作流实例
|
void |
WorkFlowInstanceServiceImpl.revokeWorkFlowInstance(WorkFlowInstanceQuery workFlowInstanceQuery) |
void |
WorkFlowInstanceService.revokeWorkFlowInstance(WorkFlowInstanceQuery workFlowInstanceQuery)
撤销工作流实例
|
Copyright © 2024. All rights reserved.