Package | Description |
---|---|
org.apache.olingo.odata2.api.edm |
Entity Data Model API
The Entity Data Model is described in the OData protocol specification
as well as in the Conceptual Schema Definition for the OData Protocol.
|
org.apache.olingo.odata2.api.ep.callback |
Entity Provider Callbacks
These callbacks will be used to support the $expand query option.
|
org.apache.olingo.odata2.api.uri |
URI Parser Facade
The URI package has one central class
UriParser to parse a request URI
as well as several interfaces that provide access to parsed parts of the URI. |
org.apache.olingo.odata2.client.api.ep.callback | |
org.apache.olingo.odata2.client.api.uri | |
org.apache.olingo.odata2.client.core.edm.Impl | |
org.apache.olingo.odata2.client.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 | Method and Description |
---|---|
DeserializerProperties |
OnDeserializeInlineContent.receiveReadProperties(DeserializerProperties readProperties,
EdmNavigationProperty navigationProperty)
Receive (request) to be used
EntityProviderReadProperties to read the found inline navigation property
(> |
Modifier and Type | Method and Description |
---|---|
EdmURIBuilder |
EdmURIBuilder.appendNavigationSegment(EdmNavigationProperty property)
Appends navigation segment to the URI.
|
Modifier and Type | Class and Description |
---|---|
class |
EdmNavigationPropertyImpl
Objects of this class represent EdmNavigationProperty
|
Modifier and Type | Method and Description |
---|---|
EdmAssociationSet |
EdmEntityContainerImpl.getAssociationSet(EdmEntitySet sourceEntitySet,
EdmNavigationProperty navigationProperty) |
EdmEntitySet |
EdmEntitySetImpl.getRelatedEntitySet(EdmNavigationProperty navigationProperty) |
Modifier and Type | Method and Description |
---|---|
void |
EdmEntityTypeImpl.setNavigationProperties(List<EdmNavigationProperty> navigationProperties) |
Modifier and Type | Method and Description |
---|---|
EdmURIBuilder |
EdmURIBuilderImpl.appendNavigationSegment(EdmNavigationProperty property) |
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.