public class StatisticalManagerDefaultDataSpace extends Object implements StatisticalManagerDataSpace
| Constructor and Description |
|---|
StatisticalManagerDefaultDataSpace(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.analysis.statisticalmanager.stubs.DataSpacePortType> delegate) |
| 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 importId) |
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) |
public StatisticalManagerDefaultDataSpace(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.analysis.statisticalmanager.stubs.DataSpacePortType> delegate)
public String createTableFromCSV(File file, boolean hasHeader, String delimiter, String comment, String tableName, org.gcube.dataanalysis.ecoengine.datatypes.enumtypes.TableTemplates tableTemplate, String description, String user)
createTableFromCSV in interface StatisticalManagerDataSpacepublic String createTableFromDataStream(org.gcube.data.streams.Stream<org.gcube.data.spd.model.products.OccurrencePoint> points, String tableName, String description, String user)
createTableFromDataStream in interface StatisticalManagerDataSpacepublic String getDBParameters(String tableId)
getDBParameters in interface StatisticalManagerDataSpacepublic org.gcube.data.analysis.statisticalmanager.stubs.SMTables getTables(String user)
getTables in interface StatisticalManagerDataSpacepublic org.gcube.data.analysis.statisticalmanager.stubs.SMTables getTables(String user, String template)
getTables in interface StatisticalManagerDataSpacepublic List<org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMImport> getImports(String user, String template)
getImports in interface StatisticalManagerDataSpacepublic org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMImport getImporter(String importId)
getImporter in interface StatisticalManagerDataSpacepublic void removeImport(String importerId)
removeImport in interface StatisticalManagerDataSpacepublic List<org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMResource> getResources(String user, String... template)
getResources in interface StatisticalManagerDataSpacepublic void removeTable(String tableId)
removeTable in interface StatisticalManagerDataSpacepublic File exportTable(String tableId) throws ResourceNotFoundException
exportTable in interface StatisticalManagerDataSpaceResourceNotFoundExceptionpublic List<org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMFile> getFiles(String user)
getFiles in interface StatisticalManagerDataSpaceCopyright © 2014. All Rights Reserved.