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.


Method Summary
 ODataResponse executeFunctionImport(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 Detail

executeFunctionImport

ODataResponse executeFunctionImport(GetFunctionImportUriInfo uriInfo,
                                    String contentType)
                                    throws ODataException
Executes a function import and returns the result.

Parameters:
uriInfo - information about the request URI
contentType - the content type of the response
Returns:
an ODataResponse object
Throws:
ODataException


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.