public class MyEdmProvider
extends org.apache.olingo.odata2.api.edm.provider.EdmProvider
| Constructor and Description |
|---|
MyEdmProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.olingo.odata2.api.edm.provider.Association |
getAssociation(org.apache.olingo.odata2.api.edm.FullQualifiedName edmFQName) |
org.apache.olingo.odata2.api.edm.provider.AssociationSet |
getAssociationSet(String entityContainer,
org.apache.olingo.odata2.api.edm.FullQualifiedName association,
String sourceEntitySetName,
String sourceEntitySetRole) |
org.apache.olingo.odata2.api.edm.provider.ComplexType |
getComplexType(org.apache.olingo.odata2.api.edm.FullQualifiedName edmFQName) |
org.apache.olingo.odata2.api.edm.provider.EntityContainerInfo |
getEntityContainerInfo(String name) |
org.apache.olingo.odata2.api.edm.provider.EntitySet |
getEntitySet(String entityContainer,
String name) |
org.apache.olingo.odata2.api.edm.provider.EntityType |
getEntityType(org.apache.olingo.odata2.api.edm.FullQualifiedName edmFQName) |
org.apache.olingo.odata2.api.edm.provider.FunctionImport |
getFunctionImport(String entityContainer,
String name) |
List<org.apache.olingo.odata2.api.edm.provider.Schema> |
getSchemas() |
public List<org.apache.olingo.odata2.api.edm.provider.Schema> getSchemas() throws org.apache.olingo.odata2.api.exception.ODataException
getSchemas in class org.apache.olingo.odata2.api.edm.provider.EdmProviderorg.apache.olingo.odata2.api.exception.ODataExceptionpublic org.apache.olingo.odata2.api.edm.provider.EntityType getEntityType(org.apache.olingo.odata2.api.edm.FullQualifiedName edmFQName)
throws org.apache.olingo.odata2.api.exception.ODataException
getEntityType in class org.apache.olingo.odata2.api.edm.provider.EdmProviderorg.apache.olingo.odata2.api.exception.ODataExceptionpublic org.apache.olingo.odata2.api.edm.provider.ComplexType getComplexType(org.apache.olingo.odata2.api.edm.FullQualifiedName edmFQName)
throws org.apache.olingo.odata2.api.exception.ODataException
getComplexType in class org.apache.olingo.odata2.api.edm.provider.EdmProviderorg.apache.olingo.odata2.api.exception.ODataExceptionpublic org.apache.olingo.odata2.api.edm.provider.Association getAssociation(org.apache.olingo.odata2.api.edm.FullQualifiedName edmFQName)
throws org.apache.olingo.odata2.api.exception.ODataException
getAssociation in class org.apache.olingo.odata2.api.edm.provider.EdmProviderorg.apache.olingo.odata2.api.exception.ODataExceptionpublic org.apache.olingo.odata2.api.edm.provider.EntitySet getEntitySet(String entityContainer, String name) throws org.apache.olingo.odata2.api.exception.ODataException
getEntitySet in class org.apache.olingo.odata2.api.edm.provider.EdmProviderorg.apache.olingo.odata2.api.exception.ODataExceptionpublic org.apache.olingo.odata2.api.edm.provider.AssociationSet getAssociationSet(String entityContainer, org.apache.olingo.odata2.api.edm.FullQualifiedName association, String sourceEntitySetName, String sourceEntitySetRole) throws org.apache.olingo.odata2.api.exception.ODataException
getAssociationSet in class org.apache.olingo.odata2.api.edm.provider.EdmProviderorg.apache.olingo.odata2.api.exception.ODataExceptionpublic org.apache.olingo.odata2.api.edm.provider.FunctionImport getFunctionImport(String entityContainer, String name) throws org.apache.olingo.odata2.api.exception.ODataException
getFunctionImport in class org.apache.olingo.odata2.api.edm.provider.EdmProviderorg.apache.olingo.odata2.api.exception.ODataExceptionpublic org.apache.olingo.odata2.api.edm.provider.EntityContainerInfo getEntityContainerInfo(String name) throws org.apache.olingo.odata2.api.exception.ODataException
getEntityContainerInfo in class org.apache.olingo.odata2.api.edm.provider.EdmProviderorg.apache.olingo.odata2.api.exception.ODataExceptionCopyright © 2016. All rights reserved.