@Service public class ProcessExecutionServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<OaProcessExecutionMapper,OaProcessExecution> implements ProcessExecutionService
| 构造器和说明 |
|---|
ProcessExecutionServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
active(Long executionId)
继续线程
|
void |
finish(OaProcessExecution execution)
结束流程
|
void |
freshProcess(Long id,
String json)
刷新节点json
|
OaProcessExecution |
newExecution(String defId,
Long instanceId,
OaProcessNode startNode,
OaProcessExecution parent)
新建线程
|
OaProcessExecution |
newExecutionForInstance(OaProcessInstance inst)
启动新线程
|
void |
removeByProcessInstId(Long procInstId) |
void |
step(Long executionId,
OaProcessNode currentNode)
线程前进
|
void |
stopByInstId(Long instId,
String reason)
中断所有线程
|
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdgetListenerMap@Transactional(rollbackFor=java.lang.Exception.class) public OaProcessExecution newExecutionForInstance(OaProcessInstance inst)
ProcessExecutionService@Transactional(rollbackFor=java.lang.Exception.class) public OaProcessExecution newExecution(String defId, Long instanceId, OaProcessNode startNode, OaProcessExecution parent)
ProcessExecutionServicenewExecution 在接口中 ProcessExecutionService@Transactional(rollbackFor=java.lang.Exception.class) public void step(Long executionId, OaProcessNode currentNode)
step 在接口中 ProcessExecutionServiceexecutionId - @Transactional(rollbackFor=java.lang.Exception.class) public void removeByProcessInstId(Long procInstId)
removeByProcessInstId 在接口中 ProcessExecutionService@Transactional(rollbackFor=java.lang.Exception.class) public void finish(OaProcessExecution execution)
ProcessExecutionServicefinish 在接口中 ProcessExecutionService@Transactional(rollbackFor=java.lang.Exception.class) public void freshProcess(Long id, String json)
ProcessExecutionServicefreshProcess 在接口中 ProcessExecutionServicepublic void stopByInstId(Long instId, String reason)
ProcessExecutionServicestopByInstId 在接口中 ProcessExecutionService@Transactional(rollbackFor=java.lang.Exception.class) public void active(Long executionId)
active 在接口中 ProcessExecutionServiceexecutionId - Copyright © 2023. All rights reserved.