| Package | Description |
|---|---|
| org.tinygroup.flow.config | |
| org.tinygroup.flow.impl |
| Modifier and Type | Method and Description |
|---|---|
Node |
SubFlow.getNode(String nodeId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Node> |
Flow.getNodeMap() |
List<Node> |
Flow.getNodes() |
List<Node> |
SubFlow.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.combine(Node parentNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
Flow.setNodes(List<Node> nodes) |
void |
SubFlow.setNodes(List<Node> nodes) |
| Modifier and Type | Method and Description |
|---|---|
Node |
ExceptionDealNodeInfo.getNode() |
Node |
NodeExceptionInfo.getNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionDealNodeInfo.setNode(Node node) |
void |
NodeExceptionInfo.setNode(Node node) |
protected void |
AbstractFlowExecutorImpl.setProperties(Node node,
ComponentInterface componentInstance,
Context context)
把配置的参数注入进去
|
| Constructor and Description |
|---|
ExceptionDealNodeInfo(Flow flow,
SubFlow subFlow,
Node node) |
NodeExceptionInfo(Flow flow,
SubFlow subFlow,
Node node,
Exception exception) |
Copyright © 2006–2018 TinyGroup. All rights reserved.