Uses of Class
org.apache.olingo.odata2.api.edm.provider.Schema
Packages that use Schema
Package
Description
Entity Data Model Provider API
Entity Provider
-
Uses of Schema in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return SchemaModifier and TypeMethodDescriptionSets the alias for thisSchemaSchema.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the List ofAnnotationAttributefor thisSchemaSchema.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the List ofAnnotationElementfor thisSchemaSchema.setAssociations(List<Association> associations) Sets theAssociations for thisSchemaSchema.setComplexTypes(List<ComplexType> complexTypes) Sets theComplexTypes for thisSchemaSchema.setEntityContainers(List<EntityContainer> entityContainers) Sets theEntityContainers for thisSchemaSchema.setEntityTypes(List<EntityType> entityTypes) Sets theEntityTypes for thisSchemaSchema.setNamespace(String namespace) Sets the namespace for thisSchemaMethods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type SchemaModifier and TypeMethodDescriptionDataServices.getSchemas()EdmProvider.getSchemas()This method should return a collection of allSchemaor null if nothing is foundMethod parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type SchemaModifier and TypeMethodDescriptionDataServices.setSchemas(List<Schema> schemas) Sets the schemas for thisDataServices -
Uses of Schema in org.apache.olingo.odata2.api.ep
Method parameters in org.apache.olingo.odata2.api.ep with type arguments of type SchemaModifier and TypeMethodDescriptionEntityProvider.EntityProviderInterface.writeMetadata(List<Schema> schemas, Map<String, String> predefinedNamespaces) Write metadata document in XML format for the given schemas and the provided predefined namespaces at the EDMX element.static ODataResponseWrite metadata document in XML format for the given schemas and the provided predefined namespaces at the EDMX element. -
Uses of Schema in org.apache.olingo.odata2.core.edm.provider
Methods in org.apache.olingo.odata2.core.edm.provider that return types with arguments of type Schema -
Uses of Schema in org.apache.olingo.odata2.core.ep
Method parameters in org.apache.olingo.odata2.core.ep with type arguments of type SchemaModifier and TypeMethodDescriptionWrites the metadata in XML format.