Enum Class的使用
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, boolean mergeable, List<FlowButton> buttons) -
com.codingapi.springboot.flow.em中NodeType的使用
-
com.codingapi.springboot.flow.pojo中NodeType的使用
参数类型为NodeType的com.codingapi.springboot.flow.pojo中的构造器限定符构造器说明FlowStepNode(String id, String code, String name, NodeType type, boolean done, List<? extends IFlowOperator> operators)