| Package | Description | 
|---|---|
| org.apache.olingo.commons.api.edm | Contains representations for EDM objects created during the URI parsing | 
| org.apache.olingo.ext.pojogen | |
| org.apache.olingo.server.api.uri | Olingo URI
 
 The URI package is used to condense all information about the OData path used to query the data. | 
| org.apache.olingo.server.api.uri.queryoption.apply | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmFunction | Edm. getBoundFunction(FullQualifiedName functionName,
                FullQualifiedName bindingParameterTypeName,
                Boolean isBindingParameterCollection,
                List<String> parameterNames)Get Function by full qualified name and binding parameter type and binding parameter names. | 
| EdmFunction | Edm. getUnboundFunction(FullQualifiedName functionName,
                  List<String> parameterNames)Get Function by full qualified name. | 
| EdmFunction | EdmFunctionImport. getUnboundFunction(List<String> parameterNames)Gets unbound function with given parameter names. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<EdmFunction> | Edm. getBoundFunctionsWithBindingType(FullQualifiedName bindingParameterTypeName,
                                Boolean isBindingParameterCollection)Get Function by binding parameter type | 
| List<EdmFunction> | EdmSchema. getFunctions() | 
| List<EdmFunction> | EdmFunctionImport. getUnboundFunctions()Gets unbound functions. | 
| List<EdmFunction> | Edm. getUnboundFunctions(FullQualifiedName functionName)Get Function by full qualified name. | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmFunction | AbstractUtility. getFunctionByName(FullQualifiedName name) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<EdmFunction> | AbstractUtility. getFunctionsBoundTo(String typeExpression,
                   boolean collection) | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmFunction | UriResourceFunction. getFunction()If the resource path specifies a function import this method will deliver the unbound function for the function
 import. | 
| Modifier and Type | Method and Description | 
|---|---|
| EdmFunction | CustomFunction. getFunction()Gets the function to use. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.