Uses of Interface
org.apache.olingo.commons.api.edm.EdmFunction
Packages that use EdmFunction
Package
Description
Contains representations for EDM objects created during the URI parsing
Olingo URI
-
Uses of EdmFunction in org.apache.olingo.commons.api.edm
Methods in org.apache.olingo.commons.api.edm that return EdmFunctionModifier and TypeMethodDescriptionEdm.getBoundFunction
(FullQualifiedName functionName, FullQualifiedName bindingParameterTypeName, Boolean isBindingParameterCollection, List<String> parameterNames) Get Function by full qualified name and binding parameter type and binding parameter names.Edm.getUnboundFunction
(FullQualifiedName functionName, List<String> parameterNames) Get Function by full qualified name.EdmFunctionImport.getUnboundFunction
(List<String> parameterNames) Gets unbound function with given parameter names.Methods in org.apache.olingo.commons.api.edm that return types with arguments of type EdmFunctionModifier and TypeMethodDescriptionEdm.getBoundFunctionsWithBindingType
(FullQualifiedName bindingParameterTypeName, Boolean isBindingParameterCollection) Get Function by binding parameter typeEdmSchema.getFunctions()
Edm.getUnboundFunctions
(FullQualifiedName functionName) Get Function by full qualified name.EdmFunctionImport.getUnboundFunctions()
Gets unbound functions. -
Uses of EdmFunction in org.apache.olingo.ext.pojogen
Methods in org.apache.olingo.ext.pojogen that return EdmFunctionMethods in org.apache.olingo.ext.pojogen that return types with arguments of type EdmFunctionModifier and TypeMethodDescriptionAbstractUtility.getFunctionsBoundTo
(String typeExpression, boolean collection) -
Uses of EdmFunction in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri that return EdmFunctionModifier and TypeMethodDescriptionUriResourceFunction.getFunction()
If the resource path specifies a function import this method will deliver the unbound function for the function import. -
Uses of EdmFunction in org.apache.olingo.server.api.uri.queryoption.apply
Methods in org.apache.olingo.server.api.uri.queryoption.apply that return EdmFunction