org.gcube.data.analysis.statisticalmanager.proxies
Interface StatisticalManagerDataSpace
- All Known Implementing Classes:
- StatisticalManagerDefaultDataSpace
public interface StatisticalManagerDataSpace
|
Method Summary |
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.model.products.OccurrencePoint> points,
String tableName,
String description,
String user)
|
File |
exportTable(String tableId)
|
String |
getDBParameters(String tableId)
|
List<org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMFile> |
getFiles(String user)
|
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMImport |
getImporter(String importerId)
|
List<org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMImport> |
getImports(String user,
String template)
|
List<org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMResource> |
getResources(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)
|
void |
removeImport(String importerId)
|
void |
removeTable(String tableId)
|
getFiles
List<org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMFile> getFiles(String user)
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.model.products.OccurrencePoint> points,
String tableName,
String description,
String user)
getImports
List<org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMImport> getImports(String user,
String template)
getImporter
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMImport getImporter(String importerId)
removeImport
void removeImport(String importerId)
getResources
List<org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMResource> getResources(String user,
String... template)
removeTable
void removeTable(String tableId)
exportTable
File exportTable(String tableId)
throws ResourceNotFoundException
- Throws:
ResourceNotFoundException
Copyright © 2013. All Rights Reserved.