| Modifier and Type | Method and Description |
|---|---|
InboundRequestMediaModel |
InboundRequestMediaResource.getInboundRequestMediaModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected InboundRequestMediaModel |
InboundRequestMediaResource.readResource(java.lang.String resourceId)
Gets the
InboundRequestMediaModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<InboundRequestMediaModel> |
InboundRequestMediasResource.getInboundRequestMediasCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
InboundRequestMediaResource.setInboundRequestMediaModel(InboundRequestMediaModel value)
Convenience method which just delegates to
#setResourceValue(InboundRequestMediaModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
InboundRequestMediasResource.setInboundRequestMediasCollection(java.util.Collection<InboundRequestMediaModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| 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 InboundRequestMediaModel |
DefaultInboundRequestService.InboundRequestPartsCoordinator.getMedia() |
| 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.