接口 FlwInstanceDao
- 所有已知实现类:
FlwInstanceDaoImpl
public interface FlwInstanceDao
流程实例数据访问层接口
官网尊重知识产权,不允许非法使用,后果自负,不允许非法使用,后果自负
- 从以下版本开始:
- 1.0
- 作者:
- hubin
-
方法概要
修饰符和类型方法说明booleandeleteById(Long id) booleandeleteByProcessId(Long processId) booleaninsert(FlwInstance flwInstance) selectById(Long id) selectCountByParentInstanceId(Long parentInstanceId) selectListByBusinessKey(String businessKey) selectListByParentInstanceId(Long parentInstanceId) booleanupdateById(FlwInstance instance)
-
方法详细资料
-
insert
-
deleteById
-
deleteByProcessId
-
updateById
-
selectCountByParentInstanceId
-
selectById
-
selectListByParentInstanceId
-
selectListByBusinessKey
-