Class FeelEngineImpl

java.lang.Object
org.camunda.bpm.dmn.feel.impl.juel.FeelEngineImpl
All Implemented Interfaces:
org.camunda.bpm.dmn.feel.impl.FeelEngine

public class FeelEngineImpl extends Object implements org.camunda.bpm.dmn.feel.impl.FeelEngine
  • Field Details

  • Constructor Details

  • Method Details

    • evaluateSimpleExpression

      public <T> T evaluateSimpleExpression(String simpleExpression, org.camunda.bpm.engine.variable.context.VariableContext variableContext)
      Specified by:
      evaluateSimpleExpression in interface org.camunda.bpm.dmn.feel.impl.FeelEngine
    • evaluateSimpleUnaryTests

      public boolean evaluateSimpleUnaryTests(String simpleUnaryTests, String inputName, org.camunda.bpm.engine.variable.context.VariableContext variableContext)
      Specified by:
      evaluateSimpleUnaryTests in interface org.camunda.bpm.dmn.feel.impl.FeelEngine
    • createContext

      protected org.camunda.bpm.impl.juel.jakarta.el.ELContext createContext(org.camunda.bpm.engine.variable.context.VariableContext variableContext)
    • transformSimpleUnaryTests

      protected org.camunda.bpm.impl.juel.jakarta.el.ValueExpression transformSimpleUnaryTests(String simpleUnaryTests, String inputName, org.camunda.bpm.impl.juel.jakarta.el.ELContext elContext)
    • transformToJuelExpression

      protected String transformToJuelExpression(String simpleUnaryTests, String inputName)