| Package | Description |
|---|---|
| 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
|
| org.apache.olingo.odata2.core.edm.provider | |
| org.apache.olingo.odata2.core.uri |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Field and Description |
|---|---|
protected EdmNavigationProperty |
ReadResult.navigationProperty |
| Modifier and Type | Method and Description |
|---|---|
EdmNavigationProperty |
WriteCallbackContext.getNavigationProperty()
Navigation property which is contained in the expand clause.
|
EdmNavigationProperty |
ReadResult.getNavigationProperty() |
| Modifier and Type | Method and Description |
|---|---|
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!
|
| Constructor and Description |
|---|
ReadEntryResult(EntityProviderReadProperties properties,
EdmNavigationProperty navigationProperty,
ODataEntry entry,
String entryMetadataId)
Constructor.
|
ReadFeedResult(EntityProviderReadProperties properties,
EdmNavigationProperty navigationProperty,
ODataFeed entry,
String entryMetadataId)
Constructor.
|
ReadResult(EntityProviderReadProperties readProperties,
EdmNavigationProperty navigationProperty)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
EdmNavigationProperty |
NavigationSegment.getNavigationProperty()
Gets the navigation property.
|
EdmNavigationProperty |
NavigationPropertySegment.getNavigationProperty()
Gets the navigation property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EdmNavigationPropertyImplProv |
| Modifier and Type | Method and Description |
|---|---|
EdmAssociationSet |
EdmEntityContainerImplProv.getAssociationSet(EdmEntitySet sourceEntitySet,
EdmNavigationProperty navigationProperty) |
EdmEntitySet |
EdmEntitySetImplProv.getRelatedEntitySet(EdmNavigationProperty navigationProperty) |
| Modifier and Type | Method and Description |
|---|---|
EdmNavigationProperty |
NavigationSegmentImpl.getNavigationProperty() |
EdmNavigationProperty |
NavigationPropertySegmentImpl.getNavigationProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationSegmentImpl.setNavigationProperty(EdmNavigationProperty edmNavigationProperty) |
void |
NavigationPropertySegmentImpl.setNavigationProperty(EdmNavigationProperty navigationProperty) |
Copyright © 2020. All rights reserved.