Class ClientCsdlXMLMetadata
java.lang.Object
org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmItem
org.apache.olingo.client.core.edm.ClientCsdlXMLMetadata
- All Implemented Interfaces:
Serializable,XMLMetadata
Entry point for access information about EDM metadata.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionClientCsdlXMLMetadata(Edmx edmx) ClientCsdlXMLMetadata(Edmx edmx, List<List<String>> schemaNameSpaces) -
Method Summary
Modifier and TypeMethodDescriptiongetSchema(int index) Returns the Schema at the specified position in the EdM metadata document.Returns the Schema with the specified key (namespace or alias) in the EdM metadata document.Returns all Schema objects defined in the EdM metadata document.Methods inherited from class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmItem
getAllByName, getOneByName
-
Field Details
-
edmx
-
-
Constructor Details
-
ClientCsdlXMLMetadata
-
ClientCsdlXMLMetadata
-
-
Method Details
-
getSchemaNamespaces
- Specified by:
getSchemaNamespacesin interfaceXMLMetadata
-
getSchemas
Description copied from interface:XMLMetadataReturns all Schema objects defined in the EdM metadata document.- Specified by:
getSchemasin interfaceXMLMetadata- Returns:
- all Schema objects defined in the EdM metadata document
-
getSchema
Description copied from interface:XMLMetadataReturns the Schema at the specified position in the EdM metadata document.- Specified by:
getSchemain interfaceXMLMetadata- Parameters:
index- index of the Schema to return- Returns:
- the Schema at the specified position in the EdM metadata document
-
getSchema
Description copied from interface:XMLMetadataReturns the Schema with the specified key (namespace or alias) in the EdM metadata document.- Specified by:
getSchemain interfaceXMLMetadata- Parameters:
key- namespace or alias- Returns:
- the Schema with the specified key in the EdM metadata document
-
getSchemaByNsOrAlias
- Specified by:
getSchemaByNsOrAliasin interfaceXMLMetadata
-
getReferences
- Specified by:
getReferencesin interfaceXMLMetadata
-
getEdmVersion
- Specified by:
getEdmVersionin interfaceXMLMetadata
-