类 SpelFlowExpression
java.lang.Object
net.sohelp.boot.engine.workflow.spring.adaptive.SpelFlowExpression
- 所有已实现的接口:
FlowExpression
Spring el表达式解析器
- 从以下版本开始:
- 1.0
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean根据表达式串、参数解析表达式并返回指定类型exprOfArgs(NodeExpression nodeExpression, Map<String, Object> args) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 net.sohelp.boot.engine.workflow.FlowExpression
eval, include, notInclude
-
构造器详细资料
-
SpelFlowExpression
public SpelFlowExpression()
-
-
方法详细资料
-
eval
从接口复制的说明:FlowExpression根据表达式串、参数解析表达式并返回指定类型- 指定者:
eval在接口中FlowExpression- 参数:
conditionList- 条件组列表args- 参数列表- 返回:
- T 返回对象
-
exprOfArgs
- 指定者:
exprOfArgs在接口中FlowExpression
-