| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.edm |
Entity Data Model API
|
| org.apache.olingo.odata2.api.uri |
URI Parser Facade
|
| org.apache.olingo.odata2.core.edm | |
| org.apache.olingo.odata2.core.edm.provider | |
| org.apache.olingo.odata2.core.ep.aggregator | |
| org.apache.olingo.odata2.core.uri | |
| org.apache.olingo.odata2.core.uri.expression |
| Modifier and Type | Method and Description |
|---|---|
EdmEntityType |
EdmEntityType.getBaseType() |
EdmEntityType |
EdmEntitySet.getEntityType()
Get the entity type
|
EdmEntityType |
EdmAssociationEnd.getEntityType() |
EdmEntityType |
Edm.getEntityType(String namespace,
String name)
Get entity type by full qualified name
|
| 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 |
|---|---|
protected abstract EdmEntityType |
EdmImpl.createEntityType(FullQualifiedName fqName) |
EdmEntityType |
EdmImpl.getEntityType(String namespaceOrAlias,
String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
EdmEntityTypeImplProv |
| Modifier and Type | Method and Description |
|---|---|
protected EdmEntityType |
EdmImplProv.createEntityType(FullQualifiedName fqName) |
EdmEntityType |
EdmEntityTypeImplProv.getBaseType() |
EdmEntityType |
EdmEntitySetImplProv.getEntityType() |
EdmEntityType |
EdmAssociationEndImplProv.getEntityType() |
| Modifier and Type | Method and Description |
|---|---|
EdmEntityType |
EntityInfoAggregator.getEntityType() |
| Modifier and Type | Method and Description |
|---|---|
FilterExpression |
UriParserImpl.parseFilterString(EdmEntityType entityType,
String expression) |
OrderByExpression |
UriParserImpl.parseOrderByString(EdmEntityType entityType,
String expression) |
| Modifier and Type | Field and Description |
|---|---|
protected EdmEntityType |
FilterParserImpl.resourceEntityType |
| Constructor and Description |
|---|
FilterParserImpl(EdmEntityType resourceEntityType)
Creates a new FilterParser implementation
|
FilterParserImpl(EdmEntityType resourceEntityType,
boolean strictFilter)
Creates a new FilterParser implementation
|
OrderByParserImpl(EdmEntityType resourceEntityType) |
Copyright © 2020. All rights reserved.