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

Packages that use EdmProvider
org.apache.olingo.odata2.api OData Library API 
org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API 
org.apache.olingo.odata2.api.rt Runtime Support 
 

Uses of EdmProvider in org.apache.olingo.odata2.api
 

Methods in org.apache.olingo.odata2.api with parameters of type EdmProvider
 ODataService ODataServiceFactory.createODataSingleProcessorService(EdmProvider provider, ODataSingleProcessor processor)
          Create a default service instance based on ODataSingleProcessor.
 

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

Methods in org.apache.olingo.odata2.api.edm.provider that return EdmProvider
 EdmProvider EdmProviderAccessor.getEdmProvider()
           
static EdmProvider EdmProviderFactory.getEdmProvider(InputStream metadataXml, boolean validate)
          Creates and returns an edm provider.
 

Uses of EdmProvider in org.apache.olingo.odata2.api.rt
 

Methods in org.apache.olingo.odata2.api.rt that return EdmProvider
static EdmProvider RuntimeDelegate.createEdmProvider(InputStream metadataXml, boolean validate)
          Creates and returns an edm provider.
protected abstract  EdmProvider RuntimeDelegate.RuntimeDelegateInstance.createEdmProvider(InputStream metadataXml, boolean validate)
           
 

Methods in org.apache.olingo.odata2.api.rt with parameters of type EdmProvider
static Edm RuntimeDelegate.createEdm(EdmProvider provider)
          Creates and returns an entity data model.
protected abstract  Edm RuntimeDelegate.RuntimeDelegateInstance.createEdm(EdmProvider provider)
           
static ODataService RuntimeDelegate.createODataSingleProcessorService(EdmProvider provider, ODataSingleProcessor processor)
          Creates and returns a single processor service.
protected abstract  ODataService RuntimeDelegate.RuntimeDelegateInstance.createODataSingleProcessorService(EdmProvider provider, ODataSingleProcessor processor)
           
 



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