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.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.edm | |
org.apache.olingo.odata2.client.core.edm.Impl |
Modifier and Type | Method and Description |
---|---|
EdmEntityType |
EdmEntityType.getBaseType() |
EdmEntityType |
EdmAssociationEnd.getEntityType() |
EdmEntityType |
EdmEntitySet.getEntityType()
Get the entity type
|
EdmEntityType |
Edm.getEntityType(String namespace,
String name)
Get entity type by full qualified name
See
EdmEntityType for more information. |
Modifier and Type | Method and Description |
---|---|
static FilterExpression |
UriParser.parseFilter(Edm edm,
EdmEntityType edmType,
String expression)
Parses a $filter expression string and create an expression tree.
|
abstract FilterExpression |
UriParser.parseFilterString(EdmEntityType edmType,
String expression)
Parses a $filter expression string and create an expression tree.
|
static OrderByExpression |
UriParser.parseOrderBy(Edm edm,
EdmEntityType edmType,
String expression)
Parses a $orderby expression string and creates an expression tree.
|
abstract OrderByExpression |
UriParser.parseOrderByString(EdmEntityType edmType,
String expression)
Parses a $orderby expression string and creates an expression tree.
|
Modifier and Type | Method and Description |
---|---|
List<EdmEntityType> |
EdmSchema.getEntityTypes() |
Modifier and Type | Class and Description |
---|---|
class |
EdmEntityTypeImpl
Objects of this class represent EdmEntityType
|
Modifier and Type | Field and Description |
---|---|
protected Map<FullQualifiedName,EdmEntityType> |
EdmImpl.edmEntityTypes |
Modifier and Type | Method and Description |
---|---|
EdmEntityType |
EdmEntityTypeImpl.getBaseType() |
EdmEntityType |
EdmEntitySetImpl.getEdmEntityType() |
EdmEntityType |
EdmEntitySetImpl.getEntityType() |
EdmEntityType |
EdmAssociationEndImpl.getEntityType() |
EdmEntityType |
EdmImpl.getEntityType(String namespaceOrAlias,
String name) |
Modifier and Type | Method and Description |
---|---|
Map<FullQualifiedName,EdmEntityType> |
EdmImpl.getEdmEntityTypes() |
List<EdmEntityType> |
EdmSchemaImpl.getEntityTypes() |
Modifier and Type | Method and Description |
---|---|
void |
EdmEntitySetImpl.setEdmEntityType(EdmEntityType edmEntityType) |
Modifier and Type | Method and Description |
---|---|
EdmImpl |
EdmImpl.setEdmEntityTypes(Map<FullQualifiedName,EdmEntityType> edmEntityTypes) |
EdmSchemaImpl |
EdmSchemaImpl.setEntityTypes(List<EdmEntityType> entityTypes)
Sets the
EntityType s for this EdmSchemaImpl |
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.