Uses of Interface
org.apache.olingo.odata2.api.edm.EdmNavigationProperty
-
Packages that use EdmNavigationProperty Package Description org.apache.olingo.odata2.api.edm Entity Data Model APIorg.apache.olingo.odata2.api.ep.callback Entity Provider Callbacksorg.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 Modifier and Type Method Description EdmAssociationSetEdmEntityContainer. getAssociationSet(EdmEntitySet sourceEntitySet, EdmNavigationProperty navigationProperty)Get contained AssociationSet by providing the source entity set and the navigation propertyEdmEntitySetEdmEntitySet. 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 Modifier and Type Field Description protected EdmNavigationPropertyReadResult. navigationPropertyMethods in org.apache.olingo.odata2.api.ep.callback that return EdmNavigationProperty Modifier and Type Method Description EdmNavigationPropertyReadResult. getNavigationProperty()EdmNavigationPropertyWriteCallbackContext. getNavigationProperty()Navigation property which is contained in the expand clause.Methods in org.apache.olingo.odata2.api.ep.callback with parameters of type EdmNavigationProperty Modifier and Type Method Description EntityProviderReadPropertiesOnReadInlineContent. receiveReadProperties(EntityProviderReadProperties readProperties, EdmNavigationProperty navigationProperty)Receive (request) to be usedEntityProviderReadPropertiesto read the found inline navigation property (<m:inline>...<m:inline>).voidWriteCallbackContext. setNavigationProperty(EdmNavigationProperty navigationProperty)Do Not Call This Method!Constructors in org.apache.olingo.odata2.api.ep.callback with parameters of type EdmNavigationProperty Constructor Description ReadEntryResult(EntityProviderReadProperties properties, EdmNavigationProperty navigationProperty, ODataEntry entry, String entryMetadataId)Constructor.Parameters MUST NOT BE NULL.ReadFeedResult(EntityProviderReadProperties properties, EdmNavigationProperty navigationProperty, ODataFeed entry, String entryMetadataId)Constructor.Parameters MUST NOT BE NULL.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 Modifier and Type Method Description EdmNavigationPropertyNavigationPropertySegment. getNavigationProperty()Gets the navigation property.EdmNavigationPropertyNavigationSegment. getNavigationProperty()Gets the navigation property.
-