| Modifier and Type | Method and Description |
|---|---|
void |
ODataBatchableRequest.batch(ODataBatchRequest req)
Writes (and consume) the request onto the given batch stream.
|
void |
ODataBatchableRequest.batch(ODataBatchRequest req,
String contentId)
Writes (and consume) the request onto the given batch stream.
|
AsyncBatchRequestWrapper |
AsyncRequestFactory.getAsyncBatchRequestWrapper(ODataBatchRequest odataRequest) |
| Modifier and Type | Method and Description |
|---|---|
ODataBatchRequest |
BatchRequestFactory.getBatchRequest(String serviceRoot)
Gets a batch request object instance.
|
ODataBatchRequest |
ODataBatchRequest.rawAppend(byte[] toBeStreamed)
Appends the given byte array to the payload.
|
ODataBatchRequest |
ODataBatchRequest.rawAppend(byte[] toBeStreamed,
int off,
int len)
Appends the given byte array to the payload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractODataBasicRequest.batch(ODataBatchRequest req)
Serializes the full request into the given batch request.
|
void |
AbstractODataBasicRequest.batch(ODataBatchRequest req,
String contentId)
Serializes the full request into the given batch request.
|
AsyncBatchRequestWrapper |
AsyncRequestFactoryImpl.getAsyncBatchRequestWrapper(ODataBatchRequest odataRequest) |
| Constructor and Description |
|---|
AsyncBatchRequestWrapperImpl(ODataClient odataClient,
ODataBatchRequest odataRequest) |
| Modifier and Type | Class and Description |
|---|---|
class |
ODataBatchRequestImpl |
| Modifier and Type | Field and Description |
|---|---|
protected ODataBatchRequest |
AbstractODataBatchRequestItem.req
OData batch request.
|
protected ODataBatchRequest |
AbstractBatchManager.req
batch request reference.
|
| Modifier and Type | Method and Description |
|---|---|
ODataBatchRequest |
BatchRequestFactoryImpl.getBatchRequest(String serviceRoot) |
ODataBatchRequest |
ODataBatchRequestImpl.rawAppend(byte[] toBeStreamed) |
ODataBatchRequest |
ODataBatchRequestImpl.rawAppend(byte[] toBeStreamed,
int off,
int len) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractODataBatchRequest.batch(ODataBatchRequest req)
Writes (and consume) the request onto the given batch stream.
|
| Constructor and Description |
|---|
AbstractBatchManager(ODataBatchRequest req,
Wrapper<Future<org.apache.http.HttpResponse>> futureWrap,
boolean continueOnError) |
AbstractODataBatchRequestItem(ODataBatchRequest req)
Constructor.
|
BatchManagerImpl(ODataBatchRequest req) |
ODataChangesetImpl(ODataBatchRequest req,
ODataChangesetResponseItem expectedResItem,
ODataBatchRequestContext batchRequestController)
Constructor.
|
ODataSingleRequestImpl(ODataBatchRequest req,
ODataSingleResponseItem expectedResItem,
ODataBatchRequestContext batchRequestController)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractODataStreamedRequest.batch(ODataBatchRequest req)
Writes (and consume) the request onto the given batch stream.
|
void |
AbstractODataStreamedRequest.batch(ODataBatchRequest req,
String contentId)
Writes (and consume) the request onto the given batch stream.
|
Copyright © 2023. All rights reserved.