org.gcube.data.analysis.tabulardata.api.importer
Interface RemoteImporter

All Superinterfaces:
NamedWorker

public interface RemoteImporter
extends NamedWorker


Method Summary
 ImportResult importData(String url, Map<String,String> parameters, OperationMonitor opMonitor)
           
 
Methods inherited from interface org.gcube.data.analysis.tabulardata.api.NamedWorker
getdescription, getName
 

Method Detail

importData

ImportResult importData(String url,
                        Map<String,String> parameters,
                        OperationMonitor opMonitor)
                        throws ImportException
Parameters:
metadata - the metadata associated with the specific importer
parserDataAsJson - the key-value data for parsing purpose
url - the url pointing to the resource to import
opMonitor - a monitor object
Returns:
Throws:
InputNotValidException
ImportException


Copyright © 2013. All Rights Reserved.