net.risesoft.pojo.Y9Result<List<ProcessInstanceModel>> |
RuntimeApi.getListBySuperProcessInstanceId(String tenantId,
String superProcessInstanceId) |
根据父流程实例获取子流程实例
|
net.risesoft.pojo.Y9Page<ProcessInstanceModel> |
ProcessDoingApi.getListByUserId(String tenantId,
String userId,
Integer page,
Integer rows) |
根据人员Id获取用户的在办任务(分页,包含流程变量)
|
net.risesoft.pojo.Y9Page<ProcessInstanceModel> |
ProcessDoingApi.getListByUserIdAndProcessDefinitionKey(String tenantId,
String userId,
String processDefinitionKey,
Integer page,
Integer rows) |
根据人员Id,事项ID获取用户的在办列表(分页,包含流程变量)
|
net.risesoft.pojo.Y9Page<ProcessInstanceModel> |
ProcessDoingApi.getListByUserIdAndProcessDefinitionKeyOrderBySendTime(String tenantId,
String userId,
String processDefinitionKey,
Integer page,
Integer rows) |
获取已办件列表,按办理的时间排序
|
net.risesoft.pojo.Y9Page<ProcessInstanceModel> |
ProcessDoingApi.getListByUserIdAndSystemName(String tenantId,
String userId,
String systemName,
Integer page,
Integer rows) |
根据人员Id,系统标识获取用户的在办列表(分页,包含流程变量)
|
net.risesoft.pojo.Y9Result<ProcessInstanceModel> |
RuntimeApi.getProcessInstance(String tenantId,
String processInstanceId) |
根据流程实例Id获取流程实例
|
net.risesoft.pojo.Y9Page<ProcessInstanceModel> |
RuntimeApi.getProcessInstancesByDefId(String tenantId,
String processDefinitionId,
Integer page,
Integer rows) |
根据流程定义id获取流程实例列表
|
net.risesoft.pojo.Y9Result<List<ProcessInstanceModel>> |
RuntimeApi.getProcessInstancesByKey(String tenantId,
String processDefinitionKey) |
根据流程定义Key获取流程实例列表
|
net.risesoft.pojo.Y9Page<ProcessInstanceModel> |
RuntimeApi.runningList(String tenantId,
String processInstanceId,
int page,
int rows) |
获取正在运行流程实例列表
|
net.risesoft.pojo.Y9Page<ProcessInstanceModel> |
ProcessDoingApi.searchListByUserId(String tenantId,
String userId,
String searchTerm,
Integer page,
Integer rows) |
条件搜索在办件
|
net.risesoft.pojo.Y9Page<ProcessInstanceModel> |
ProcessDoingApi.searchListByUserIdAndProcessDefinitionKey(String tenantId,
String userId,
String processDefinitionKey,
String searchTerm,
Integer page,
Integer rows) |
根据流程定义key条件搜索在办件
|
net.risesoft.pojo.Y9Page<ProcessInstanceModel> |
ProcessDoingApi.searchListByUserIdAndSystemName(String tenantId,
String userId,
String systemName,
String searchTerm,
Integer page,
Integer rows) |
根据系统名条件搜索在办件
|
net.risesoft.pojo.Y9Result<ProcessInstanceModel> |
RuntimeApi.startProcessInstanceByKey(String tenantId,
String orgUnitId,
String processDefinitionKey,
String systemName,
Map<String,Object> map) |
根据流程定义Key启动流程实例,设置流程变量,并返回流程实例,流程启动人是人员Id
|