Package com.codingapi.flow.pojo.response
Enum Class ProcessNode.OperatorStrategy
java.lang.Object
java.lang.Enum<ProcessNode.OperatorStrategy>
com.codingapi.flow.pojo.response.ProcessNode.OperatorStrategy
- All Implemented Interfaces:
Serializable,Comparable<ProcessNode.OperatorStrategy>,Constable
- Enclosing class:
- ProcessNode
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription审批人设定:当前节点审批时,审批人为下游该节点指定操作人发起人设定:流程创建时由发起人为该节点指定操作人无人员设置指定人员 -
Method Summary
Modifier and TypeMethodDescriptionstatic ProcessNode.OperatorStrategyReturns the enum constant of this class with the specified name.static ProcessNode.OperatorStrategy[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OPERATOR_LIST
指定人员 -
INITIATOR_SELECT
发起人设定:流程创建时由发起人为该节点指定操作人 -
APPROVER_SELECT
审批人设定:当前节点审批时,审批人为下游该节点指定操作人 -
NO_OPERATOR
无人员设置
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-