| Package | Description |
|---|---|
| org.apache.olingo.odata2.api |
OData Library API
|
| org.apache.olingo.odata2.api.batch | |
| org.apache.olingo.odata2.api.processor |
Data Processor
|
| org.apache.olingo.odata2.api.processor.part |
Processor Parts
|
| org.apache.olingo.odata2.jpa.processor.api |
OData JPA Processor API Library
|
| org.apache.olingo.odata2.ref.processor |
| Modifier and Type | Method and Description |
|---|---|
ODataResponse |
ODataDebugResponseWrapperCallback.handle(ODataContext context,
ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
Exception exception)
Handles the output of a response helpful in case of debugging.
|
| Modifier and Type | Method and Description |
|---|---|
List<ODataRequest> |
BatchRequestPart.getRequests()
Get requests.
|
| Modifier and Type | Method and Description |
|---|---|
ODataResponse |
BatchHandler.handleRequest(ODataRequest request)
Delegates a handling of the request
ODataRequest to the request handler and provides ODataResponse
ODataResponse. |
| Modifier and Type | Method and Description |
|---|---|
abstract ODataRequest |
ODataRequest.ODataRequestBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static ODataRequest.ODataRequestBuilder |
ODataRequest.fromRequest(ODataRequest request) |
abstract ODataRequest.ODataRequestBuilder |
ODataRequest.ODataRequestBuilder.fromRequest(ODataRequest request) |
| 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 |
|---|---|
BatchResponsePart |
ODataJPADefaultProcessor.executeChangeSet(BatchHandler handler,
List<ODataRequest> requests) |
| Modifier and Type | Method and Description |
|---|---|
BatchResponsePart |
ListsProcessor.executeChangeSet(BatchHandler handler,
List<ODataRequest> requests) |
Copyright © 2013-2017 The Apache Software Foundation. All Rights Reserved.