| Package | Description |
|---|---|
| org.apache.olingo.commons.api.edm |
Contains representations for EDM objects created during the URI parsing
|
| org.apache.olingo.commons.api.edm.annotation |
Contains representations for all annotation related
EDM objects created during the URI parsing
|
| org.apache.olingo.commons.core.edm | |
| org.apache.olingo.commons.core.edm.annotation | |
| org.apache.olingo.server.api.uri |
Olingo URI
|
| org.apache.olingo.server.core.serializer.json | |
| org.apache.olingo.server.core.serializer.utils | |
| org.apache.olingo.server.core.uri | |
| org.apache.olingo.server.core.uri.parser | |
| org.apache.olingo.server.core.uri.queryoption.apply |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EdmComplexType
A CSDL ComplexType element.
|
interface |
EdmEntityType
A CSDL EntityType element.
|
| Modifier and Type | Method and Description |
|---|---|
EdmStructuredType |
EdmStructuredType.getBaseType()
Base types are described in the OData protocol specification.
|
| Modifier and Type | Method and Description |
|---|---|
EdmStructuredType |
EdmRecord.getType()
Returns the entity type or complex type to be constructed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEdmStructuredType |
class |
EdmComplexTypeImpl |
class |
EdmEntityTypeImpl |
| Modifier and Type | Field and Description |
|---|---|
protected EdmStructuredType |
AbstractEdmStructuredType.baseType |
| Modifier and Type | Method and Description |
|---|---|
protected EdmStructuredType |
EdmEntityTypeImpl.buildBaseType(FullQualifiedName baseTypeName) |
protected EdmStructuredType |
EdmComplexTypeImpl.buildBaseType(FullQualifiedName baseTypeName) |
protected abstract EdmStructuredType |
AbstractEdmStructuredType.buildBaseType(FullQualifiedName baseTypeName) |
| Modifier and Type | Method and Description |
|---|---|
EdmStructuredType |
EdmRecordImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
String |
UriHelper.buildContextURLSelectList(EdmStructuredType type,
ExpandOption expand,
SelectOption select)
Builds the select-list part of a
ContextURL. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ODataJsonSerializer.writeExpandedStreamProperties(ServiceMetadata metadata,
EdmStructuredType type,
Linked linked,
ExpandOption expand,
Integer toDepth,
Set<String> ancestors,
String name,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
ODataJsonSerializer.writeNavigationProperties(ServiceMetadata metadata,
EdmStructuredType type,
Linked linked,
ExpandOption expand,
Integer toDepth,
Set<String> ancestors,
String name,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
JsonDeltaSerializerWithNavigations.writeNavigationProperties(ServiceMetadata metadata,
EdmStructuredType type,
Linked linked,
ExpandOption expand,
String name,
com.fasterxml.jackson.core.JsonGenerator json,
boolean isFullRepresentation) |
protected void |
JsonDeltaSerializerWithNavigations.writeProperties(ServiceMetadata metadata,
EdmStructuredType type,
List<Property> properties,
SelectOption select,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
JsonDeltaSerializer.writeProperties(ServiceMetadata metadata,
EdmStructuredType type,
List<Property> properties,
SelectOption select,
com.fasterxml.jackson.core.JsonGenerator json) |
protected void |
ODataJsonSerializer.writeProperties(ServiceMetadata metadata,
EdmStructuredType type,
List<Property> properties,
SelectOption select,
com.fasterxml.jackson.core.JsonGenerator json,
Linked linked,
ExpandOption expand) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ContextURLHelper.buildSelectList(EdmStructuredType type,
ExpandOption expand,
SelectOption select)
Builds a list of selected Properties for the ContextURL,
taking care to preserve the order as defined in the EDM;
returns NULL if no selection has taken place.
|
static ExpandItem |
ExpandSelectHelper.getExpandItemBasedOnType(List<ExpandItem> expandItems,
String propertyName,
EdmStructuredType type,
String resourceName)
Fetches the expand Item depending upon the type
|
| Modifier and Type | Method and Description |
|---|---|
String |
UriHelperImpl.buildContextURLSelectList(EdmStructuredType type,
ExpandOption expand,
SelectOption select) |
UriResourceTypedImpl |
UriResourceTypedImpl.setTypeFilter(EdmStructuredType typeFilter) |
| Modifier and Type | Method and Description |
|---|---|
protected static EdmStructuredType |
ParserHelper.parseTypeCast(UriTokenizer tokenizer,
Edm edm,
EdmStructuredType referencedType) |
| Modifier and Type | Method and Description |
|---|---|
ExpandOption |
ExpandParser.parse(UriTokenizer tokenizer,
EdmStructuredType referencedType) |
SelectOption |
SelectParser.parse(UriTokenizer tokenizer,
EdmStructuredType referencedType,
boolean referencedIsCollection) |
OrderByOption |
OrderByParser.parse(UriTokenizer tokenizer,
EdmStructuredType referencedType,
Collection<String> crossjoinEntitySetNames,
Map<String,AliasQueryOption> aliases) |
ApplyOption |
ApplyParser.parse(UriTokenizer tokenizer,
EdmStructuredType referencedType,
Collection<String> crossjoinEntitySetNames,
Map<String,AliasQueryOption> aliases) |
AggregateExpression |
ApplyParser.parseAggregateMethodCallExpr(UriTokenizer tokenizer,
EdmStructuredType referringType) |
protected static UriInfoImpl |
ExpandParser.parseExpandPath(UriTokenizer tokenizer,
Edm edm,
EdmStructuredType referencedType,
ExpandItemImpl item) |
protected static EdmStructuredType |
ParserHelper.parseTypeCast(UriTokenizer tokenizer,
Edm edm,
EdmStructuredType referencedType) |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicStructuredType
A dynamic structured type used to incorporate dynamic properties containing aggregations.
|
| Modifier and Type | Method and Description |
|---|---|
EdmStructuredType |
DynamicStructuredType.getBaseType() |
| Constructor and Description |
|---|
DynamicStructuredType(EdmStructuredType startType) |
Copyright © 2023. All rights reserved.