Uses of Class
org.apache.olingo.odata2.api.edm.provider.Schema
-
Packages that use Schema Package Description org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider APIorg.apache.olingo.odata2.api.ep Entity Provider -
-
Uses of Schema in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return Schema Modifier and Type Method Description SchemaSchema. setAlias(String alias)Sets the alias for thisSchemaSchemaSchema. setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)Sets the List ofAnnotationAttributefor thisSchemaSchemaSchema. setAnnotationElements(List<AnnotationElement> annotationElements)Sets the List ofAnnotationElementfor thisSchemaSchemaSchema. setAssociations(List<Association> associations)Sets theAssociations for thisSchemaSchemaSchema. setComplexTypes(List<ComplexType> complexTypes)Sets theComplexTypes for thisSchemaSchemaSchema. setEntityContainers(List<EntityContainer> entityContainers)Sets theEntityContainers for thisSchemaSchemaSchema. setEntityTypes(List<EntityType> entityTypes)Sets theEntityTypes for thisSchemaSchemaSchema. setNamespace(String namespace)Sets the namespace for thisSchemaSchemaSchema. setUsings(List<Using> usings)Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type Schema Modifier and Type Method Description List<Schema>DataServices. getSchemas()List<Schema>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 Schema Modifier and Type Method Description DataServicesDataServices. 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 Schema Modifier and Type Method Description ODataResponseEntityProvider.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 ODataResponseEntityProvider. 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.
-