| 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.commons.core.edm.primitivetype | |
| org.apache.olingo.commons.core.edm.termtype | |
| org.apache.olingo.server.core.uri.queryoption.apply |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EdmAction
A CSDL action.
|
interface |
EdmActionImport
An EdmActionImport element.
|
interface |
EdmBindingTarget
Entity Sets or Singletons can be bound to each other using a navigation property binding so an
EdmBindingTarget can either be an EdmEntitySet or an EdmSingleton. |
interface |
EdmComplexType
A CSDL ComplexType element.
|
interface |
EdmElement
|
interface |
EdmEntityContainer
A CSDL EntityContainer element.
|
interface |
EdmEntitySet
A CSDL EntitySet element.
|
interface |
EdmEntityType
A CSDL EntityType element.
|
interface |
EdmEnumType
An EdmEnumType represents a set of related values.
|
interface |
EdmFunction
An EdmFunction as described in the OData specification
|
interface |
EdmFunctionImport
A CSDL FunctionImport element
|
interface |
EdmMember
An
EdmEnumType member element. |
interface |
EdmNavigationProperty
A CSDL NavigationProperty element
EdmNavigationProperty allows navigation from one entity type to another via a relationship. |
interface |
EdmOperation
A EdmOperation can either be an
EdmAction or an EdmFunction. |
interface |
EdmOperationImport
An EdmOperationImport can be an EdmActionImport or an EdmFunctionImport.
|
interface |
EdmParameter
A CSDL parameter element
|
interface |
EdmPrimitiveType
EdmPrimitiveType is a primitive type as defined in the Entity Data Model (EDM).
|
interface |
EdmProperty
A CSDL Property element.
|
interface |
EdmSingleton
An
EdmSingleton represents a single entity inside the entity model. |
interface |
EdmStructuredType
EdmStructuralType is the base for a complex type or an entity type.
|
interface |
EdmTerm
An
EdmTerm defines a term in a vocabulary. |
interface |
EdmTermType |
interface |
EdmType
EdmType holds the namespace of a given type and its type as
EdmTypeKind. |
interface |
EdmTypeDefinition
An
EdmTypeDefinition defines a specialization of one of the possible primitive types. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEdmBindingTarget |
class |
AbstractEdmNamed |
class |
AbstractEdmOperation |
class |
AbstractEdmOperationImport |
class |
AbstractEdmStructuredType |
class |
EdmActionImpl |
class |
EdmActionImportImpl |
class |
EdmComplexTypeImpl |
class |
EdmEntityContainerImpl |
class |
EdmEntitySetImpl |
class |
EdmEntityTypeImpl |
class |
EdmEnumTypeImpl |
class |
EdmFunctionImpl |
class |
EdmFunctionImportImpl |
class |
EdmMemberImpl |
class |
EdmNavigationPropertyImpl |
class |
EdmParameterImpl |
class |
EdmPropertyImpl |
class |
EdmSingletonImpl |
class |
EdmTermImpl |
class |
EdmTypeDefinitionImpl |
class |
EdmTypeImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGeospatialType<T extends Geospatial> |
class |
EdmBinary
Implementation of the EDM primitive type Binary.
|
class |
EdmBoolean
Implementation of the EDM primitive type Boolean.
|
class |
EdmByte
Implementation of the EDM primitive type Byte.
|
class |
EdmDate
Implementation of the EDM primitive type Date.
|
class |
EdmDateTimeOffset
Implementation of the EDM primitive type DateTimeOffset.
|
class |
EdmDecimal
Implementation of the EDM primitive type Decimal.
|
class |
EdmDouble
Implementation of the EDM primitive type Double.
|
class |
EdmDuration |
class |
EdmGeography |
class |
EdmGeographyCollection |
class |
EdmGeographyLineString |
class |
EdmGeographyMultiLineString |
class |
EdmGeographyMultiPoint |
class |
EdmGeographyMultiPolygon |
class |
EdmGeographyPoint |
class |
EdmGeographyPolygon |
class |
EdmGeometry |
class |
EdmGeometryCollection |
class |
EdmGeometryLineString |
class |
EdmGeometryMultiLineString |
class |
EdmGeometryMultiPoint |
class |
EdmGeometryMultiPolygon |
class |
EdmGeometryPoint |
class |
EdmGeometryPolygon |
class |
EdmGuid
Implementation of the EDM primitive type Guid.
|
class |
EdmInt16
Implementation of the EDM primitive type Int16.
|
class |
EdmInt32
Implementation of the EDM primitive type Int32.
|
class |
EdmInt64
Implementation of the EDM primitive type Int64.
|
class |
EdmSByte
Implementation of the EDM primitive type SByte.
|
class |
EdmSingle
Implementation of the EDM primitive type Single.
|
class |
EdmStream
Implementation of the EDM primitive type Stream as URI.
|
class |
EdmString
Implementation of the EDM primitive type String.
|
class |
EdmTimeOfDay |
class |
SingletonPrimitiveType
Abstract singleton implementation of the EDM primitive-type interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EdmAnnotationPath |
class |
EdmAnyPropertyPath |
class |
EdmModelElementPath |
class |
EdmNavigationPropertyPath |
class |
EdmPropertyPath |
class |
SingletonTermType
Abstract singleton implementation of the EDM term-type interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicProperty
A dynamic EDM property containing an aggregation.
|
class |
DynamicStructuredType
A dynamic structured type used to incorporate dynamic properties containing aggregations.
|
Copyright © 2023. All rights reserved.