类的使用
com.codingapi.springboot.flow.bind.BindDataSnapshot
使用BindDataSnapshot的程序包
程序包
说明
-
com.codingapi.springboot.flow.domain中BindDataSnapshot的使用
修饰符和类型方法说明FlowNode.createRecord(long workId, String processId, long preId, String title, IFlowOperator createOperator, IFlowOperator currentOperator, BindDataSnapshot snapshot) 创建流程记录 -
com.codingapi.springboot.flow.pojo中BindDataSnapshot的使用
限定符构造器说明FlowDetail(FlowRecord flowRecord, BindDataSnapshot snapshot, FlowWork flowWork, List<FlowRecord> historyRecords, List<? extends IFlowOperator> operators) -
com.codingapi.springboot.flow.record中BindDataSnapshot的使用
修饰符和类型方法说明voidFlowRecord.autoPass(IFlowOperator flowOperator, BindDataSnapshot snapshot) 自动提交流程 (非会签时自通审批)voidFlowRecord.submitRecord(IFlowOperator flowOperator, BindDataSnapshot snapshot, Opinion opinion, FlowSourceDirection flowSourceDirection) 提交流程voidFlowRecord.transfer(IFlowOperator flowOperator, BindDataSnapshot snapshot, Opinion opinion) 转交流程 -
com.codingapi.springboot.flow.repository中BindDataSnapshot的使用
修饰符和类型方法说明voidFlowBindDataRepository.save(BindDataSnapshot snapshot) 保存数据voidFlowBindDataRepository.update(BindDataSnapshot snapshot) 更新数据