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