|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchResponsePart | |
---|---|
org.apache.olingo.odata2.api.batch | |
org.apache.olingo.odata2.api.ep | Entity Provider |
org.apache.olingo.odata2.api.processor | Data Processor |
org.apache.olingo.odata2.api.processor.part | Processor Parts |
org.apache.olingo.odata2.ref.processor |
Uses of BatchResponsePart in org.apache.olingo.odata2.api.batch |
---|
Methods in org.apache.olingo.odata2.api.batch that return BatchResponsePart | |
---|---|
abstract BatchResponsePart |
BatchResponsePart.BatchResponsePartBuilder.build()
|
BatchResponsePart |
BatchHandler.handleBatchPart(BatchRequestPart batchRequestPart)
Handles the BatchRequestPart in a way that it results in a corresponding BatchResponsePart . |
Uses of BatchResponsePart in org.apache.olingo.odata2.api.ep |
---|
Method parameters in org.apache.olingo.odata2.api.ep with type arguments of type BatchResponsePart | |
---|---|
static ODataResponse |
EntityProvider.writeBatchResponse(List<BatchResponsePart> batchResponseParts)
Write responses of Batch Response Parts in Batch Response as ODataResponse . |
ODataResponse |
EntityProvider.EntityProviderInterface.writeBatchResponse(List<BatchResponsePart> batchResponseParts)
Write responses of Batch Response Parts in Batch Response as ODataResponse . |
Uses of BatchResponsePart in org.apache.olingo.odata2.api.processor |
---|
Methods in org.apache.olingo.odata2.api.processor that return BatchResponsePart | |
---|---|
BatchResponsePart |
ODataSingleProcessor.executeChangeSet(BatchHandler handler,
List<ODataRequest> requests)
|
Uses of BatchResponsePart in org.apache.olingo.odata2.api.processor.part |
---|
Methods in org.apache.olingo.odata2.api.processor.part that return BatchResponsePart | |
---|---|
BatchResponsePart |
BatchProcessor.executeChangeSet(BatchHandler handler,
List<ODataRequest> requests)
Executes a Change Set and provide BatchResponsePart as BatchResponsePart that contains the responses to
change requests. |
Uses of BatchResponsePart in org.apache.olingo.odata2.ref.processor |
---|
Methods in org.apache.olingo.odata2.ref.processor that return BatchResponsePart | |
---|---|
BatchResponsePart |
ListsProcessor.executeChangeSet(BatchHandler handler,
List<ODataRequest> requests)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |