接口的使用
com.codingapi.springboot.flow.data.IBindData
使用IBindData的程序包
-
com.codingapi.springboot.flow.data中IBindData的使用
-
com.codingapi.springboot.flow.domain中IBindData的使用
修饰符和类型方法说明void绑定数据voidFlowWork.createNode(IBindData bindData, IFlowOperator operatorUser) 创建流程节点FlowNode.createRecord(long processId, long parentId, IBindData bindData, IFlowOperator operatorUser, IFlowOperator createOperatorUser) 创建流程记录FlowNode.createRecord(Opinion opinion, long parentId, long processId, IBindData bindData, IFlowOperator operatorUser, IFlowOperator createOperatorUser) 创建流程记录void保存流程void提交流程