Package com.codingapi.flow.manager
Class ActionManager
java.lang.Object
com.codingapi.flow.manager.ActionManager
节点动作管理
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAction(Class<? extends IFlowAction> clazz) getActionById(String id) 获取节点动作getActionByType(String type) 获取节点动作voidvoidverifySession(FlowSession session)
-
Constructor Details
-
ActionManager
public ActionManager()
-
-
Method Details
-
getActionByType
获取节点动作 -
getActionById
获取节点动作- Parameters:
id- 动作id
-
verify
-
verifySession
-
getAction
-
getFirstAction
-