public interface FeelEngine
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | 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 | 
<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 availableFeelException - if the expression cannot be evaluatedboolean 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 availableFeelException - if the expression cannot be evaluatedCopyright © 2018. All rights reserved.