| Package | Description |
|---|---|
| org.noear.solon.flow | |
| org.noear.solon.flow.intercept | |
| org.noear.solon.flow.stateful |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
FlowEngineDefault.condition_test(FlowDriver driver,
FlowExchanger exchanger,
Condition condition,
boolean def)
条件检测
|
default void |
FlowEngine.eval(Chain chain)
运行
|
default void |
FlowEngine.eval(Chain chain,
FlowContext context)
运行
|
default void |
FlowEngine.eval(Node startNode)
运行
|
default void |
FlowEngine.eval(Node startNode,
FlowContext context)
运行
|
default void |
FlowEngine.eval(Node startNode,
int depth,
FlowContext context)
运行
|
void |
FlowEngineDefault.eval(Node startNode,
int depth,
FlowExchanger exchanger)
评估
|
void |
FlowEngine.eval(Node startNode,
int depth,
FlowExchanger exchanger)
运行
|
default void |
FlowEngine.eval(String chainId)
运行
|
default void |
FlowEngine.eval(String chainId,
FlowContext context)
运行
|
default void |
FlowEngine.eval(String chainId,
String startId,
FlowContext context)
运行
|
default void |
FlowEngine.eval(String chainId,
String startId,
int depth,
FlowContext context)
运行
|
void |
FlowEngineDefault.eval(String chainId,
String startId,
int depth,
FlowExchanger exchanger)
评估
|
void |
FlowEngine.eval(String chainId,
String startId,
int depth,
FlowExchanger exchanger)
运行
|
protected void |
FlowEngineDefault.evalDo(ChainInvocation inv)
执行评估
|
protected boolean |
FlowEngineDefault.exclusive_run(FlowDriver driver,
FlowExchanger exchanger,
Node node,
int depth)
运行排他网关
|
protected boolean |
FlowEngineDefault.inclusive_run_in(FlowDriver driver,
FlowExchanger exchanger,
Node node,
int depth) |
protected boolean |
FlowEngineDefault.inclusive_run_out(FlowDriver driver,
FlowExchanger exchanger,
Node node,
int depth) |
protected boolean |
FlowEngineDefault.inclusive_run(FlowDriver driver,
FlowExchanger exchanger,
Node node,
int depth)
运行包容网关
|
protected boolean |
FlowEngineDefault.node_run(FlowDriver driver,
FlowExchanger exchanger,
Node node,
int depth)
运行节点
|
protected boolean |
FlowEngineDefault.parallel_run_in(FlowDriver driver,
FlowExchanger exchanger,
Node node,
int depth) |
protected boolean |
FlowEngineDefault.parallel_run_out(FlowDriver driver,
FlowExchanger exchanger,
Node node,
int depth) |
protected boolean |
FlowEngineDefault.parallel_run(FlowDriver driver,
FlowExchanger exchanger,
Node node,
int depth)
运行并行网关
|
Object |
FlowExchanger.runScript(String script)
运行脚本
|
void |
FlowExchanger.runTask(Node node,
String description)
运行任务
|
protected void |
FlowEngineDefault.task_exec(FlowDriver driver,
FlowExchanger exchanger,
Node node)
执行任务
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChainInterceptor.doIntercept(ChainInvocation invocation)
拦截链执行
|
void |
ChainInvocation.invoke()
调用
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatefulTask.runTask(FlowContext context)
运行任务
|
Copyright © 2025. All rights reserved.