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 |
exportTableToStorage(String tableId) |
String |
getDBParameters(String tableId) |
List<SMFile> |
getFiles(String user) |
SMImport |
getImporter(String importerId) |
List<SMImport> |
getImports(String user,
String template) |
List<SMResource> |
getResources(String user,
String... template) |
SMTables |
getTables(String user) |
SMTables |
getTables(String user,
String template) |
String |
importFile(String baseFileName,
File file,
File taxa,
File vernacular,
String description,
String user,
String type) |
void |
removeImport(String importerId) |
void |
removeTable(String tableId) |
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)
void removeImport(String importerId)
List<SMResource> getResources(String user, String... template)
void removeTable(String tableId)
File exportTable(String tableId) throws ResourceNotFoundException
ResourceNotFoundExceptionString importFile(String baseFileName, File file, File taxa, File vernacular, String description, String user, String type)
String exportTableToStorage(String tableId) throws ResourceNotFoundException
ResourceNotFoundExceptionCopyright © 2018. All Rights Reserved.