@Service @Transactional(rollbackFor=java.lang.Exception.class) public class CoreRptWorkflowInstServiceImpl extends BaseServiceImpl<CoreRptWorkflowInst> implements CoreRptWorkflowInstService
| 构造器和说明 |
|---|
CoreRptWorkflowInstServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, saveJdbc, startProcess, startProcessclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addEntity, confirm, findAll, findList, getEntity, modify, removeById, removeByIds, startProcess, startProcesspublic java.util.List<CoreRptWorkflowInst> findDaiB() throws java.lang.Exception
CoreRptWorkflowInstServicefindDaiB 在接口中 CoreRptWorkflowInstServicejava.lang.Exception - 出错会抛出异常public java.util.List<CoreRptWorkflowInst> findAllChildren(java.lang.String rwid, boolean bIncludeSelf) throws java.lang.Exception
CoreRptWorkflowInstServicefindAllChildren 在接口中 CoreRptWorkflowInstServicerwid - 主键bIncludeSelf - 是否包含自身节点:true 包含,false:不包含java.lang.Exception - 出错会抛出异常