org.apache.olingo.odata2.api.processor.part
Interface FunctionImportValueProcessor
- All Superinterfaces:
- ODataProcessor
- All Known Implementing Classes:
- ListsProcessor, ODataJPAProcessor, ODataSingleProcessor
public interface FunctionImportValueProcessor
- extends ODataProcessor
Execute an OData function import value request.
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
ODataResponse
object
- Throws:
ODataException
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.