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.


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

executeFunctionImportValue

ODataResponse executeFunctionImportValue(GetFunctionImportUriInfo uriInfo,
                                         String contentType)
                                         throws ODataException
Returns the unformatted value of a function import.

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.