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