public interface StatisticalManagerDataSpace
| Modifier and Type | Method and Description |
|---|---|
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) |
List<org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMFile> getFiles(String user)
org.gcube.data.analysis.statisticalmanager.stubs.SMTables getTables(String user)
org.gcube.data.analysis.statisticalmanager.stubs.SMTables getTables(String user, String template)
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)
List<org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMImport> getImports(String user, String template)
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMImport getImporter(String importerId)
void removeImport(String importerId)
List<org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMResource> getResources(String user, String... template)
void removeTable(String tableId)
File exportTable(String tableId) throws ResourceNotFoundException
ResourceNotFoundExceptionCopyright © 2014. All Rights Reserved.