| Package | Description |
|---|---|
| org.apache.olingo.odata2.api |
OData Library API
|
| org.apache.olingo.odata2.api.ep |
Entity Provider
|
| org.apache.olingo.odata2.api.rt |
Runtime Support
|
| 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 | |
| org.apache.olingo.odata2.core.ep.producer | |
| org.apache.olingo.odata2.core.processor | |
| org.apache.olingo.odata2.core.rt | |
| org.apache.olingo.odata2.core.uri |
| Modifier and Type | Method and Description |
|---|---|
Edm |
ODataService.getEntityDataModel() |
| Modifier and Type | Method and Description |
|---|---|
static Edm |
EntityProvider.readMetadata(InputStream metadataXml,
boolean validate)
|
Edm |
EntityProvider.EntityProviderInterface.readMetadata(InputStream inputStream,
boolean validate)
|
| Modifier and Type | Method and Description |
|---|---|
static ODataResponse |
EntityProvider.writeServiceDocument(String contentType,
Edm edm,
String serviceRoot)
Write service document based on given
Edm and service root as
given content type. |
ODataResponse |
EntityProvider.EntityProviderInterface.writeServiceDocument(String contentType,
Edm edm,
String serviceRoot)
Write service document based on given
Edm and service root as
given content type. |
| Modifier and Type | Method and Description |
|---|---|
static Edm |
RuntimeDelegate.createEdm(EdmProvider provider)
Creates and returns an entity data model.
|
protected abstract Edm |
RuntimeDelegate.RuntimeDelegateInstance.createEdm(EdmProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
static UriParser |
RuntimeDelegate.getUriParser(Edm edm)
Returns an parser which can parse OData uris based on metadata.
|
protected abstract UriParser |
RuntimeDelegate.RuntimeDelegateInstance.getUriParser(Edm edm) |
| Modifier and Type | Method and Description |
|---|---|
static UriInfo |
UriParser.parse(Edm edm,
List<PathSegment> pathSegments,
Map<String,String> queryParameters)
Parses path segments and query parameters for the given EDM.
|
static UriInfo |
UriParser.parse(Edm edm,
List<PathSegment> pathSegments,
Map<String,String> queryParameters,
boolean strictFilter)
Deprecated.
|
static FilterExpression |
UriParser.parseFilter(Edm edm,
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EdmImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
EdmImplProv |
| Modifier and Type | Method and Description |
|---|---|
Edm |
ProviderFacadeImpl.readMetadata(InputStream inputStream,
boolean validate) |
| Modifier and Type | Method and Description |
|---|---|
ODataResponse |
JsonEntityProvider.writeServiceDocument(Edm edm,
String serviceRoot)
Writes service document based on given
Edm and service root. |
ODataResponse |
ContentTypeBasedEntityProvider.writeServiceDocument(Edm edm,
String serviceRoot) |
ODataResponse |
AtomEntityProvider.writeServiceDocument(Edm edm,
String serviceRoot)
Write service document based on given
Edm and service root as
AtomPub Service Document/code> with charset encoding . |
ODataResponse |
ProviderFacadeImpl.writeServiceDocument(String contentType,
Edm edm,
String serviceRoot) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JsonServiceDocumentProducer.writeServiceDocument(Writer writer,
Edm edm) |
| Constructor and Description |
|---|
AtomServiceDocumentProducer(Edm edm,
String serviceRoot) |
| Modifier and Type | Method and Description |
|---|---|
Edm |
ODataSingleProcessorService.getEntityDataModel() |
| Modifier and Type | Method and Description |
|---|---|
protected Edm |
RuntimeDelegateImpl.createEdm(EdmProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
protected UriParser |
RuntimeDelegateImpl.getUriParser(Edm edm) |
| Constructor and Description |
|---|
UriParserImpl(Edm edm) |
Copyright © 2020. All rights reserved.