Interface CustomFunction

All Superinterfaces:
ApplyItem

public interface CustomFunction extends ApplyItem
Represents a transformation with a custom function.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.olingo.server.api.uri.queryoption.ApplyItem

    ApplyItem.Kind
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the function to use.
    Gets the function parameters.

    Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.ApplyItem

    getKind
  • Method Details

    • getFunction

      EdmFunction getFunction()
      Gets the function to use.
      Returns:
      an EdmFunction (but never null)
    • getParameters

      List<UriParameter> getParameters()
      Gets the function parameters.
      Returns:
      a (potentially empty) list of parameters (but never null)