类的使用
com.codingapi.springboot.flow.domain.FlowButton
使用FlowButton的程序包
-
com.codingapi.springboot.flow.build中FlowButton的使用
类型变量类型为FlowButton的com.codingapi.springboot.flow.build中的方法参数修饰符和类型方法说明FlowWorkBuilder.Nodes.node(String name, String code, String view, ApprovalType approvalType, OperatorMatcher operatorMatcher, boolean editable, List<FlowButton> buttons) FlowWorkBuilder.Nodes.node(String name, String code, String view, ApprovalType approvalType, OperatorMatcher operatorMatcher, long timeout, boolean editable, List<FlowButton> buttons) FlowWorkBuilder.Nodes.node(String name, String code, String view, ApprovalType approvalType, OperatorMatcher operatorMatcher, ErrTrigger errTrigger, boolean editable, List<FlowButton> buttons) FlowWorkBuilder.Nodes.node(String name, String code, String view, ApprovalType approvalType, OperatorMatcher operatorMatcher, List<FlowButton> buttons) FlowWorkBuilder.Nodes.node(String id, String name, String code, String view, ApprovalType approvalType, OperatorMatcher operatorMatcher, long timeout, TitleGenerator titleGenerator, ErrTrigger errTrigger, boolean editable, List<FlowButton> buttons) -
com.codingapi.springboot.flow.domain中FlowButton的使用
类型变量类型为FlowButton的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, List<FlowButton> buttons)