接口 FlowBindDataRepository
public interface FlowBindDataRepository
流程绑定数据仓库
流程绑定数据即,流程的表单数据
-
方法概要
修饰符和类型方法说明getBindDataSnapshotById(long id) 查询快照数据voidsave(BindDataSnapshot snapshot) 保存数据voidupdate(BindDataSnapshot snapshot) 更新数据
-
方法详细资料
-
save
保存数据- 参数:
snapshot- 数据
-
update
更新数据- 参数:
snapshot- 数据
-
getBindDataSnapshotById
查询快照数据- 参数:
id- 快照id- 返回:
- BindDataSnapshot
-