Package | Description |
---|---|
org.apache.olingo.odata2.api |
OData Library API
OData Library is a protocol implementation of the OData V2.0 standard.
|
org.apache.olingo.odata2.api.batch | |
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.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 |
---|---|
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-2019 The Apache Software Foundation. All Rights Reserved.