Class FeelConnectorFunctionProvider

java.lang.Object
org.camunda.feel.context.JavaFunctionProvider
io.camunda.connector.runtime.util.feel.FeelConnectorFunctionProvider
All Implemented Interfaces:
org.camunda.feel.context.CustomFunctionProvider, org.camunda.feel.context.FunctionProvider

public class FeelConnectorFunctionProvider extends org.camunda.feel.context.JavaFunctionProvider
Provider of Connector-related FEEL functions like 'bpmnError'.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.camunda.feel.context.FunctionProvider

    org.camunda.feel.context.FunctionProvider.CacheFunctionProvider, org.camunda.feel.context.FunctionProvider.CacheFunctionProvider$, org.camunda.feel.context.FunctionProvider.CompositeFunctionProvider, org.camunda.feel.context.FunctionProvider.CompositeFunctionProvider$, org.camunda.feel.context.FunctionProvider.EmptyFunctionProvider$, org.camunda.feel.context.FunctionProvider.StaticFunctionProvider, org.camunda.feel.context.FunctionProvider.StaticFunctionProvider$
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Optional<org.camunda.feel.context.JavaFunction>
    resolveFunction(String functionName)
     

    Methods inherited from class org.camunda.feel.context.JavaFunctionProvider

    functionNames, getFunction, getFunctions, getFunctions, resolveFunctions

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FeelConnectorFunctionProvider

      public FeelConnectorFunctionProvider()
  • Method Details

    • resolveFunction

      public Optional<org.camunda.feel.context.JavaFunction> resolveFunction(String functionName)
      Specified by:
      resolveFunction in class org.camunda.feel.context.JavaFunctionProvider
    • getFunctionNames

      public Collection<String> getFunctionNames()
      Specified by:
      getFunctionNames in class org.camunda.feel.context.JavaFunctionProvider