Interface DataHubFacade
- All Known Implementing Classes:
ImpexDataImportClient
public interface DataHubFacade
A facade for communicating with the Data Hub.
-
Method Summary
Modifier and TypeMethodDescriptionRequests data from the Data Hub.voidreturnImportResult(String resultCallbackUrl, ItemImportResult itemImportResult) Returns theItemImportResultto the Data Hub
-
Method Details
-
readData
Requests data from the Data Hub.- Parameters:
resource- identifies what data should be retrieved.parameters- specifies parameters for the resource data retrieval.- Returns:
- an input stream to read the resource data.
-
returnImportResult
Returns theItemImportResultto the Data Hub- Parameters:
resultCallbackUrl- the callback URL to use when returning theItemImportResultitemImportResult- the resuts of the import
-