类的使用
com.codingapi.springboot.flow.domain.FlowNode
使用FlowNode的程序包
程序包
说明
-
com.codingapi.springboot.flow.builder中FlowNode的使用
修饰符和类型方法说明FlowNodeFactory.Builder.node(String name, String code, FlowType flowType, IOutTrigger outTrigger, IOperatorMatcher outOperatorMatcher) FlowNodeFactory.Builder.node(String name, String code, String view, FlowType flowType, IOutTrigger outTrigger, IOperatorMatcher outOperatorMatcher) FlowNodeFactory.Builder.node(String name, String code, String view, FlowType flowType, IOutTrigger outTrigger, IOperatorMatcher outOperatorMatcher, IErrTrigger errTrigger, IOperatorMatcher errOperatorMatcher) FlowNodeFactory.Builder.startNode(String name, IOperatorMatcher operatorMatcher, IOutTrigger outTrigger) FlowNodeFactory.Builder.startNode(String name, String view, IOperatorMatcher operatorMatcher, IOutTrigger outTrigger) 修饰符和类型方法说明 -
com.codingapi.springboot.flow.context中FlowNode的使用
-
com.codingapi.springboot.flow.domain中FlowNode的使用
修饰符和类型方法说明FlowWork.getFlowNode(String code) 获取节点FlowRecord.getNextNodeByCode(String code) 通过编码获取节点FlowRecord.getPreNode()获取上一个节点FlowWork.startNode()FlowNode.triggerErrorNode(FlowRecord record) FlowNode.triggerNextNode(FlowRecord record) -
com.codingapi.springboot.flow.repository中FlowNode的使用
-
com.codingapi.springboot.flow.trigger中FlowNode的使用
修饰符和类型方法说明IErrTrigger.trigger(FlowRecord record) 触发异常IOutTrigger.trigger(FlowRecord record) 出口触发OverOutTrigger.trigger(FlowRecord record) ScriptOutTrigger.trigger(FlowRecord record)