Package com.codingapi.flow.node.nodes
Class ParallelBranchNode
java.lang.Object
com.codingapi.flow.node.BaseFlowNode
com.codingapi.flow.node.nodes.ParallelBranchNode
- All Implemented Interfaces:
IMapConvertor,IFlowNode
并行节点
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.codingapi.flow.node.BaseFlowNode
actions, id, name, order, strategies -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ParallelBranchNode.Builderbuilder()filterBranches(List<IFlowNode> nodeList, FlowSession flowSession) 匹配条件分支static ParallelBranchNodegetType()流程类型Methods inherited from class com.codingapi.flow.node.BaseFlowNode
actionManager, equals, fillNewRecord, fromMap, generateCurrentRecords, handle, isDone, isWaitRecordMargeParallelNode, setActions, setStrategies, strategyManager, toMap, verifyNode, verifySession
-
Field Details
-
NODE_TYPE
-
DEFAULT_NAME
- See Also:
-
-
Constructor Details
-
ParallelBranchNode
-
ParallelBranchNode
public ParallelBranchNode()
-
-
Method Details
-
getType
Description copied from interface:IFlowNode流程类型 -
filterBranches
匹配条件分支- Specified by:
filterBranchesin interfaceIFlowNode- Overrides:
filterBranchesin classBaseFlowNode- Parameters:
nodeList- 当前节点下的所有条件flowSession- 当前会话- Returns:
- 匹配的节点
-
formMap
-
builder
-