接口的使用
com.codingapi.springboot.flow.matcher.IOperatorMatcher
使用IOperatorMatcher的程序包
程序包
说明
-
com.codingapi.springboot.flow.builder中IOperatorMatcher的使用
修饰符和类型方法说明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中IOperatorMatcher的使用
修饰符和类型方法说明static List<? extends IFlowOperator> OperatorMatcher.matcher(IOperatorMatcher operatorMatcher, FlowRecord context) static List<? extends IFlowOperator> OperatorMatcher.matcher(IOperatorMatcher operatorMatcher, FlowRecord context, IFlowOperator operator) 匹配操作者static List<? extends IFlowOperator> OperatorMatcher.matcher(IOperatorMatcher operatorMatcher, IFlowOperator operator) -
com.codingapi.springboot.flow.matcher中IOperatorMatcher的使用
修饰符和类型类说明class任意操作者匹配器 传人任意操作者,返回操作者idclassclass指定操作者匹配器 传人指定操作者,返回操作者id