接口 FlwProcessDao
- 所有已知实现类:
FlwProcessDaoImpl
public interface FlwProcessDao
流程定义数据访问层接口
官网尊重知识产权,不允许非法使用,后果自负,不允许非法使用,后果自负
- 从以下版本开始:
- 1.0
- 作者:
- hubin
-
方法概要
修饰符和类型方法说明booleandeleteById(Long id) booleaninsert(FlwProcess process) selectById(Long id) selectListByProcessKey(String tenantId, String processKey) selectListByProcessKeyAndVersion(String tenantId, String processKey, Integer version) booleanupdateById(FlwProcess process) booleanupdateByProcessKey(FlwProcess process, String tenantId, String processKey)
-
方法详细资料
-
insert
-
deleteById
-
updateById
-
updateByProcessKey
-
selectById
-
selectListByProcessKeyAndVersion
List<FlwProcess> selectListByProcessKeyAndVersion(String tenantId, String processKey, Integer version) -
selectListByProcessKey
-