Uses of Interface
org.apache.olingo.odata2.api.edm.EdmNavigationProperty

Packages that use EdmNavigationProperty
org.apache.olingo.odata2.api.edm Entity Data Model API 
org.apache.olingo.odata2.api.ep.callback Entity Provider Callbacks 
org.apache.olingo.odata2.api.uri URI Parser Facade 
 

Uses of EdmNavigationProperty in org.apache.olingo.odata2.api.edm
 

Methods in org.apache.olingo.odata2.api.edm with parameters of type EdmNavigationProperty
 EdmAssociationSet EdmEntityContainer.getAssociationSet(EdmEntitySet sourceEntitySet, EdmNavigationProperty navigationProperty)
          Get contained AssociationSet by providing the source entity set and the navigation property
 EdmEntitySet EdmEntitySet.getRelatedEntitySet(EdmNavigationProperty navigationProperty)
          Get the related entity set by providing the navigation property
 

Uses of EdmNavigationProperty in org.apache.olingo.odata2.api.ep.callback
 

Fields in org.apache.olingo.odata2.api.ep.callback declared as EdmNavigationProperty
protected  EdmNavigationProperty ReadResult.navigationProperty
           
 

Methods in org.apache.olingo.odata2.api.ep.callback that return EdmNavigationProperty
 EdmNavigationProperty WriteCallbackContext.getNavigationProperty()
          Navigation property which is contained in the expand clause.
 EdmNavigationProperty ReadResult.getNavigationProperty()
           
 

Methods in org.apache.olingo.odata2.api.ep.callback with parameters of type EdmNavigationProperty
 EntityProviderReadProperties OnReadInlineContent.receiveReadProperties(EntityProviderReadProperties readProperties, EdmNavigationProperty navigationProperty)
          Receive (request) to be used EntityProviderReadProperties to read the found inline navigation property (>...).
 void WriteCallbackContext.setNavigationProperty(EdmNavigationProperty navigationProperty)
          Do Not Call This Method!
 

Constructors in org.apache.olingo.odata2.api.ep.callback with parameters of type EdmNavigationProperty
ReadEntryResult(EntityProviderReadProperties properties, EdmNavigationProperty navigationProperty, ODataEntry entry)
          Constructor.
ReadFeedResult(EntityProviderReadProperties properties, EdmNavigationProperty navigationProperty, ODataFeed entry)
          Constructor.
ReadResult(EntityProviderReadProperties readProperties, EdmNavigationProperty navigationProperty)
          Constructor.
 

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

Methods in org.apache.olingo.odata2.api.uri that return EdmNavigationProperty
 EdmNavigationProperty NavigationSegment.getNavigationProperty()
          Gets the navigation property.
 EdmNavigationProperty NavigationPropertySegment.getNavigationProperty()
          Gets the navigation property.
 



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