@Service @Transactional(rollbackFor=java.lang.Exception.class) public class CoreRptWorkflowLogServiceImpl extends BaseServiceImpl<CoreRptWorkflowLog> implements CoreRptWorkflowLogService
构造器和说明 |
---|
CoreRptWorkflowLogServiceImpl() |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CoreRptWorkflowLog> |
findByPid(java.lang.String pid)
通过流程实例id获取日志
|
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<CoreRptWorkflowLog> findByPid(java.lang.String pid) throws java.lang.Exception
CoreRptWorkflowLogService
findByPid
在接口中 CoreRptWorkflowLogService
pid
- 父节点idjava.lang.Exception
- 出错会抛出异常