public interface FlowNodeDao<T extends Node> extends WarmDao<T>
| Modifier and Type | Method and Description |
|---|---|
int |
deleteNodeByDefIds(Collection<? extends Serializable> defIds)
批量删除流程节点
|
List<T> |
getByNodeCodes(List<String> nodeCodes,
Long definitionId) |
delete, deleteById, deleteByIds, newEntity, save, saveBatch, selectById, selectByIds, selectCount, selectList, selectPage, updateBatch, updateByIdint deleteNodeByDefIds(Collection<? extends Serializable> defIds)
defIds - 需要删除的数据主键集合Copyright © 2024. All rights reserved.