public interface CsdlEdmProvider
Modifier and Type | Method and Description |
---|---|
CsdlActionImport |
getActionImport(FullQualifiedName entityContainer,
String actionImportName)
This method should return an
CsdlActionImport or null if nothing is found |
List<CsdlAction> |
getActions(FullQualifiedName actionName)
This method should return a list of all
CsdlAction for the FullQualifiedname
or null if nothing is found |
List<CsdlAliasInfo> |
getAliasInfos()
This method should return a list of all namespaces which have an alias
|
CsdlAnnotatable |
getAnnotatable(FullQualifiedName annotatedName)
Gets annotatable.
|
CsdlAnnotations |
getAnnotationsGroup(FullQualifiedName targetName)
Gets annotations group.
|
CsdlComplexType |
getComplexType(FullQualifiedName complexTypeName)
This method should return a
CsdlComplexType or null if nothing is found. |
CsdlEntityContainer |
getEntityContainer()
Returns the entity container of this edm
|
CsdlEntityContainerInfo |
getEntityContainerInfo(FullQualifiedName entityContainerName)
This method should return an
CsdlEntityContainerInfo or null if nothing is found |
CsdlEntitySet |
getEntitySet(FullQualifiedName entityContainer,
String entitySetName)
This method should return an
CsdlEntitySet or null if nothing is found |
CsdlEntityType |
getEntityType(FullQualifiedName entityTypeName)
This method should return an
CsdlEntityType or null if nothing is found |
CsdlEnumType |
getEnumType(FullQualifiedName enumTypeName)
This method should return an
CsdlEnumType or null if nothing is found |
CsdlFunctionImport |
getFunctionImport(FullQualifiedName entityContainer,
String functionImportName)
This method should return a
CsdlFunctionImport or null if nothing is found |
List<CsdlFunction> |
getFunctions(FullQualifiedName functionName)
This method should return a list of all
CsdlFunction for the FullQualifiedname or null if nothing is
found |
List<CsdlSchema> |
getSchemas()
This method should return a collection of all
CsdlSchema |
CsdlSingleton |
getSingleton(FullQualifiedName entityContainer,
String singletonName)
This method should return an
CsdlSingleton or null if nothing is found |
CsdlTerm |
getTerm(FullQualifiedName termName)
This method should return a
CsdlTerm for the FullQualifiedName or null if nothing is found. |
CsdlTypeDefinition |
getTypeDefinition(FullQualifiedName typeDefinitionName)
This method should return an
CsdlTypeDefinition or null if nothing is found |
CsdlEnumType getEnumType(FullQualifiedName enumTypeName) throws ODataException
CsdlEnumType
or null if nothing is foundenumTypeName
- full qualified name of enum typeODataException
- the o data exceptionCsdlTypeDefinition getTypeDefinition(FullQualifiedName typeDefinitionName) throws ODataException
CsdlTypeDefinition
or null if nothing is foundtypeDefinitionName
- full qualified name of type definitionODataException
- the o data exceptionCsdlEntityType getEntityType(FullQualifiedName entityTypeName) throws ODataException
CsdlEntityType
or null if nothing is foundentityTypeName
- full qualified name of entity typeODataException
- the o data exceptionCsdlComplexType getComplexType(FullQualifiedName complexTypeName) throws ODataException
CsdlComplexType
or null if nothing is found.complexTypeName
- full qualified name of complex typeODataException
- the o data exceptionList<CsdlAction> getActions(FullQualifiedName actionName) throws ODataException
CsdlAction
for the FullQualifiedname
or null if nothing is foundactionName
- full qualified name of actionODataException
- the o data exceptionList<CsdlFunction> getFunctions(FullQualifiedName functionName) throws ODataException
CsdlFunction
for the FullQualifiedname or null if nothing is
foundfunctionName
- full qualified name of functionODataException
- the o data exceptionCsdlTerm getTerm(FullQualifiedName termName) throws ODataException
CsdlTerm
for the FullQualifiedName or null if nothing is found.termName
- the name of the TermODataException
- the o data exceptionCsdlEntitySet getEntitySet(FullQualifiedName entityContainer, String entitySetName) throws ODataException
CsdlEntitySet
or null if nothing is foundentityContainer
- this EntitySet is contained inentitySetName
- name of entity setODataException
- the o data exceptionCsdlSingleton getSingleton(FullQualifiedName entityContainer, String singletonName) throws ODataException
CsdlSingleton
or null if nothing is foundentityContainer
- this Singleton is contained insingletonName
- name of singletonODataException
- the o data exceptionCsdlActionImport getActionImport(FullQualifiedName entityContainer, String actionImportName) throws ODataException
CsdlActionImport
or null if nothing is foundentityContainer
- this ActionImport is contained inactionImportName
- name of action importODataException
- the o data exceptionCsdlFunctionImport getFunctionImport(FullQualifiedName entityContainer, String functionImportName) throws ODataException
CsdlFunctionImport
or null if nothing is foundentityContainer
- this FunctionImport is contained infunctionImportName
- name of function importODataException
- the o data exceptionCsdlEntityContainerInfo getEntityContainerInfo(FullQualifiedName entityContainerName) throws ODataException
CsdlEntityContainerInfo
or null if nothing is foundentityContainerName
- (null for default container)ODataException
- the o data exceptionList<CsdlAliasInfo> getAliasInfos() throws ODataException
ODataException
- the o data exceptionList<CsdlSchema> getSchemas() throws ODataException
CsdlSchema
ODataException
- the o data exceptionCsdlEntityContainer getEntityContainer() throws ODataException
ODataException
- the o data exceptionCsdlAnnotations getAnnotationsGroup(FullQualifiedName targetName) throws ODataException
targetName
- full qualified name of targetODataException
- the o data exceptionCsdlAnnotatable getAnnotatable(FullQualifiedName annotatedName) throws ODataException
annotatedName
- full qualified name of annotatableODataException
- the o data exceptionCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.