public interface ProcessActivityHistoryService extends com.baomidou.mybatisplus.extension.service.IService<OaProcessActivityHistory>
| 限定符和类型 | 方法和说明 |
|---|---|
OaProcessActivityHistory |
copyAndSave(OaProcessActivity build)
复制并更新
|
List<OaProcessActivityHistory> |
listByProcInstId(Long instId,
boolean active)
查询流程实例中的所有活动
|
List<OaProcessActivityHistory> |
listFinishedByExecutionId(Long processInstId) |
count, 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, updateByIdList<OaProcessActivityHistory> listByProcInstId(Long instId, boolean active)
instId - OaProcessActivityHistory copyAndSave(OaProcessActivity build)
build - List<OaProcessActivityHistory> listFinishedByExecutionId(Long processInstId)
Copyright © 2023. All rights reserved.