@Service public class FlowBasicServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<FlowBasicMapper,FlowBasic> implements FlowBasicService
流程基础信息表 服务实现类
| 构造器和说明 |
|---|
FlowBasicServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<FlowMetaVo> |
getFlowMetaInfoV1(String flowName)
通过审批流名称获取审批流元数据信息,用于前端流程可视化展示,查询出所有正向流程梳理,即taskOrder大于0,允许非有向无环图的场景,如果是通过规则引擎判断分支的场景需要在nextStatusAlias中配置json字段
|
List<FlowMetaVo> |
getFlowMetaInfoV2(String flowName,
Object bizEntity)
通过审批流名称获取审批流元数据信息,用于前端流程可视化展示,查询出所有正向流程梳理,即taskOrder大于0,按先后排序后返回,必须是有向无环图的场景,如果是通过规则引擎判断分支的场景需要通过业务实体的实际值判断出分支走向,把实际要走过的最终线路返回
|
closeSqlSession, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getMap, getObj, getOne, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, getBaseMapper, getById, getMap, getObj, getOne, getOne, 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, updateByIdpublic List<FlowMetaVo> getFlowMetaInfoV1(String flowName)
FlowBasicServicegetFlowMetaInfoV1 在接口中 FlowBasicServiceflowName - 流程名称public List<FlowMetaVo> getFlowMetaInfoV2(String flowName, Object bizEntity)
FlowBasicServicegetFlowMetaInfoV2 在接口中 FlowBasicServiceflowName - 流程名称bizEntity - 业务实体Copyright © 2020. All rights reserved.