接口的使用
com.codingapi.springboot.flow.bind.IBindData
使用IBindData的程序包
程序包
说明
-
com.codingapi.springboot.flow.bind中IBindData的使用
参数类型为IBindData的com.codingapi.springboot.flow.bind中的构造器 -
com.codingapi.springboot.flow.content中IBindData的使用
限定符构造器说明FlowSession(FlowWork flowWork, FlowNode flowNode, IFlowOperator createOperator, IFlowOperator currentOperator, IBindData bindData, Opinion opinion, List<FlowRecord> historyRecords) -
com.codingapi.springboot.flow.event中IBindData的使用
参数类型为IBindData的com.codingapi.springboot.flow.event中的构造器限定符构造器说明FlowApprovalEvent(int state, FlowRecord flowRecord, IFlowOperator operator, FlowWork flowWork, IBindData bindData) -
com.codingapi.springboot.flow.service中IBindData的使用
修饰符和类型方法说明voidFlowService.interfere(long recordId, IFlowOperator currentOperator, IBindData bindData, Opinion opinion) 干预流程voidFlowService.save(long recordId, IFlowOperator currentOperator, IBindData bindData, String advice) 保存流程voidFlowService.startFlow(long workId, IFlowOperator operator, IBindData bindData, String advice) 发起流程 (不自动提交到下一节点)voidFlowService.submitFlow(long recordId, IFlowOperator currentOperator, IBindData bindData, Opinion opinion) 提交流程voidFlowService.transfer(long recordId, IFlowOperator currentOperator, IFlowOperator targetOperator, IBindData bindData, String advice) 转办流程