|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BatchHandler | |
|---|---|
| org.apache.olingo.odata2.api.processor | Data Processor |
| org.apache.olingo.odata2.api.processor.part | Processor Parts |
| Uses of BatchHandler in org.apache.olingo.odata2.api.processor |
|---|
| Methods in org.apache.olingo.odata2.api.processor with parameters of type BatchHandler | |
|---|---|
ODataResponse |
ODataSingleProcessor.executeBatch(BatchHandler handler,
String contentType,
InputStream content)
|
BatchResponsePart |
ODataSingleProcessor.executeChangeSet(BatchHandler handler,
List<ODataRequest> requests)
|
| Uses of BatchHandler in org.apache.olingo.odata2.api.processor.part |
|---|
| Methods in org.apache.olingo.odata2.api.processor.part with parameters of type BatchHandler | |
|---|---|
ODataResponse |
BatchProcessor.executeBatch(BatchHandler handler,
String contentType,
InputStream content)
Executes a OData batch request and provide Batch Response as ODataResponse |
BatchResponsePart |
BatchProcessor.executeChangeSet(BatchHandler handler,
List<ODataRequest> requests)
Executes a Change Set and provide BatchResponsePart as BatchResponsePart that contains the responses to
change requests. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||