public interface DataHubExtensionUploadService
| Modifier and Type | Method and Description |
|---|---|
void |
uploadExtension(ExtensionSource extSrc)
Uploads a DataHub extension to the DataHub server.
|
void uploadExtension(ExtensionSource extSrc)
throws java.io.IOException
extSrc - a source of the extension definition.java.io.IOException - when failed to read extension definition from the sourceDataHubBlockedException - if extension cannot be uploaded now due to DataHub performing some uninterruptable operation. If this
exception received, the extension deployment should be attempted later.InvalidDataHubExtensionException - if the extension defined in the source is invalid or it's not in XML format or the XML is malformed.Copyright © 2018 SAP SE. All Rights Reserved.