Interface CustomFunction
- All Superinterfaces:
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 TypeMethodDescriptionGets the function to use.Gets the function parameters.
-
Method Details
-
getFunction
EdmFunction getFunction()Gets the function to use.- Returns:
- an
EdmFunction
(but nevernull
)
-
getParameters
List<UriParameter> getParameters()Gets the function parameters.- Returns:
- a (potentially empty) list of parameters (but never
null
)
-