接口 FlwTaskMapper
- 所有超级接口:
com.baomidou.mybatisplus.core.mapper.BaseMapper<FlwTask>,com.baomidou.mybatisplus.core.mapper.Mapper<FlwTask>
任务 Mapper
- 从以下版本开始:
- 1.0
-
方法概要
修饰符和类型方法说明default LongselectCountByParentTaskId(Long parentTaskId) 根据父任务ID获取任务数量selectListByInstanceId(Long instanceId) 根据流程实例ID获取任务列表selectListByParentTaskId(Long parentTaskId) 根据父任务ID获取任务列表从接口继承的方法 com.baomidou.mybatisplus.core.mapper.BaseMapper
delete, deleteBatchIds, deleteById, deleteById, deleteById, deleteByIds, deleteByIds, deleteByMap, exists, insert, insert, insert, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, selectBatchIds, selectBatchIds, selectById, selectByIds, selectByIds, selectByMap, selectByMap, selectCount, selectList, selectList, selectList, selectList, selectMaps, selectMaps, selectMaps, selectMaps, selectMapsPage, selectObjs, selectObjs, selectOne, selectOne, selectPage, update, update, updateById, updateById, updateById
-
方法详细资料
-
selectListByInstanceId
根据流程实例ID获取任务列表- 参数:
instanceId- 流程实例ID- 返回:
- 任务列表
-
selectListByParentTaskId
根据父任务ID获取任务列表- 参数:
parentTaskId- 父任务ID- 返回:
- 任务列表
-
selectCountByParentTaskId
根据父任务ID获取任务数量- 参数:
parentTaskId- 父任务ID- 返回:
- 任务数量
-