|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FeelEngine
Engine to evaluate FEEL expressions.
| Method Summary | ||
|---|---|---|
|
evaluateSimpleExpression(String simpleExpression,
org.camunda.bpm.engine.variable.context.VariableContext variableContext)
Evaluate a FEEL simple expression |
|
boolean |
evaluateSimpleUnaryTests(String simpleUnaryTests,
String inputName,
org.camunda.bpm.engine.variable.context.VariableContext variableContext)
Evaluate a FEEL simple unary tests expression |
|
| Method Detail |
|---|
<T> T evaluateSimpleExpression(String simpleExpression,
org.camunda.bpm.engine.variable.context.VariableContext variableContext)
T - the expected return typesimpleExpression - the simple expression to evaluatevariableContext - the variable context which are available
FeelException - if the expression cannot be evaluated
boolean evaluateSimpleUnaryTests(String simpleUnaryTests,
String inputName,
org.camunda.bpm.engine.variable.context.VariableContext variableContext)
simpleUnaryTests - the simple unary tests expression to evaluateinputName - the name of the variable which is testedvariableContext - the variable context are available
FeelException - if the expression cannot be evaluated
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||