类的使用
com.codingapi.springboot.flow.domain.Opinion
使用Opinion的程序包
程序包
说明
-
com.codingapi.springboot.flow.content中Opinion的使用
参数类型为Opinion的com.codingapi.springboot.flow.content中的构造器限定符构造器说明FlowSession(FlowWork flowWork, FlowNode flowNode, IFlowOperator createOperator, IFlowOperator currentOperator, IBindData bindData, Opinion opinion, List<FlowRecord> historyRecords) -
com.codingapi.springboot.flow.domain中Opinion的使用
-
com.codingapi.springboot.flow.record中Opinion的使用
修饰符和类型方法说明voidFlowRecord.submitRecord(IFlowOperator flowOperator, BindDataSnapshot snapshot, Opinion opinion, FlowSourceDirection flowSourceDirection) 提交流程voidFlowRecord.transfer(IFlowOperator flowOperator, BindDataSnapshot snapshot, Opinion opinion) 转交流程voidFlowRecord.updateOpinion(Opinion opinion) 更新opinion -
com.codingapi.springboot.flow.service中Opinion的使用
修饰符和类型方法说明voidFlowService.interfere(long recordId, IFlowOperator currentOperator, IBindData bindData, Opinion opinion) 干预流程voidFlowService.submitFlow(long recordId, IFlowOperator currentOperator, IBindData bindData, Opinion opinion) 提交流程