Interface IFunctionCallDefinitionManager

All Known Implementing Classes:
FunctionCallDefinitionManager

public interface IFunctionCallDefinitionManager
This interface may be used to request a function call definition implementation.
Since:
10.3
  • Method Details

    • getFunctionCallDefinition

      IFunctionCallDefinition getFunctionCallDefinition(String functionCallName)
      This method can be used to retrieve a function call implementation.
      Parameters:
      functionCallName - The function call name used for lookup (case insensitive)
      Returns:
      A function call definition implementation.