| 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.core | |
| org.apache.olingo.odata2.core.batch |
| 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 | Class and Description |
|---|---|
class |
ODataRequestImpl |
| Modifier and Type | Method and Description |
|---|---|
ODataRequest |
ODataRequestImpl.ODataRequestBuilderImpl.build() |
| Modifier and Type | Method and Description |
|---|---|
ContentType |
ContentNegotiator.doContentNegotiation(ODataRequest odataRequest,
UriInfoImpl uriInfo,
List<String> supportedContentTypes)
Do the content negotiation for
accept header value based on
requested content type (in HTTP accept header from ODataRequest)
in combination with uri information from UriInfo and from given supported
content types (via
supportedContentTypes). |
ODataRequest.ODataRequestBuilder |
ODataRequestImpl.ODataRequestBuilderImpl.fromRequest(ODataRequest request) |
ODataResponse |
ODataRequestHandler.handle(ODataRequest request)
Handles the
ODataRequest in a way that it results in a corresponding ODataResponse. |
void |
ODataContextImpl.setRequest(ODataRequest request) |
| Constructor and Description |
|---|
ODataContextImpl(ODataRequest request,
ODataServiceFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
List<ODataRequest> |
BatchRequestPartImpl.getRequests() |
| Modifier and Type | Method and Description |
|---|---|
ODataResponse |
BatchHandlerImpl.handleRequest(ODataRequest suppliedRequest) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchRequestPartImpl.setRequests(List<ODataRequest> requests) |
| Constructor and Description |
|---|
BatchRequestPartImpl(boolean isChangeSet,
List<ODataRequest> requests) |
Copyright © 2020. All rights reserved.