Uses of Class
org.apache.olingo.odata2.api.exception.ODataException

Packages that use ODataException
org.apache.olingo.odata2.annotation.processor.api Annotations-API for Entity Data Model definition 
org.apache.olingo.odata2.annotation.processor.ref   
org.apache.olingo.odata2.api OData Library API 
org.apache.olingo.odata2.api.batch   
org.apache.olingo.odata2.api.edm Entity Data Model API 
org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API 
org.apache.olingo.odata2.api.ep Entity Provider 
org.apache.olingo.odata2.api.exception Exception Classes used in the OData library as well as the implementing application 
org.apache.olingo.odata2.api.processor Data Processor 
org.apache.olingo.odata2.api.processor.feature Processor Features 
org.apache.olingo.odata2.api.processor.part Processor Parts 
org.apache.olingo.odata2.api.uri URI Parser Facade 
org.apache.olingo.odata2.api.uri.expression Expression Parser 
org.apache.olingo.odata2.jpa.processor.api OData JPA Processor API Library 
org.apache.olingo.odata2.jpa.processor.api.exception OData JPA Processor API Library - Exceptions 
org.apache.olingo.odata2.jpa.processor.ref.extension   
org.apache.olingo.odata2.ref.edm   
org.apache.olingo.odata2.ref.processor   
 

Uses of ODataException in org.apache.olingo.odata2.annotation.processor.api
 

Methods in org.apache.olingo.odata2.annotation.processor.api that throw ODataException
static ODataService AnnotationServiceFactory.createAnnotationService(Collection<Class<?>> annotatedClasses)
          Create an ODataService which is based on an EDM and Processor which are using the annotations from org.apache.olingo.olingo-odata2-api-annotation module (see package org.apache.olingo.odata2.api.annotation.edm) to define the model and access the data.
 ODataService AnnotationServiceFactory.AnnotationServiceFactoryInstance.createAnnotationService(Collection<Class<?>> annotatedClasses)
          Create an ODataService which is based on an EDM and Processor which are using the annotations from org.apache.olingo.olingo-odata2-api-annotation module (see package org.apache.olingo.odata2.api.annotation.edm) to define the model and access the data.
static ODataService AnnotationServiceFactory.createAnnotationService(String modelPackage)
          Create an ODataService which is based on an EDM and Processor which are using the annotations from org.apache.olingo.olingo-odata2-api-annotation module (see package org.apache.olingo.odata2.api.annotation.edm) to define the model and access the data.
 ODataService AnnotationServiceFactory.AnnotationServiceFactoryInstance.createAnnotationService(String modelPackage)
          Create an ODataService which is based on an EDM and Processor which are using the annotations from org.apache.olingo.olingo-odata2-api-annotation module (see package org.apache.olingo.odata2.api.annotation.edm) to define the model and access the data.
 

Uses of ODataException in org.apache.olingo.odata2.annotation.processor.ref
 

Methods in org.apache.olingo.odata2.annotation.processor.ref that throw ODataException
 ODataService AnnotationRefServiceFactory.createService(ODataContext context)
           
 

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

Methods in org.apache.olingo.odata2.api that throw ODataException
abstract  ODataService ODataServiceFactory.createService(ODataContext ctx)
          Create instance of custom ODataService.
 BatchProcessor ODataService.getBatchProcessor()
           
 EntityComplexPropertyProcessor ODataService.getEntityComplexPropertyProcessor()
           
 Edm ODataService.getEntityDataModel()
           
 EntityLinkProcessor ODataService.getEntityLinkProcessor()
           
 EntityLinksProcessor ODataService.getEntityLinksProcessor()
           
 EntityMediaProcessor ODataService.getEntityMediaProcessor()
           
 EntityProcessor ODataService.getEntityProcessor()
           
 EntitySetProcessor ODataService.getEntitySetProcessor()
           
 EntitySimplePropertyProcessor ODataService.getEntitySimplePropertyProcessor()
           
 EntitySimplePropertyValueProcessor ODataService.getEntitySimplePropertyValueProcessor()
           
 FunctionImportProcessor ODataService.getFunctionImportProcessor()
           
 FunctionImportValueProcessor ODataService.getFunctionImportValueProcessor()
           
 MetadataProcessor ODataService.getMetadataProcessor()
           
 ODataProcessor ODataService.getProcessor()
           
 ServiceDocumentProcessor ODataService.getServiceDocumentProcessor()
           
 List<String> ODataService.getSupportedContentTypes(Class<? extends ODataProcessor> processorFeature)
           
 String ODataService.getVersion()
           
 

Uses of ODataException in org.apache.olingo.odata2.api.batch
 

Subclasses of ODataException in org.apache.olingo.odata2.api.batch
 class BatchException
           
 

Methods in org.apache.olingo.odata2.api.batch that throw ODataException
 BatchResponsePart BatchHandler.handleBatchPart(BatchRequestPart batchRequestPart)
          Handles the BatchRequestPart in a way that it results in a corresponding BatchResponsePart.
 ODataResponse BatchHandler.handleRequest(ODataRequest request)
          Delegates a handling of the request ODataRequest to the request handler and provides ODataResponse ODataResponse.
 

Uses of ODataException in org.apache.olingo.odata2.api.edm
 

Subclasses of ODataException in org.apache.olingo.odata2.api.edm
 class EdmException
           
 class EdmLiteralException
           
 class EdmSimpleTypeException
           
 

Methods in org.apache.olingo.odata2.api.edm that throw ODataException
 String EdmServiceMetadata.getDataServiceVersion()
           
 List<EdmEntitySetInfo> EdmServiceMetadata.getEntitySetInfos()
           
 InputStream EdmServiceMetadata.getMetadata()
           
 

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

Methods in org.apache.olingo.odata2.api.edm.provider that throw ODataException
 List<AliasInfo> EdmProvider.getAliasInfos()
          This method should return a list of all defined aliases and their associated namespace.
 Association EdmProvider.getAssociation(FullQualifiedName edmFQName)
          This method should return an Association or null if nothing is found
 AssociationSet EdmProvider.getAssociationSet(String entityContainer, FullQualifiedName association, String sourceEntitySetName, String sourceEntitySetRole)
          This method should return an AssociationSet or null if nothing is found
 ComplexType EdmProvider.getComplexType(FullQualifiedName edmFQName)
          This method should return a ComplexType or null if nothing is found
 EntityContainerInfo EdmProvider.getEntityContainerInfo(String name)
          This method should return an EntityContainerInfo or null if nothing is found
 EntitySet EdmProvider.getEntitySet(String entityContainer, String name)
          This method should return an EntitySet or null if nothing is found
 EntityType EdmProvider.getEntityType(FullQualifiedName edmFQName)
          This method should return an EntityType or null if nothing is found
 FunctionImport EdmProvider.getFunctionImport(String entityContainer, String name)
          This method should return a FunctionImport or null if nothing is found
 List<Schema> EdmProvider.getSchemas()
          This method should return a collection of all Schema or null if nothing is found
 

Uses of ODataException in org.apache.olingo.odata2.api.ep
 

Subclasses of ODataException in org.apache.olingo.odata2.api.ep
 class EntityProviderException
          An EntityProviderException is the base exception for all EntityProvider related exceptions.
 

Uses of ODataException in org.apache.olingo.odata2.api.exception
 

Subclasses of ODataException in org.apache.olingo.odata2.api.exception
 class ODataApplicationException
          This class represents a translated application exception.
 class ODataBadRequestException
          Exceptions of this class will result in a HTTP status 400 bad request
 class ODataConflictException
          Exceptions of this class will result in a HTTP status 409 Conflict
 class ODataForbiddenException
          Exceptions of this class will result in a HTTP status 403 forbidden
 class ODataHttpException
          ODataMessageException with a HTTP status code.
 class ODataInternalServerErrorException
           
 class ODataMessageException
          DO NOT EXTEND THIS EXCEPTION
 class ODataMethodNotAllowedException
          Exceptions of this class will result in a HTTP status 405 (method not allowed).
 class ODataNotAcceptableException
          Exceptions of this class will result in a HTTP status 406 not acceptable
 class ODataNotFoundException
          Exceptions of this class will result in a HTTP status 404 not found
 class ODataNotImplementedException
          Exceptions of this class will result in a HTTP status 501 (Not implemented).
 class ODataPreconditionFailedException
          Exceptions of this class will result in a HTTP Status 412 Precondition Failed.
 class ODataPreconditionRequiredException
          Exceptions of this class will result in a HTTP status 428 precondition required
 class ODataServiceUnavailableException
          Exceptions of this class will result in a HTTP status 503 service unavailable
 class ODataUnsupportedMediaTypeException
          Exceptions of this class will result in a HTTP status 415 unsupported media type
 

Method parameters in org.apache.olingo.odata2.api.exception with type arguments of type ODataException
static MessageReference MessageReference.create(Class<? extends ODataException> clazz, String key)
          Creates a MessageReference for given class and key.
 

Uses of ODataException in org.apache.olingo.odata2.api.processor
 

Methods in org.apache.olingo.odata2.api.processor that throw ODataException
 ODataResponse ODataSingleProcessor.countEntityLinks(GetEntitySetLinksCountUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.countEntitySet(GetEntitySetCountUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.createEntity(PostUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
           
 ODataResponse ODataSingleProcessor.createEntityLink(PostUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
           
 ODataResponse ODataSingleProcessor.deleteEntity(DeleteUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.deleteEntityLink(DeleteUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.deleteEntityMedia(DeleteUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.deleteEntitySimplePropertyValue(DeleteUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.executeBatch(BatchHandler handler, String contentType, InputStream content)
           
 BatchResponsePart ODataSingleProcessor.executeChangeSet(BatchHandler handler, List<ODataRequest> requests)
           
 ODataResponse ODataSingleProcessor.executeFunctionImport(GetFunctionImportUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.executeFunctionImportValue(GetFunctionImportUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.existsEntity(GetEntityCountUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.existsEntityLink(GetEntityLinkCountUriInfo uriInfo, String contentType)
           
 ODataContext ODataProcessor.getContext()
           
 List<String> ODataSingleProcessor.getCustomContentTypes(Class<? extends ODataProcessor> processorFeature)
           
 InputStream ODataResponse.getEntityAsStream()
           
 PathInfo ODataContext.getPathInfo()
          Gets information about the request path.
 ODataService ODataContext.getService()
          Gets the OData service.
 ODataResponse ODataSingleProcessor.readEntity(GetEntityUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.readEntityComplexProperty(GetComplexPropertyUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.readEntityLink(GetEntityLinkUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.readEntityLinks(GetEntitySetLinksUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.readEntityMedia(GetMediaResourceUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.readEntitySet(GetEntitySetUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.readEntitySimpleProperty(GetSimplePropertyUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.readEntitySimplePropertyValue(GetSimplePropertyUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.readMetadata(GetMetadataUriInfo uriInfo, String contentType)
           
 ODataResponse ODataSingleProcessor.readServiceDocument(GetServiceDocumentUriInfo uriInfo, String contentType)
           
 void ODataProcessor.setContext(ODataContext context)
           
 ODataResponse ODataSingleProcessor.updateEntity(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, boolean merge, String contentType)
           
 ODataResponse ODataSingleProcessor.updateEntityComplexProperty(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, boolean merge, String contentType)
           
 ODataResponse ODataSingleProcessor.updateEntityLink(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
           
 ODataResponse ODataSingleProcessor.updateEntityMedia(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
           
 ODataResponse ODataSingleProcessor.updateEntitySimpleProperty(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
           
 ODataResponse ODataSingleProcessor.updateEntitySimplePropertyValue(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
           
 

Uses of ODataException in org.apache.olingo.odata2.api.processor.feature
 

Methods in org.apache.olingo.odata2.api.processor.feature that throw ODataException
 List<String> CustomContentType.getCustomContentTypes(Class<? extends ODataProcessor> processorFeature)
          The OData library will consider these additional content types during negotiation of http content type header.
 

Uses of ODataException in org.apache.olingo.odata2.api.processor.part
 

Methods in org.apache.olingo.odata2.api.processor.part that throw ODataException
 ODataResponse EntityLinksProcessor.countEntityLinks(GetEntitySetLinksCountUriInfo uriInfo, String contentType)
          Counts the number of target entities of a navigation property.
 ODataResponse EntitySetProcessor.countEntitySet(GetEntitySetCountUriInfo uriInfo, String contentType)
          Counts the number of requested entities.
 ODataResponse EntitySetProcessor.createEntity(PostUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
          Creates an entity.
 ODataResponse EntityLinksProcessor.createEntityLink(PostUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
          Creates a new link to a target entity of a navigation property.
 ODataResponse EntityProcessor.deleteEntity(DeleteUriInfo uriInfo, String contentType)
          Deletes an entity.
 ODataResponse EntityLinkProcessor.deleteEntityLink(DeleteUriInfo uriInfo, String contentType)
          Deletes the link to the target entity of a navigation property.
 ODataResponse EntityMediaProcessor.deleteEntityMedia(DeleteUriInfo uriInfo, String contentType)
          Deletes the media resource of an entity.
 ODataResponse EntitySimplePropertyValueProcessor.deleteEntitySimplePropertyValue(DeleteUriInfo uriInfo, String contentType)
          Deletes the value of a simple property of an entity.
 ODataResponse BatchProcessor.executeBatch(BatchHandler handler, String contentType, InputStream content)
          Executes a OData batch request and provide Batch Response as ODataResponse
 BatchResponsePart BatchProcessor.executeChangeSet(BatchHandler handler, List<ODataRequest> requests)
          Executes a Change Set and provide BatchResponsePart as BatchResponsePart that contains the responses to change requests.
 ODataResponse FunctionImportProcessor.executeFunctionImport(GetFunctionImportUriInfo uriInfo, String contentType)
          Executes a function import and returns the result.
 ODataResponse FunctionImportValueProcessor.executeFunctionImportValue(GetFunctionImportUriInfo uriInfo, String contentType)
          Returns the unformatted value of a function import.
 ODataResponse EntityProcessor.existsEntity(GetEntityCountUriInfo uriInfo, String contentType)
          Checks whether an entity exists.
 ODataResponse EntityLinkProcessor.existsEntityLink(GetEntityLinkCountUriInfo uriInfo, String contentType)
          Returns whether the target entity of a navigation property exists.
 ODataResponse EntityProcessor.readEntity(GetEntityUriInfo uriInfo, String contentType)
          Reads an entity.
 ODataResponse EntityComplexPropertyProcessor.readEntityComplexProperty(GetComplexPropertyUriInfo uriInfo, String contentType)
          Reads a complex property of an entity.
 ODataResponse EntityLinkProcessor.readEntityLink(GetEntityLinkUriInfo uriInfo, String contentType)
          Reads the URI of the target entity of a navigation property.
 ODataResponse EntityLinksProcessor.readEntityLinks(GetEntitySetLinksUriInfo uriInfo, String contentType)
          Reads the URIs of the target entities of a navigation property.
 ODataResponse EntityMediaProcessor.readEntityMedia(GetMediaResourceUriInfo uriInfo, String contentType)
          Reads the media resource of an entity.
 ODataResponse EntitySetProcessor.readEntitySet(GetEntitySetUriInfo uriInfo, String contentType)
          Reads entities.
 ODataResponse EntitySimplePropertyProcessor.readEntitySimpleProperty(GetSimplePropertyUriInfo uriInfo, String contentType)
          Reads a simple property of an entity.
 ODataResponse EntitySimplePropertyValueProcessor.readEntitySimplePropertyValue(GetSimplePropertyUriInfo uriInfo, String contentType)
          Reads the unformatted value of a simple property of an entity.
 ODataResponse MetadataProcessor.readMetadata(GetMetadataUriInfo uriInfo, String contentType)
           
 ODataResponse ServiceDocumentProcessor.readServiceDocument(GetServiceDocumentUriInfo uriInfo, String contentType)
           
 ODataResponse EntityProcessor.updateEntity(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, boolean merge, String contentType)
          Updates an entity.
 ODataResponse EntityComplexPropertyProcessor.updateEntityComplexProperty(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, boolean merge, String contentType)
          Updates a complex property of an entity.
 ODataResponse EntityLinkProcessor.updateEntityLink(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
          Updates the link to the target entity of a navigation property.
 ODataResponse EntityMediaProcessor.updateEntityMedia(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
          Updates the media resource of an entity.
 ODataResponse EntitySimplePropertyProcessor.updateEntitySimpleProperty(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
          Updates a simple property of an entity.
 ODataResponse EntitySimplePropertyValueProcessor.updateEntitySimplePropertyValue(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
          Updates a simple property of an entity with an unformatted value.
 

Uses of ODataException in org.apache.olingo.odata2.api.uri
 

Subclasses of ODataException in org.apache.olingo.odata2.api.uri
 class UriNotMatchingException
          URI-parsing exception resulting in a 404 Not Found response.
 class UriSyntaxException
          Exception for violation of the OData URI construction rules, resulting in a 400 Bad Request response.
 

Methods in org.apache.olingo.odata2.api.uri that throw ODataException
abstract  List<KeyPredicate> UriParser.getKeyFromEntityLink(EdmEntitySet entitySet, String entityLink, URI serviceRoot)
          Retrieves the key predicates from a canonical link to an entity.
static List<KeyPredicate> UriParser.getKeyPredicatesFromEntityLink(EdmEntitySet entitySet, String entityLink, URI serviceRoot)
          Retrieves the key predicates from a canonical link to an entity.
static UriInfo UriParser.parse(Edm edm, List<PathSegment> pathSegments, Map<String,String> queryParameters)
          Parses path segments and query parameters for the given EDM.
 

Uses of ODataException in org.apache.olingo.odata2.api.uri.expression
 

Subclasses of ODataException in org.apache.olingo.odata2.api.uri.expression
 class ExceptionVisitExpression
          Exception thrown while traversing/visiting a filter expression tree
 class ExpressionParserException
          Exception thrown while parsing a filter or orderby expression
 

Uses of ODataException in org.apache.olingo.odata2.jpa.processor.api
 

Methods in org.apache.olingo.odata2.jpa.processor.api that throw ODataException
 ODataService ODataJPAServiceFactory.createService(ODataContext ctx)
          Creates an OData Service based on the values set in ODataJPAContext and ODataContext.
 

Uses of ODataException in org.apache.olingo.odata2.jpa.processor.api.exception
 

Subclasses of ODataException in org.apache.olingo.odata2.jpa.processor.api.exception
 class ODataJPAException
          The exception class is the base of OData JPA exceptions.
 class ODataJPAModelException
          The exception is thrown for any unexpected errors raising while accessing/transforming Java Persistence Models.
 class ODataJPARuntimeException
          The exception is thrown for any unexpected errors raising while accessing data from Java Persistence Models.
 

Uses of ODataException in org.apache.olingo.odata2.jpa.processor.ref.extension
 

Methods in org.apache.olingo.odata2.jpa.processor.ref.extension that throw ODataException
 SalesOrderHeader SalesOrderHeaderProcessor.calculateNetAmount(Long soID)
           
 

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

Methods in org.apache.olingo.odata2.ref.edm that throw ODataException
 Association ScenarioEdmProvider.getAssociation(FullQualifiedName edmFQName)
           
 AssociationSet ScenarioEdmProvider.getAssociationSet(String entityContainer, FullQualifiedName association, String sourceEntitySetName, String sourceEntitySetRole)
           
 ComplexType ScenarioEdmProvider.getComplexType(FullQualifiedName edmFQName)
           
 EntityContainerInfo ScenarioEdmProvider.getEntityContainerInfo(String name)
           
 EntitySet ScenarioEdmProvider.getEntitySet(String entityContainer, String name)
           
 EntityType ScenarioEdmProvider.getEntityType(FullQualifiedName edmFQName)
           
 FunctionImport ScenarioEdmProvider.getFunctionImport(String entityContainer, String name)
           
 List<Schema> ScenarioEdmProvider.getSchemas()
           
 

Uses of ODataException in org.apache.olingo.odata2.ref.processor
 

Methods in org.apache.olingo.odata2.ref.processor that throw ODataException
 ODataResponse ListsProcessor.countEntityLinks(GetEntitySetLinksCountUriInfo uriInfo, String contentType)
           
 ODataResponse ListsProcessor.countEntitySet(GetEntitySetCountUriInfo uriInfo, String contentType)
           
 ODataResponse ListsProcessor.createEntity(PostUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
           
 ODataResponse ListsProcessor.createEntityLink(PostUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
           
 ODataService ScenarioServiceFactory.createService(ODataContext context)
           
 ODataResponse ListsProcessor.deleteEntity(DeleteUriInfo uriInfo, String contentType)
           
 ODataResponse ListsProcessor.deleteEntityLink(DeleteUriInfo uriInfo, String contentType)
           
 ODataResponse ListsProcessor.deleteEntityMedia(DeleteUriInfo uriInfo, String contentType)
           
 ODataResponse ListsProcessor.deleteEntitySimplePropertyValue(DeleteUriInfo uriInfo, String contentType)
           
 ODataResponse ListsProcessor.executeBatch(BatchHandler handler, String contentType, InputStream content)
           
 BatchResponsePart ListsProcessor.executeChangeSet(BatchHandler handler, List<ODataRequest> requests)
           
 ODataResponse ListsProcessor.executeFunctionImport(GetFunctionImportUriInfo uriInfo, String contentType)
           
 ODataResponse ListsProcessor.executeFunctionImportValue(GetFunctionImportUriInfo uriInfo, String contentType)
           
 ODataResponse ListsProcessor.existsEntity(GetEntityCountUriInfo uriInfo, String contentType)
           
 ODataResponse ListsProcessor.existsEntityLink(GetEntityLinkCountUriInfo uriInfo, String contentType)
           
<T> Object
BeanPropertyAccess.getMappingValue(T data, EdmMapping mapping)
           
<T> Class<?>
BeanPropertyAccess.getPropertyType(T data, EdmProperty property)
           
<T> Object
BeanPropertyAccess.getPropertyValue(T data, EdmProperty property)
           
 ODataResponse ListsProcessor.readEntity(GetEntityUriInfo uriInfo, String contentType)
           
 ODataResponse ListsProcessor.readEntityComplexProperty(GetComplexPropertyUriInfo uriInfo, String contentType)
           
 ODataResponse ListsProcessor.readEntityLink(GetEntityLinkUriInfo uriInfo, String contentType)
           
 ODataResponse ListsProcessor.readEntityLinks(GetEntitySetLinksUriInfo uriInfo, String contentType)
           
 ODataResponse ListsProcessor.readEntityMedia(GetMediaResourceUriInfo uriInfo, String contentType)
           
 ODataResponse ListsProcessor.readEntitySet(GetEntitySetUriInfo uriInfo, String contentType)
           
 ODataResponse ListsProcessor.readEntitySimpleProperty(GetSimplePropertyUriInfo uriInfo, String contentType)
           
 ODataResponse ListsProcessor.readEntitySimplePropertyValue(GetSimplePropertyUriInfo uriInfo, String contentType)
           
<T,V> void
BeanPropertyAccess.setMappingValue(T data, EdmMapping mapping, V value)
           
<T,V> void
BeanPropertyAccess.setPropertyValue(T data, EdmProperty property, V value)
           
 ODataResponse ListsProcessor.updateEntity(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, boolean merge, String contentType)
           
 ODataResponse ListsProcessor.updateEntityComplexProperty(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, boolean merge, String contentType)
           
 ODataResponse ListsProcessor.updateEntityLink(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
           
 ODataResponse ListsProcessor.updateEntityMedia(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
           
 ODataResponse ListsProcessor.updateEntitySimpleProperty(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
           
 ODataResponse ListsProcessor.updateEntitySimplePropertyValue(PutMergePatchUriInfo uriInfo, InputStream content, String requestContentType, String contentType)
           
 



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