Interface FunctionImportProcessor
- All Superinterfaces:
ODataProcessor
- All Known Implementing Classes:
ODataSingleProcessor
Execute an OData function import request.
-
Method Summary
Modifier and TypeMethodDescriptionexecuteFunctionImport(GetFunctionImportUriInfo uriInfo, String contentType) Executes a function import and returns the result.Methods inherited from interface org.apache.olingo.odata2.api.processor.ODataProcessor
getContext, setContext
-
Method Details
-
executeFunctionImport
ODataResponse executeFunctionImport(GetFunctionImportUriInfo uriInfo, String contentType) throws ODataException Executes a function import and returns the result.- Parameters:
uriInfo- information about the request URIcontentType- the content type of the response- Returns:
- an
ODataResponseobject - Throws:
ODataException
-