接口的使用
com.codingapi.springboot.flow.user.IFlowOperator
使用IFlowOperator的程序包
程序包
说明
-
com.codingapi.springboot.flow.build中IFlowOperator的使用
-
com.codingapi.springboot.flow.content中IFlowOperator的使用
限定符构造器说明FlowSession(FlowWork flowWork, FlowNode flowNode, IFlowOperator createOperator, IFlowOperator currentOperator, IBindData bindData, Opinion opinion, List<FlowRecord> historyRecords) -
com.codingapi.springboot.flow.domain中IFlowOperator的使用
返回变量类型为IFlowOperator的类型的com.codingapi.springboot.flow.domain中的方法修饰符和类型方法说明List<? extends IFlowOperator> FlowNode.loadFlowNodeOperator(FlowSession flowSession, FlowOperatorRepository flowOperatorRepository) 加载节点的操作者修饰符和类型方法说明FlowNode.createRecord(long workId, String processId, long preId, String title, IFlowOperator createOperator, IFlowOperator currentOperator, BindDataSnapshot snapshot) 创建流程记录限定符构造器说明FlowWork(IFlowOperator createUser) 构造函数FlowWork(String title, String description, int postponedMax, IFlowOperator createUser) -
com.codingapi.springboot.flow.event中IFlowOperator的使用
限定符构造器说明FlowApprovalEvent(int state, FlowRecord flowRecord, IFlowOperator operator, FlowWork flowWork, IBindData bindData) -
com.codingapi.springboot.flow.record中IFlowOperator的使用
修饰符和类型方法说明voidFlowRecord.autoPass(IFlowOperator flowOperator, BindDataSnapshot snapshot) 自动提交流程 (非会签时自通审批)booleanFlowRecord.isOperator(IFlowOperator operator) 是否是当前操作者voidFlowRecord.matcherOperator(IFlowOperator currentOperator) 匹配操作者voidFlowRecord.submitRecord(IFlowOperator flowOperator, BindDataSnapshot snapshot, Opinion opinion, FlowSourceDirection flowSourceDirection) 提交流程voidFlowRecord.transfer(IFlowOperator flowOperator, BindDataSnapshot snapshot, Opinion opinion) 转交流程voidFlowRecord.transferToTodo(String title, IFlowOperator operator) 转办产生的流程记录 -
com.codingapi.springboot.flow.repository中IFlowOperator的使用
返回变量类型为IFlowOperator的类型的com.codingapi.springboot.flow.repository中的方法 -
com.codingapi.springboot.flow.service中IFlowOperator的使用
修饰符和类型方法说明FlowService.detail(long recordId, IFlowOperator currentOperator) 流程详情 如果传递了currentOperator为流程的审批者时,在查看详情的时候可以将流程记录标记为已读voidFlowService.interfere(long recordId, IFlowOperator currentOperator, IBindData bindData, Opinion opinion) 干预流程voidFlowService.postponed(long recordId, IFlowOperator currentOperator, long time) 延期待办voidFlowService.recall(long recordId, IFlowOperator currentOperator) 撤回流程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) 转办流程voidFlowService.urge(long recordId, IFlowOperator currentOperator) 催办流程 -
com.codingapi.springboot.flow.user中IFlowOperator的使用