| Package | Description |
|---|---|
| de.hybris.platform.odata2services.odata.monitoring | |
| de.hybris.platform.odata2services.odata.monitoring.impl |
| Modifier and Type | Method and Description |
|---|---|
ResponseChangeSetEntity |
ResponseChangeSetEntityBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResponseChangeSetEntity> |
ResponseEntityExtractor.extractFrom(ODataResponse response)
Extracts entities returned back in an OData response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InboundRequestService.register(java.util.List<RequestBatchEntity> requests,
java.util.List<ResponseChangeSetEntity> responses,
java.util.List<InboundRequestMediaModel> medias)
Collects entities contained in the incoming request and the corresponding response, turns them into
InboundRequest
and persists them. |
| Modifier and Type | Method and Description |
|---|---|
protected ResponseChangeSetEntity |
DefaultInboundRequestService.InboundRequestPartsCoordinator.getChangeSet() |
protected ResponseChangeSetEntity |
DefaultInboundRequestService.InboundRequestPartsCoordinator.rollToLastChangeSetInBatch()
The number of the change sets returned from the parser is not consistent.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResponseChangeSetEntity> |
DefaultResponseEntityExtractor.extractFrom(ODataResponse response) |
protected java.util.List<ResponseChangeSetEntity> |
DefaultResponseEntityExtractor.extractFromBatchResponse(ODataResponse oDataResponse) |
protected java.util.List<ResponseChangeSetEntity> |
DefaultResponseEntityExtractor.extractFromSingleResponse(ODataResponse oDataResponse) |
| Modifier and Type | Method and Description |
|---|---|
protected InboundRequestModel |
DefaultInboundRequestService.createInboundRequest(RequestBatchEntity batch,
ResponseChangeSetEntity changeSet,
InboundRequestMediaModel payload) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultInboundRequestService.register(java.util.List<RequestBatchEntity> requests,
java.util.List<ResponseChangeSetEntity> responses,
java.util.List<InboundRequestMediaModel> medias) |
| Constructor and Description |
|---|
InboundRequestPartsCoordinator(java.util.Collection<RequestBatchEntity> requests,
java.util.Collection<ResponseChangeSetEntity> responses,
java.util.Collection<InboundRequestMediaModel> medias)
Instantiates this coordinator.
|
Copyright © 2018 SAP SE. All Rights Reserved.