Package | Description |
---|---|
org.apache.olingo.odata2.api.batch | |
org.apache.olingo.odata2.api.ep |
Entity Provider
The org.apache.olingo.odata2.api.ep package contains all classes related and necessary to provide an
EntityProvider . |
org.apache.olingo.odata2.api.processor |
Data Processor
A data processor implements all create, read, update and delete (CRUD) methods of an OData service.
|
org.apache.olingo.odata2.api.processor.part |
Processor Parts
|
org.apache.olingo.odata2.client.api.ep | |
org.apache.olingo.odata2.client.core.ep | |
org.apache.olingo.odata2.jpa.processor.api |
OData JPA Processor API Library
The library provides a way for the developers to create an OData Service from a Java Persistence Model.
|
org.apache.olingo.odata2.ref.processor |
Modifier and Type | Method and Description |
---|---|
abstract BatchResponsePart |
BatchResponsePart.BatchResponsePartBuilder.build() |
BatchResponsePart |
BatchHandler.handleBatchPart(BatchRequestPart batchRequestPart)
Handles the
BatchRequestPart in a way that it results in a corresponding BatchResponsePart . |
Modifier and Type | Method and Description |
---|---|
static ODataResponse |
EntityProvider.writeBatchResponse(List<BatchResponsePart> batchResponseParts)
Write responses of Batch Response Parts in Batch Response as
ODataResponse . |
ODataResponse |
EntityProvider.EntityProviderInterface.writeBatchResponse(List<BatchResponsePart> batchResponseParts)
Write responses of Batch Response Parts in Batch Response as
ODataResponse . |
Modifier and Type | Method and Description |
---|---|
BatchResponsePart |
ODataSingleProcessor.executeChangeSet(BatchHandler handler,
List<ODataRequest> requests) |
Modifier and Type | Method and Description |
---|---|
BatchResponsePart |
BatchProcessor.executeChangeSet(BatchHandler handler,
List<ODataRequest> requests)
Executes a Change Set and provide BatchResponsePart as
BatchResponsePart that contains the responses to
change requests. |
Modifier and Type | Method and Description |
---|---|
ODataResponse |
ContentTypeBasedDeserializer.writeBatchResponse(List<BatchResponsePart> batchResponseParts)
Returns an ODataResponse
|
Modifier and Type | Method and Description |
---|---|
ODataResponse |
JsonSerializerDeserializer.writeBatchResponse(List<BatchResponsePart> batchResponseParts) |
ODataResponse |
AtomSerializerDeserializer.writeBatchResponse(List<BatchResponsePart> batchResponseParts) |
Modifier and Type | Method and Description |
---|---|
BatchResponsePart |
ODataJPADefaultProcessor.executeChangeSet(BatchHandler handler,
List<ODataRequest> requests) |
Modifier and Type | Method and Description |
---|---|
BatchResponsePart |
ListsProcessor.executeChangeSet(BatchHandler handler,
List<ODataRequest> requests) |
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.