Package | Description |
---|---|
org.apache.olingo.client.api.edm.xml | |
org.apache.olingo.client.api.edm.xml.v4 | |
org.apache.olingo.client.api.serialization |
Modifier and Type | Method and Description |
---|---|
Schema |
XMLMetadata.getSchema(int index)
Returns the Schema at the specified position in the EdM metadata document.
|
Schema |
XMLMetadata.getSchema(String key)
Returns the Schema with the specified key (namespace or alias) in the EdM metadata document.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Schema> |
XMLMetadata.getSchemaByNsOrAlias() |
List<? extends Schema> |
XMLMetadata.getSchemas()
Returns all Schema objects defined in the EdM metadata document.
|
List<? extends Schema> |
DataServices.getSchemas() |
Modifier and Type | Interface and Description |
---|---|
interface |
Schema |
Modifier and Type | Method and Description |
---|---|
Edm |
CommonODataReader.readMetadata(Map<String,Schema> xmlSchemas)
Parses a stream into metadata representation, including referenced metadata documents.
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.