Package com.codingapi.flow.strategy.node
Class OperatorLoadStrategy
java.lang.Object
com.codingapi.flow.strategy.node.BaseStrategy
com.codingapi.flow.strategy.node.OperatorLoadStrategy
- All Implemented Interfaces:
ICopyAbility<INodeStrategy>,IMapConvertor,INodeStrategy
操作人配置策略
-
Field Summary
Fields inherited from interface com.codingapi.flow.strategy.node.INodeStrategy
TYPE_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OperatorLoadStrategy创建审批人设定策略voidcopy(INodeStrategy target) static OperatorLoadStrategystatic OperatorLoadStrategystatic OperatorLoadStrategy创建发起人设定策略loadOperators(FlowSession flowSession) toMap()Methods inherited from class com.codingapi.flow.strategy.node.BaseStrategy
verifyNode, verifySessionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.codingapi.flow.strategy.node.INodeStrategy
strategyType
-
Constructor Details
-
OperatorLoadStrategy
-
-
Method Details
-
copy
-
loadOperators
-
defaultStrategy
-
initiatorSelectStrategy
创建发起人设定策略 -
approverSelectStrategy
创建审批人设定策略 -
toMap
- Specified by:
toMapin interfaceIMapConvertor- Overrides:
toMapin classBaseStrategy
-
fromMap
-