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