|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ODataRequest | |
---|---|
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.ref.processor |
Uses of ODataRequest in org.apache.olingo.odata2.api |
---|
Methods in org.apache.olingo.odata2.api with parameters of type ODataRequest | |
---|---|
ODataResponse |
ODataDebugResponseWrapperCallback.handle(ODataContext context,
ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
Exception exception)
Handles the output of a response helpful in case of debugging. |
Uses of ODataRequest in org.apache.olingo.odata2.api.batch |
---|
Methods in org.apache.olingo.odata2.api.batch that return types with arguments of type ODataRequest | |
---|---|
List<ODataRequest> |
BatchRequestPart.getRequests()
Get requests. |
Methods in org.apache.olingo.odata2.api.batch with parameters of type ODataRequest | |
---|---|
ODataResponse |
BatchHandler.handleRequest(ODataRequest request)
Delegates a handling of the request ODataRequest to the request handler and provides ODataResponse
ODataResponse . |
Uses of ODataRequest in org.apache.olingo.odata2.api.processor |
---|
Methods in org.apache.olingo.odata2.api.processor that return ODataRequest | |
---|---|
abstract ODataRequest |
ODataRequest.ODataRequestBuilder.build()
|
Methods in org.apache.olingo.odata2.api.processor with parameters of type ODataRequest | |
---|---|
static ODataRequest.ODataRequestBuilder |
ODataRequest.fromRequest(ODataRequest request)
|
abstract ODataRequest.ODataRequestBuilder |
ODataRequest.ODataRequestBuilder.fromRequest(ODataRequest request)
|
Method parameters in org.apache.olingo.odata2.api.processor with type arguments of type ODataRequest | |
---|---|
BatchResponsePart |
ODataSingleProcessor.executeChangeSet(BatchHandler handler,
List<ODataRequest> requests)
|
Uses of ODataRequest in org.apache.olingo.odata2.api.processor.part |
---|
Method parameters in org.apache.olingo.odata2.api.processor.part with type arguments of type ODataRequest | |
---|---|
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 ODataRequest in org.apache.olingo.odata2.ref.processor |
---|
Method parameters in org.apache.olingo.odata2.ref.processor with type arguments of type ODataRequest | |
---|---|
BatchResponsePart |
ListsProcessor.executeChangeSet(BatchHandler handler,
List<ODataRequest> requests)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |