Uses of Class
org.apache.olingo.odata2.api.edm.provider.Schema

Packages that use Schema
org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API 
org.apache.olingo.odata2.api.ep Entity Provider 
org.apache.olingo.odata2.jpa.processor.api.model OData JPA Processor API Library - JPA EDM Model 
org.apache.olingo.odata2.ref.edm   
 

Uses of Schema in org.apache.olingo.odata2.api.edm.provider
 

Methods in org.apache.olingo.odata2.api.edm.provider that return Schema
 Schema Schema.setAlias(String alias)
          Sets the alias for this Schema
 Schema Schema.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
          Sets the List of AnnotationAttribute for this Schema
 Schema Schema.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the List of AnnotationElement for this Schema
 Schema Schema.setAssociations(List<Association> associations)
          Sets the Associations for this Schema
 Schema Schema.setComplexTypes(List<ComplexType> complexTypes)
          Sets the ComplexTypes for this Schema
 Schema Schema.setEntityContainers(List<EntityContainer> entityContainers)
          Sets the EntityContainers for this Schema
 Schema Schema.setEntityTypes(List<EntityType> entityTypes)
          Sets the EntityTypes for this Schema
 Schema Schema.setNamespace(String namespace)
          Sets the namespace for this Schema
 Schema Schema.setUsings(List<Using> usings)
          Sets the Using for this Schema
 

Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type Schema
 List<Schema> EdmProvider.getSchemas()
          This method should return a collection of all Schema or null if nothing is found
 List<Schema> DataServices.getSchemas()
           
 

Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type Schema
 DataServices DataServices.setSchemas(List<Schema> schemas)
          Sets the schemas for this DataServices
 

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
static ODataResponse EntityProvider.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.
 ODataResponse EntityProvider.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.
 

Uses of Schema in org.apache.olingo.odata2.jpa.processor.api.model
 

Methods in org.apache.olingo.odata2.jpa.processor.api.model that return Schema
 Schema JPAEdmSchemaView.getEdmSchema()
          The method returns the EDM schema present in the container.
 

Uses of Schema in org.apache.olingo.odata2.ref.edm
 

Methods in org.apache.olingo.odata2.ref.edm that return types with arguments of type Schema
 List<Schema> ScenarioEdmProvider.getSchemas()
           
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.