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