| Package | Description |
|---|---|
| org.tinygroup.flow | |
| org.tinygroup.flow.impl |
| Modifier and Type | Method and Description |
|---|---|
SubFlow |
SubFlowManager.getSubFlow(String subFlowId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SubFlow> |
SubFlowManager.getSubFlowIdMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubFlowManager.addSubFlow(SubFlow subFlow) |
void |
SubFlowManager.removeSubFlow(SubFlow subFlow) |
| Modifier and Type | Method and Description |
|---|---|
SubFlow |
ExceptionDealNodeInfo.getSubFlow() |
SubFlow |
NodeExceptionInfo.getSubFlow() |
SubFlow |
SubFlowManagerImpl.getSubFlow(String subFlowId) |
SubFlow |
AbstractOldFlowExecutorImpl.getSubFlow(String subFlowId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SubFlow> |
SubFlowManagerImpl.getSubFlowIdMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubFlowManagerImpl.addSubFlow(SubFlow subFlow) |
void |
AbstractOldFlowExecutorImpl.addSubFlow(SubFlow subFlow) |
void |
SubFlowManagerImpl.removeSubFlow(SubFlow subFlow) |
void |
AbstractOldFlowExecutorImpl.removeSubFlow(SubFlow subFlow) |
void |
ExceptionDealNodeInfo.setSubFlow(SubFlow subFlow) |
void |
NodeExceptionInfo.setSubFlow(SubFlow subFlow) |
| 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.