| Package | Description |
|---|---|
| org.tinygroup.flow | |
| org.tinygroup.flow.impl | |
| org.tinygroup.flowbasicservice | |
| org.tinygroup.flowprocessor |
| Modifier and Type | Method and Description |
|---|---|
Flow |
FlowManager.getFlow(String flowId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Flow> |
FlowManager.getFlowIdMap()
返回流程Map
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowManager.addFlow(Flow flow) |
Context |
FlowExecutor.getInputContext(Flow flow,
Context context) |
Context |
FlowExecutor.getOutputContext(Flow flow,
Context context) |
void |
FlowManager.removeFlow(Flow flow) |
| Modifier and Type | Method and Description |
|---|---|
Flow |
ExceptionDealNodeInfo.getFlow() |
Flow |
NodeExceptionInfo.getFlow() |
Flow |
FlowManagerImpl.getFlow(String flowId) |
Flow |
AbstractOldFlowExecutorImpl.getFlow(String flowId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Flow> |
FlowManagerImpl.getFlowIdMap() |
Map<String,Flow> |
AbstractOldFlowExecutorImpl.getFlowIdMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowManagerImpl.addFlow(Flow flow) |
void |
AbstractOldFlowExecutorImpl.addFlow(Flow flow) |
protected void |
AbstractFlowExecutorImpl.checkInputParameter(Flow flow,
Context context) |
protected void |
AbstractFlowExecutorImpl.checkOutputParameter(Flow flow,
Context context) |
Context |
AbstractFlowExecutorImpl.getInputContext(Flow flow,
Context context) |
protected Context |
AbstractFlowExecutorImpl.getNewContext(Flow flow,
Context context)
获取一个新环境
|
Context |
AbstractFlowExecutorImpl.getOutputContext(Flow flow,
Context context) |
void |
FlowManagerImpl.removeFlow(Flow flow) |
void |
AbstractOldFlowExecutorImpl.removeFlow(Flow flow) |
void |
ExceptionDealNodeInfo.setFlow(Flow flow) |
void |
NodeExceptionInfo.setFlow(Flow flow) |
| Constructor and Description |
|---|
ExceptionDealNodeInfo(Flow flow,
SubFlow subFlow,
Node node) |
NodeExceptionInfo(Flow flow,
SubFlow subFlow,
Node node,
Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
Flow |
FlowBasicService.getFlow(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Flow> |
FlowBasicService.getFlows() |
| Constructor and Description |
|---|
FlowServiceInfo(Flow flow) |
Copyright © 2006–2018 TinyGroup. All rights reserved.