Class CustomFunctionImpl
java.lang.Object
org.apache.olingo.server.core.uri.queryoption.apply.CustomFunctionImpl
- All Implemented Interfaces:
CustomFunction,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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the function to use.getKind()Gets the kind of the transformation.Gets the function parameters.setFunction(EdmFunction function) setParameters(List<UriParameter> parameters)
-
Constructor Details
-
CustomFunctionImpl
public CustomFunctionImpl()
-
-
Method Details
-
getKind
Description copied from interface:ApplyItemGets the kind of the transformation. -
getFunction
Description copied from interface:CustomFunctionGets the function to use.- Specified by:
getFunctionin interfaceCustomFunction- Returns:
- an
EdmFunction(but nevernull)
-
setFunction
-
getParameters
Description copied from interface:CustomFunctionGets the function parameters.- Specified by:
getParametersin interfaceCustomFunction- Returns:
- a (potentially empty) list of parameters (but never
null)
-
setParameters
-