| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.edm.provider |
Entity Data Model Provider API
|
| org.apache.olingo.odata2.api.ep |
Entity Provider
|
| org.apache.olingo.odata2.core.ep | |
| org.apache.olingo.odata2.core.ep.consumer | |
| org.apache.olingo.odata2.core.ep.producer |
| Modifier and Type | Method and Description |
|---|---|
DataServices |
DataServices.setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the collection of
AnnotationElement for this DataServices |
DataServices |
DataServices.setCustomEdmxVersion(String customEdmxVersion)
Sets a custom edmx version which is used in the metadata document
|
DataServices |
DataServices.setDataServiceVersion(String dataServiceVersion)
Sets the data service version for this
DataServices |
DataServices |
DataServices.setSchemas(List<Schema> schemas)
Sets the schemas for this
DataServices |
| Modifier and Type | Method and Description |
|---|---|
static ODataResponse |
EntityProvider.writeMetadata(DataServices serviceMetadata,
Map<String,String> predefinedNamespaces)
Write metadata document in XML format for the given schemas and the provided predefined
namespaces at the EDMX element.
|
ODataResponse |
EntityProvider.EntityProviderInterface.writeMetadata(DataServices serviceMetadata,
Map<String,String> predefinedNamespaces)
Write metadata document in XML format for the given schemas and the provided predefined
namespaces at the EDMX element.
|
| Modifier and Type | Method and Description |
|---|---|
ODataResponse |
ProviderFacadeImpl.writeMetadata(DataServices seriviceMetadata,
Map<String,String> predefinedNamespaces) |
ODataResponse |
BasicEntityProvider.writeMetadata(DataServices serviceMetadata,
Map<String,String> predefinedNamespaces)
Writes the metadata in XML format.
|
| Modifier and Type | Method and Description |
|---|---|
DataServices |
XmlMetadataConsumer.readMetadata(XMLStreamReader reader,
boolean validate) |
| Modifier and Type | Method and Description |
|---|---|
static void |
XmlMetadataProducer.writeMetadata(DataServices metadata,
XMLStreamWriter xmlStreamWriter,
Map<String,String> predefinedNamespaces) |
Copyright © 2020. All rights reserved.