org.gcube.data.analysis.statisticalmanager.proxies
Interface StatisticalManagerDataSpace

All Known Implementing Classes:
StatisticalManagerDefaultDataSpace

public interface StatisticalManagerDataSpace


Method Summary
 void checkImport(String importId)
           
 String createTableFromCSV(File file, boolean hasHeader, String delimiter, String comment, String tableName, org.gcube.dataanalysis.ecoengine.datatypes.enumtypes.TableTemplates tableTemplate, String description, String user)
           
 String createTableFromDataStream(org.gcube.data.streams.Stream<org.gcube.data.spd.plugin.fwk.model.OccurrencePoint> points, String tableName, String description, String user)
           
 File exportTable(String tableId)
           
 String getDBParameters(String tableId)
           
 org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMImport getImporter(String importerId)
           
 org.gcube.data.analysis.statisticalmanager.stubs.SMImporters getImporters(String user, String template)
           
 org.gcube.data.analysis.statisticalmanager.stubs.SMTables getTables(String user)
           
 org.gcube.data.analysis.statisticalmanager.stubs.SMTables getTables(String user, String template)
           
 List<org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMTableMetadata> getTablesMetadata(String user, String... template)
           
 List<org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMImport> getUncheckedImports(String user)
           
 void removeImport(String importerId)
           
 void removeTable(String tableId)
           
 

Method Detail

getTables

org.gcube.data.analysis.statisticalmanager.stubs.SMTables getTables(String user)

getTables

org.gcube.data.analysis.statisticalmanager.stubs.SMTables getTables(String user,
                                                                    String template)

getDBParameters

String getDBParameters(String tableId)

createTableFromCSV

String createTableFromCSV(File file,
                          boolean hasHeader,
                          String delimiter,
                          String comment,
                          String tableName,
                          org.gcube.dataanalysis.ecoengine.datatypes.enumtypes.TableTemplates tableTemplate,
                          String description,
                          String user)

createTableFromDataStream

String createTableFromDataStream(org.gcube.data.streams.Stream<org.gcube.data.spd.plugin.fwk.model.OccurrencePoint> points,
                                 String tableName,
                                 String description,
                                 String user)

getImporters

org.gcube.data.analysis.statisticalmanager.stubs.SMImporters getImporters(String user,
                                                                          String template)

getImporter

org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMImport getImporter(String importerId)

removeImport

void removeImport(String importerId)

getTablesMetadata

List<org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMTableMetadata> getTablesMetadata(String user,
                                                                                                           String... template)

checkImport

void checkImport(String importId)

getUncheckedImports

List<org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMImport> getUncheckedImports(String user)

removeTable

void removeTable(String tableId)

exportTable

File exportTable(String tableId)


Copyright © 2013. All Rights Reserved.