| Package | Description |
|---|---|
| org.noear.solon.flow | |
| org.noear.solon.flow.driver |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Link.getCondition()
Deprecated.
3.3
Link.getWhen() |
Condition |
Link.getWhen()
分支流出条件
|
Condition |
Node.getWhen()
任务条件
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
FlowEngineDefault.condition_test(FlowDriver driver,
FlowContext context,
Condition condition,
boolean def)
条件检测
|
boolean |
FlowDriver.handleCondition(FlowContext context,
Condition condition)
处理条件检测
|
static boolean |
Condition.isNotEmpty(Condition c)
是否为非空
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractFlowDriver.handleCondition(FlowContext context,
Condition condition)
处理条件
|
protected boolean |
AbstractFlowDriver.handleConditionDo(FlowContext context,
Condition condition,
String description) |
protected boolean |
AbstractFlowDriver.tryAsScriptCondition(FlowContext context,
Condition condition,
String description)
尝试作为脚本条件运行
|
Copyright © 2025. All rights reserved.