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

Packages that use GetSimplePropertyUriInfo
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.ref.processor   
 

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

Methods in org.apache.olingo.odata2.api.processor with parameters of type GetSimplePropertyUriInfo
 ODataResponse ODataSingleProcessor.readEntitySimpleProperty(GetSimplePropertyUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.readEntitySimplePropertyValue(GetSimplePropertyUriInfo uriInfo, String contentType)
           
 

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

Methods in org.apache.olingo.odata2.api.processor.part with parameters of type GetSimplePropertyUriInfo
 ODataResponse EntitySimplePropertyProcessor.readEntitySimpleProperty(GetSimplePropertyUriInfo uriInfo, String contentType)
          Reads a simple property of an entity.
 ODataResponse EntitySimplePropertyValueProcessor.readEntitySimplePropertyValue(GetSimplePropertyUriInfo uriInfo, String contentType)
          Reads the unformatted value of a simple property of an entity.
 

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

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

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

Methods in org.apache.olingo.odata2.ref.processor with parameters of type GetSimplePropertyUriInfo
 ODataResponse ListsProcessor.readEntitySimpleProperty(GetSimplePropertyUriInfo uriInfo, String contentType)
           
 ODataResponse ListsProcessor.readEntitySimplePropertyValue(GetSimplePropertyUriInfo uriInfo, String contentType)
           
 



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