@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, startProcess
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, addEntity, confirm, findAll, findList, getEntity, modify, removeById, removeByIds, startProcess, startProcess
public java.util.List<CoreRptWorkflowInst> findDaiB() throws java.lang.Exception
CoreRptWorkflowInstService
findDaiB
在接口中 CoreRptWorkflowInstService
java.lang.Exception
- 出错会抛出异常public java.util.List<CoreRptWorkflowInst> findAllChildren(java.lang.String rwid, boolean bIncludeSelf) throws java.lang.Exception
CoreRptWorkflowInstService
findAllChildren
在接口中 CoreRptWorkflowInstService
rwid
- 主键bIncludeSelf
- 是否包含自身节点:true 包含,false:不包含java.lang.Exception
- 出错会抛出异常