枚举类的使用
com.codingapi.springboot.flow.em.NodeType
使用NodeType的程序包
-
com.codingapi.springboot.flow.domain中NodeType的使用
参数类型为NodeType的com.codingapi.springboot.flow.domain中的构造器限定符构造器说明FlowNode(String id, String name, String code, String view, NodeType type, ApprovalType approvalType, TitleGenerator titleGenerator, OperatorMatcher operatorMatcher, long timeout, ErrTrigger errTrigger, boolean editable) -
com.codingapi.springboot.flow.em中NodeType的使用