Uses of Interface
org.apache.olingo.odata2.api.uri.PathInfo

Packages that use PathInfo
org.apache.olingo.odata2.api.ep Entity Provider 
org.apache.olingo.odata2.api.processor Data Processor 
 

Uses of PathInfo in org.apache.olingo.odata2.api.ep
 

Methods in org.apache.olingo.odata2.api.ep that return PathInfo
 PathInfo EntityProviderBatchProperties.getPathInfo()
           
 

Methods in org.apache.olingo.odata2.api.ep with parameters of type PathInfo
 EntityProviderBatchProperties.EntityProviderBatchPropertiesBuilder EntityProviderBatchProperties.EntityProviderBatchPropertiesBuilder.pathInfo(PathInfo pathInfo)
           
 

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

Methods in org.apache.olingo.odata2.api.processor that return PathInfo
abstract  PathInfo ODataRequest.getPathInfo()
           
 PathInfo ODataErrorContext.getPathInfo()
          Get PathInfo object.
 PathInfo ODataContext.getPathInfo()
          Gets information about the request path.
 

Methods in org.apache.olingo.odata2.api.processor with parameters of type PathInfo
static ODataRequest.ODataRequestBuilder ODataRequest.pathInfo(PathInfo pathInfo)
           
abstract  ODataRequest.ODataRequestBuilder ODataRequest.ODataRequestBuilder.pathInfo(PathInfo pathInfo)
           
 void ODataErrorContext.setPathInfo(PathInfo pathInfo)
          Set PathInfo object.
 



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