org.gcube.contentmanagement.timeseriesservice.impl.importer
Class ImportManager
java.lang.Object
org.gcube.contentmanagement.timeseriesservice.impl.importer.ImportManager
public class ImportManager
- extends Object
|
Method Summary |
org.gcube.common.core.types.VOID |
denormalizedImportOperation(org.gcube.contentmanagement.timeseriesservice.stubs.DenormalizedImportRequest request)
performs the import operation |
String |
exportAsCsv(org.gcube.contentmanagement.timeseriesservice.stubs.types.ExportRequest request)
|
org.gcube.contentmanagement.timeseriesservice.stubs.types.ColumnDefinitionArray |
getColumnsDefinition(org.gcube.common.core.types.VOID request)
|
String |
getDataAsJson(org.gcube.contentmanagement.timeseriesservice.stubs.types.Limit limit)
|
org.gcube.contentmanagement.timeseriesservice.stubs.types.Status |
getImportState(org.gcube.common.core.types.VOID request)
|
org.gcube.contentmanagement.timeseriesservice.stubs.GetProgressResponse |
getProgress(org.gcube.common.core.types.VOID request)
|
org.gcube.common.core.types.VOID |
importOperation(org.gcube.contentmanagement.timeseriesservice.stubs.ImportRequest request)
performs the import operation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportManager
public ImportManager()
importOperation
public org.gcube.common.core.types.VOID importOperation(org.gcube.contentmanagement.timeseriesservice.stubs.ImportRequest request)
throws org.gcube.common.core.faults.GCUBEFault
- performs the import operation
- Parameters:
importLocator - the RSLocator
- Returns:
- VOID
- Throws:
org.gcube.common.core.faults.GCUBEFault
denormalizedImportOperation
public org.gcube.common.core.types.VOID denormalizedImportOperation(org.gcube.contentmanagement.timeseriesservice.stubs.DenormalizedImportRequest request)
throws org.gcube.common.core.faults.GCUBEFault
- performs the import operation
- Parameters:
importLocator - the RSLocator
- Returns:
- VOID
- Throws:
org.gcube.common.core.faults.GCUBEFault
getImportState
public org.gcube.contentmanagement.timeseriesservice.stubs.types.Status getImportState(org.gcube.common.core.types.VOID request)
throws org.gcube.common.core.faults.GCUBEFault
- Returns:
-
- Throws:
org.gcube.common.core.faults.GCUBEFault
getDataAsJson
public String getDataAsJson(org.gcube.contentmanagement.timeseriesservice.stubs.types.Limit limit)
throws org.gcube.common.core.faults.GCUBEFault
- Parameters:
limit -
- Returns:
-
- Throws:
org.gcube.common.core.faults.GCUBEFault
getColumnsDefinition
public org.gcube.contentmanagement.timeseriesservice.stubs.types.ColumnDefinitionArray getColumnsDefinition(org.gcube.common.core.types.VOID request)
throws org.gcube.common.core.faults.GCUBEFault
- Parameters:
request -
- Returns:
-
- Throws:
org.gcube.common.core.faults.GCUBEFault
getProgress
public org.gcube.contentmanagement.timeseriesservice.stubs.GetProgressResponse getProgress(org.gcube.common.core.types.VOID request)
throws org.gcube.common.core.faults.GCUBEFault
- Parameters:
request -
- Returns:
-
- Throws:
org.gcube.common.core.faults.GCUBEFault
exportAsCsv
public String exportAsCsv(org.gcube.contentmanagement.timeseriesservice.stubs.types.ExportRequest request)
throws org.gcube.common.core.faults.GCUBEFault
- Parameters:
request -
- Returns:
-
- Throws:
org.gcube.common.core.faults.GCUBEFault
Copyright © 2012. All Rights Reserved.