Modifier and Type | Class and Description |
---|---|
class |
EdmPrimitiveTypeException |
Modifier and Type | Class and Description |
---|---|
class |
ODataDeserializerException |
class |
ODataSerializerException |
Modifier and Type | Class and Description |
---|---|
class |
ODataApplicationException
Exception thrown by OData service implementations.
|
class |
ODataTranslatedException
Abstract superclass of all translatable server exceptions.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchDeserializerException |
class |
BatchSerializerException |
Modifier and Type | Class and Description |
---|---|
class |
DeserializerException
Exception thrown by deserializers.
|
Modifier and Type | Method and Description |
---|---|
ActionImport |
EdmProvider.getActionImport(FullQualifiedName entityContainer,
String actionImportName)
This method should return an
ActionImport or null if nothing is found |
List<Action> |
EdmProvider.getActions(FullQualifiedName actionName)
This method should return a list of all
Action for the FullQualifiedname or null if nothing is found |
List<AliasInfo> |
EdmProvider.getAliasInfos()
This method should return a list of all namespaces which have an alias
|
ComplexType |
EdmProvider.getComplexType(FullQualifiedName complexTypeName)
This method should return a
ComplexType or null if nothing is found. |
EntityContainer |
EdmProvider.getEntityContainer()
Returns the entity container of this edm
|
EntityContainerInfo |
EdmProvider.getEntityContainerInfo(FullQualifiedName entityContainerName)
This method should return an
EntityContainerInfo or null if nothing is found |
EntitySet |
EdmProvider.getEntitySet(FullQualifiedName entityContainer,
String entitySetName)
This method should return an
EntitySet or null if nothing is found |
EntityType |
EdmProvider.getEntityType(FullQualifiedName entityTypeName)
This method should return an
EntityType or null if nothing is found |
EnumType |
EdmProvider.getEnumType(FullQualifiedName enumTypeName)
This method should return an
EnumType or null if nothing is found |
FunctionImport |
EdmProvider.getFunctionImport(FullQualifiedName entityContainer,
String functionImportName)
This method should return a
FunctionImport or null if nothing is found |
List<Function> |
EdmProvider.getFunctions(FullQualifiedName functionName)
This method should return a list of all
Function for the FullQualifiedname or null if nothing is
found |
List<Schema> |
EdmProvider.getSchemas()
This method should return a collection of all
Schema |
Singleton |
EdmProvider.getSingleton(FullQualifiedName entityContainer,
String singletonName)
This method should return an
Singleton or null if nothing is found |
Term |
EdmProvider.getTerm(FullQualifiedName termName)
This method should return a
Term for the FullQualifiedName or null if nothing is found. |
TypeDefinition |
EdmProvider.getTypeDefinition(FullQualifiedName typeDefinitionName)
This method should return an
TypeDefinition or null if nothing is found |
Modifier and Type | Class and Description |
---|---|
class |
SerializerException
Exception thrown by the
ODataSerializer . |
Modifier and Type | Class and Description |
---|---|
static class |
DataProvider.DataProviderException |
Modifier and Type | Method and Description |
---|---|
ComplexType |
CarsEdmProvider.getComplexType(FullQualifiedName complexTypeName) |
EntityContainer |
CarsEdmProvider.getEntityContainer() |
EntityContainerInfo |
CarsEdmProvider.getEntityContainerInfo(FullQualifiedName entityContainerName) |
EntitySet |
CarsEdmProvider.getEntitySet(FullQualifiedName entityContainer,
String entitySetName) |
EntityType |
CarsEdmProvider.getEntityType(FullQualifiedName entityTypeName) |
List<Schema> |
CarsEdmProvider.getSchemas() |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.