public interface DownloadService
extends eu.dnetlib.common.rmi.BaseService
| Modifier and Type | Method and Description |
|---|---|
void |
downloadFromResultSet(W3CEndpointReference resultSet,
String plugin,
String objectStoreID,
String protocol,
String mimeType)
Download the file in the resultset to the objectStore.
|
List<String> |
listPlugins() |
void downloadFromResultSet(W3CEndpointReference resultSet, String plugin, String objectStoreID, String protocol, String mimeType) throws DownloadServiceException
resultSet - the resultset of the url Objectplugin - the name of the plugin to be applied to retrieve the URLobjectStoreID - the object store id where download the fileDownloadServiceException - the download service exceptionList<String> listPlugins() throws DownloadServiceException
DownloadServiceExceptionCopyright © 2026. All rights reserved.