public interface DataHubFacade
| Modifier and Type | Method and Description |
|---|---|
InputStream |
readData(String resource,
Map<String,?> parameters)
Requests data from the Data Hub.
|
void |
returnImportResult(String resultCallbackUrl,
ItemImportResult itemImportResult)
Returns the
ItemImportResult to the Data Hub |
InputStream readData(String resource, Map<String,?> parameters)
resource - identifies what data should be retrieved.parameters - specifies parameters for the resource data retrieval.void returnImportResult(String resultCallbackUrl, ItemImportResult itemImportResult)
ItemImportResult to the Data HubresultCallbackUrl - the callback URL to use when returning the ItemImportResultitemImportResult - the resuts of the importCopyright © 2017 SAP SE. All Rights Reserved.