类的使用
com.codingapi.springboot.flow.generator.TitleGenerator
使用TitleGenerator的程序包
程序包
说明
-
com.codingapi.springboot.flow.build中TitleGenerator的使用
修饰符和类型方法说明FlowWorkBuilder.Nodes.node(String id, String name, String code, String view, ApprovalType approvalType, OperatorMatcher operatorMatcher, long timeout, TitleGenerator titleGenerator, ErrTrigger errTrigger, boolean editable) -
com.codingapi.springboot.flow.domain中TitleGenerator的使用
限定符构造器说明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.generator中TitleGenerator的使用