Uses of Interface
org.apache.olingo.odata2.api.uri.info.GetFunctionImportUriInfo

Packages that use GetFunctionImportUriInfo
org.apache.olingo.odata2.api.processor Data Processor 
org.apache.olingo.odata2.api.processor.part Processor Parts 
org.apache.olingo.odata2.api.uri URI Parser Facade 
org.apache.olingo.odata2.jpa.processor.api OData JPA Processor API Library 
org.apache.olingo.odata2.jpa.processor.api.access OData JPA Processor API Library - Java Persistence Access 
org.apache.olingo.odata2.ref.processor   
 

Uses of GetFunctionImportUriInfo in org.apache.olingo.odata2.api.processor
 

Methods in org.apache.olingo.odata2.api.processor with parameters of type GetFunctionImportUriInfo
 ODataResponse ODataSingleProcessor.executeFunctionImport(GetFunctionImportUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.executeFunctionImportValue(GetFunctionImportUriInfo uriInfo, String contentType)
           
 

Uses of GetFunctionImportUriInfo in org.apache.olingo.odata2.api.processor.part
 

Methods in org.apache.olingo.odata2.api.processor.part with parameters of type GetFunctionImportUriInfo
 ODataResponse FunctionImportProcessor.executeFunctionImport(GetFunctionImportUriInfo uriInfo, String contentType)
          Executes a function import and returns the result.
 ODataResponse FunctionImportValueProcessor.executeFunctionImportValue(GetFunctionImportUriInfo uriInfo, String contentType)
          Returns the unformatted value of a function import.
 

Uses of GetFunctionImportUriInfo in org.apache.olingo.odata2.api.uri
 

Subinterfaces of GetFunctionImportUriInfo in org.apache.olingo.odata2.api.uri
 interface UriInfo
          Structured parts of the request URI - the result of URI parsing.
 

Uses of GetFunctionImportUriInfo in org.apache.olingo.odata2.jpa.processor.api
 

Methods in org.apache.olingo.odata2.jpa.processor.api with parameters of type GetFunctionImportUriInfo
 ODataResponse ODataJPAResponseBuilder.build(GetFunctionImportUriInfo functionImportUriInfo, List<Object> resultList, String contentType)
          The method builds an OData response for an OData function Import Request from a registered processor method's return parameter.
 ODataResponse ODataJPAResponseBuilder.build(GetFunctionImportUriInfo functionImportUriInfo, Object result)
          The method builds an OData response for an OData function Import Request from a registered processor method's return parameter.
 

Uses of GetFunctionImportUriInfo in org.apache.olingo.odata2.jpa.processor.api.access
 

Methods in org.apache.olingo.odata2.jpa.processor.api.access with parameters of type GetFunctionImportUriInfo
 List<Object> JPAProcessor.process(GetFunctionImportUriInfo requestView)
          Processes OData request for executing custom operations.
 

Uses of GetFunctionImportUriInfo in org.apache.olingo.odata2.ref.processor
 

Methods in org.apache.olingo.odata2.ref.processor with parameters of type GetFunctionImportUriInfo
 ODataResponse ListsProcessor.executeFunctionImport(GetFunctionImportUriInfo uriInfo, String contentType)
           
 ODataResponse ListsProcessor.executeFunctionImportValue(GetFunctionImportUriInfo uriInfo, String contentType)
           
 



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