public interface CoreRptWorkflowInstService extends BaseService<CoreRptWorkflowInst>
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CoreRptWorkflowInst> |
findAllChildren(java.lang.String rwid,
boolean bIncludeSelf)
获取rwid流程下的所有子流程实例
|
java.util.List<CoreRptWorkflowInst> |
findDaiB()
查找待办
|
add, addEntity, confirm, findAll, findList, getEntity, modify, removeById, removeByIds, startProcess, startProcess
java.util.List<CoreRptWorkflowInst> findDaiB() throws java.lang.Exception
java.lang.Exception
- 出错会抛出异常java.util.List<CoreRptWorkflowInst> findAllChildren(java.lang.String rwid, boolean bIncludeSelf) throws java.lang.Exception
rwid
- 主键bIncludeSelf
- 是否包含自身节点:true 包含,false:不包含java.lang.Exception
- 出错会抛出异常