类的使用
com.codingapi.springboot.flow.matcher.OperatorMatcher
使用OperatorMatcher的程序包
程序包
说明
-
com.codingapi.springboot.flow.build中OperatorMatcher的使用
修饰符和类型方法说明FlowWorkBuilder.Nodes.node(String name, String code, String view, ApprovalType approvalType, OperatorMatcher operatorMatcher) FlowWorkBuilder.Nodes.node(String name, String code, String view, ApprovalType approvalType, OperatorMatcher operatorMatcher, boolean editable) FlowWorkBuilder.Nodes.node(String name, String code, String view, ApprovalType approvalType, OperatorMatcher operatorMatcher, long timeout, boolean editable) FlowWorkBuilder.Nodes.node(String name, String code, String view, ApprovalType approvalType, OperatorMatcher operatorMatcher, ErrTrigger errTrigger, boolean editable) 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中OperatorMatcher的使用
限定符构造器说明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.matcher中OperatorMatcher的使用
修饰符和类型方法说明static OperatorMatcherOperatorMatcher.anyOperatorMatcher()默认操作者匹配器static OperatorMatcherOperatorMatcher.creatorOperatorMatcher()创建者操作者匹配器static OperatorMatcherOperatorMatcher.specifyOperatorMatcher(long... userIds) 指定操作者匹配器