Interface JPAMethodCall
- All Superinterfaces:
JPAOperator
-
Method Summary
Modifier and TypeMethodDescriptionReturns extended by a prefix and a suffixorg.apache.olingo.server.api.uri.queryoption.expression.MethodKindgetParameter(int index)intNumber of parameterMethods inherited from interface com.sap.olingo.jpa.processor.core.filter.JPAOperator
get, getName
-
Method Details
-
getFunction
org.apache.olingo.server.api.uri.queryoption.expression.MethodKind getFunction() -
getParameter
-
noParameters
int noParameters()Number of parameter- Returns:
-
get
Object get(String prefix, String suffix) throws org.apache.olingo.server.api.ODataApplicationExceptionReturns extended by a prefix and a suffixMain use for method as parameter of of other methods. E.g.: contains(tolower('BE1'))
- Parameters:
prefix-postix-- Returns:
- Throws:
org.apache.olingo.server.api.ODataApplicationException
-