| Package | Description |
|---|---|
| org.apache.olingo.commons.api.edm |
Contains representations for EDM objects created during the URI parsing
|
| org.apache.olingo.commons.core.edm | |
| org.apache.olingo.server.api.uri |
Olingo URI
|
| org.apache.olingo.server.core.deserializer.helper | |
| org.apache.olingo.server.core.serializer.json | |
| org.apache.olingo.server.core.uri | |
| org.apache.olingo.server.core.uri.parser | |
| org.apache.olingo.server.core.uri.queryoption.apply |
| Modifier and Type | Method and Description |
|---|---|
EdmNavigationProperty |
EdmStructuredType.getNavigationProperty(String name)
Get navigation property by name.
|
EdmNavigationProperty |
EdmNavigationProperty.getPartner() |
| Modifier and Type | Class and Description |
|---|---|
class |
EdmNavigationPropertyImpl |
| Modifier and Type | Method and Description |
|---|---|
EdmNavigationProperty |
AbstractEdmStructuredType.getNavigationProperty(String name) |
EdmNavigationProperty |
EdmNavigationPropertyImpl.getPartner() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,EdmNavigationProperty> |
AbstractEdmStructuredType.getNavigationProperties() |
| Modifier and Type | Method and Description |
|---|---|
EdmNavigationProperty |
UriResourceNavigation.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
protected ExpandItemImpl |
ExpandTreeBuilder.buildExpandItem(EdmNavigationProperty edmNavigationProperty) |
ExpandTreeBuilder |
ExpandTreeBuilderImpl.expand(EdmNavigationProperty edmNavigationProperty) |
abstract ExpandTreeBuilder |
ExpandTreeBuilder.expand(EdmNavigationProperty edmNavigationProperty) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ODataJsonSerializer.writeExpandedNavigationProperty(ServiceMetadata metadata,
EdmNavigationProperty property,
Link navigationLink,
ExpandOption innerExpand,
Integer toDepth,
SelectOption innerSelect,
CountOption innerCount,
boolean writeOnlyCount,
boolean writeOnlyRef,
Set<String> ancestors,
String name,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
JsonDeltaSerializerWithNavigations.writeExpandedNavigationProperty(ServiceMetadata metadata,
EdmNavigationProperty property,
Link navigationLink,
ExpandOption innerExpand,
SelectOption innerSelect,
CountOption innerCount,
boolean writeOnlyCount,
boolean writeOnlyRef,
String name,
com.fasterxml.jackson.core.JsonGenerator json,
boolean isFullRepresentation) |
| Modifier and Type | Method and Description |
|---|---|
EdmNavigationProperty |
UriResourceNavigationPropertyImpl.getProperty() |
| Constructor and Description |
|---|
UriResourceNavigationPropertyImpl(EdmNavigationProperty property) |
| Modifier and Type | Method and Description |
|---|---|
protected static List<UriParameter> |
ParserHelper.parseKeyPredicate(UriTokenizer tokenizer,
EdmEntityType edmEntityType,
EdmNavigationProperty partner,
Edm edm,
EdmType referringType,
Map<String,AliasQueryOption> aliases) |
protected static List<UriParameter> |
ParserHelper.parseNavigationKeyPredicate(UriTokenizer tokenizer,
EdmNavigationProperty navigationProperty,
Edm edm,
EdmType referringType,
Map<String,AliasQueryOption> aliases,
String protocolType) |
| Modifier and Type | Method and Description |
|---|---|
EdmNavigationProperty |
DynamicStructuredType.getNavigationProperty(String name) |
Copyright © 2023. All rights reserved.