| Modifier and Type | Method and Description |
|---|---|
Node |
NodeOperator.build(Object[] objects) |
| Modifier and Type | Method and Description |
|---|---|
Node |
NodeComponent.getRefNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeComponent.setRefNode(Node refNode) |
| Modifier and Type | Method and Description |
|---|---|
static Node |
FlowBus.getFallBackNode(NodeTypeEnum nodeType) |
static Node |
FlowBus.getNode(String nodeId) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Node> |
FlowBus.getNodeMap() |
| Modifier and Type | Method and Description |
|---|---|
static void |
FlowBus.compileScriptNode(Node node) |
| Modifier and Type | Class and Description |
|---|---|
class |
FallbackNode
降级组件代理
|
| Modifier and Type | Method and Description |
|---|---|
Node |
FallbackNode.clone() |
Node |
Node.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Condition.getAllNodeInCondition() |
| Modifier and Type | Method and Description |
|---|---|
Node |
ForCondition.getForNode() |
Node |
IteratorCondition.getIteratorNode() |
Node |
SwitchCondition.getSwitchNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
ForCondition.setForNode(Node forNode) |
void |
IteratorCondition.setIteratorNode(Node iteratorNode) |
void |
SwitchCondition.setSwitchNode(Node switchNode) |
| Modifier and Type | Method and Description |
|---|---|
Node |
CmpStep.getRefNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
CmpStep.setRefNode(Node refNode) |
| Modifier and Type | Method and Description |
|---|---|
Node |
NodeInstanceIdManageSpi.getNodeByIdAndIndex(String chainId,
String nodeId,
Integer index) |
Node |
BaseNodeInstanceIdManageSpi.getNodeByIdAndIndex(String chainId,
String nodeId,
Integer index)
根据nodeId和index返回Node节点信息
|
Node |
NodeInstanceIdManageSpi.getNodeByIdAndInstanceId(String chainId,
String instanceId) |
Node |
BaseNodeInstanceIdManageSpi.getNodeByIdAndInstanceId(String chainId,
String instanceId)
根据chainId instanceId返回Node节点信息
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostProcessNodeBuildLifeCycle.postProcessAfterNodeBuild(Node node) |
void |
PostProcessNodeBuildLifeCycle.postProcessBeforeNodeBuild(Node node) |
| Modifier and Type | Method and Description |
|---|---|
static Node |
LiteflowMetaOperator.getNode(String chainId,
String nodeInstanceId)
通过chainId和nodeInstanceId去获得具体的Node节点
注意nodeInstance只有打开liteflow.enable-node-instance-id=true才会在Node对象中有
|
static Node |
LiteflowMetaOperator.getNode(String chainId,
String nodeId,
int index)
通过chainId,nodeId,index去获取具体的Node节点
只有打开liteflow.enable-node-instance-id=true才会正常调用这个
|
| Modifier and Type | Method and Description |
|---|---|
static List<Node> |
LiteflowMetaOperator.getNodes(Executable executable)
从任意Executable对象中取到Node列表
|
static List<Node> |
LiteflowMetaOperator.getNodes(String chainId)
通过chainId获得这个chain中所有的Node
|
static List<Node> |
LiteflowMetaOperator.getNodes(String chainId,
String nodeId)
通过chainId和nodeId获得Node列表
|
static List<Node> |
LiteflowMetaOperator.getNodesInAllChain(String nodeId)
通过nodeId找到在所有Chain中存在的Node对象列表
|
Copyright © 2025. All rights reserved.