枚举类的使用
com.codingapi.springboot.flow.em.FlowType
使用FlowType的程序包
-
com.codingapi.springboot.flow.builder中FlowType的使用
修饰符和类型方法说明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) -
com.codingapi.springboot.flow.em中FlowType的使用