org.gcube.data.analysis.statisticalmanager.proxies
Class StatisticalManagerDefaultDataSpace
java.lang.Object
org.gcube.data.analysis.statisticalmanager.proxies.StatisticalManagerDefaultDataSpace
- All Implemented Interfaces:
- StatisticalManagerDataSpace
public class StatisticalManagerDefaultDataSpace
- extends Object
- implements StatisticalManagerDataSpace
|
Constructor Summary |
StatisticalManagerDefaultDataSpace(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.analysis.statisticalmanager.stubs.DataSpacePortType> delegate)
|
|
Method Summary |
W3CEndpointReference |
createTableFromCSV(File file,
boolean hasHeader,
String tableName,
org.gcube.dataanalysis.ecoengine.datatypes.enumtypes.TableTemplates tableTemplate,
String description,
String user)
|
W3CEndpointReference |
createTableFromDataStream(org.gcube.data.streams.Stream<org.gcube.data.spd.plugin.fwk.model.OccurrencePoint> points,
String tableName,
String description,
String user)
|
String |
getDBParameters(String tableId)
|
List<W3CEndpointReference> |
getImporters(String user,
String template)
|
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMTableMetadataList |
getTableMetadata(String user)
|
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMTableMetadataList |
getTableMetadata(String user,
String template)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticalManagerDefaultDataSpace
public StatisticalManagerDefaultDataSpace(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.analysis.statisticalmanager.stubs.DataSpacePortType> delegate)
getTableMetadata
public org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMTableMetadataList getTableMetadata(String user)
- Specified by:
getTableMetadata in interface StatisticalManagerDataSpace
createTableFromCSV
public W3CEndpointReference createTableFromCSV(File file,
boolean hasHeader,
String tableName,
org.gcube.dataanalysis.ecoengine.datatypes.enumtypes.TableTemplates tableTemplate,
String description,
String user)
- Specified by:
createTableFromCSV in interface StatisticalManagerDataSpace
createTableFromDataStream
public W3CEndpointReference createTableFromDataStream(org.gcube.data.streams.Stream<org.gcube.data.spd.plugin.fwk.model.OccurrencePoint> points,
String tableName,
String description,
String user)
- Specified by:
createTableFromDataStream in interface StatisticalManagerDataSpace
getDBParameters
public String getDBParameters(String tableId)
- Specified by:
getDBParameters in interface StatisticalManagerDataSpace
getTableMetadata
public org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMTableMetadataList getTableMetadata(String user,
String template)
- Specified by:
getTableMetadata in interface StatisticalManagerDataSpace
getImporters
public List<W3CEndpointReference> getImporters(String user,
String template)
- Specified by:
getImporters in interface StatisticalManagerDataSpace
Copyright © 2012. All Rights Reserved.