Package | Description |
---|---|
org.apache.olingo.client.api.edm.xml | |
org.apache.olingo.client.api.serialization | |
org.apache.olingo.commons.api.edm.provider |
Contains representations for objects created during CSDL document parsing
|
org.apache.olingo.server.sample.edmprovider | |
org.apache.olingo.server.tecsvc.provider |
Modifier and Type | Method and Description |
---|---|
CsdlSchema |
XMLMetadata.getSchema(int index)
Returns the Schema at the specified position in the EdM metadata document.
|
CsdlSchema |
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,CsdlSchema> |
XMLMetadata.getSchemaByNsOrAlias() |
List<CsdlSchema> |
XMLMetadata.getSchemas()
Returns all Schema objects defined in the EdM metadata document.
|
List<CsdlSchema> |
DataServices.getSchemas() |
Modifier and Type | Method and Description |
---|---|
Edm |
ODataReader.readMetadata(Map<String,CsdlSchema> xmlSchemas)
Parses a stream into metadata representation, including referenced metadata documents.
|
Modifier and Type | Method and Description |
---|---|
CsdlSchema |
CsdlSchema.setActions(List<CsdlAction> actions) |
CsdlSchema |
CsdlSchema.setAlias(String alias) |
CsdlSchema |
CsdlSchema.setComplexTypes(List<CsdlComplexType> complexTypes) |
CsdlSchema |
CsdlSchema.setEntityContainer(CsdlEntityContainer entityContainer) |
CsdlSchema |
CsdlSchema.setEntityTypes(List<CsdlEntityType> entityTypes) |
CsdlSchema |
CsdlSchema.setEnumTypes(List<CsdlEnumType> enumTypes) |
CsdlSchema |
CsdlSchema.setFunctions(List<CsdlFunction> functions) |
CsdlSchema |
CsdlSchema.setNamespace(String namespace) |
CsdlSchema |
CsdlSchema.setTerms(List<CsdlTerm> terms) |
CsdlSchema |
CsdlSchema.setTypeDefinitions(List<CsdlTypeDefinition> typeDefinitions) |
Modifier and Type | Method and Description |
---|---|
List<CsdlSchema> |
CsdlEdmProvider.getSchemas()
This method should return a collection of all
CsdlSchema |
List<CsdlSchema> |
CsdlAbstractEdmProvider.getSchemas() |
Modifier and Type | Method and Description |
---|---|
List<CsdlSchema> |
CarsEdmProvider.getSchemas() |
Modifier and Type | Method and Description |
---|---|
List<CsdlSchema> |
SchemaProvider.getSchemas() |
List<CsdlSchema> |
EdmTechProvider.getSchemas() |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.