public class ImporterServiceCall extends Object
| Constructor and Description |
|---|
ImporterServiceCall(org.apache.axis.message.addressing.EndpointReferenceType epr,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager securityManager) |
| Modifier and Type | Method and Description |
|---|---|
String |
exportAsCsv(boolean hasHeader,
String separator,
String encoding,
boolean[] fieldsMask) |
org.gcube.contentmanagement.timeseriesservice.stubs.types.ColumnDefinition[] |
getColumnsDefinition() |
String |
getDataAsJson(org.gcube.contentmanagement.timeseriesservice.stubs.types.Limit limit) |
org.gcube.contentmanagement.timeseriesservice.stubs.types.Status |
getImportState() |
org.gcube.contentmanagement.timeseriesservice.stubs.GetProgressResponse |
getProgress() |
void |
importData(RSWrapper rsWrapper,
char delimiter,
String encoding,
boolean hasHeader,
boolean[] fieldsMask) |
void |
importData(RSWrapper rsWrapper,
char delimiter,
String encoding,
boolean hasHeader,
boolean[] fieldsMask,
boolean[] attributeFieldsMask,
String attributeLabel,
String valueLabel) |
public void importData(RSWrapper rsWrapper, char delimiter, String encoding, boolean hasHeader, boolean[] fieldsMask) throws Exception
Exceptionpublic org.gcube.contentmanagement.timeseriesservice.stubs.types.Status getImportState()
throws Exception
Exceptionpublic String getDataAsJson(org.gcube.contentmanagement.timeseriesservice.stubs.types.Limit limit) throws Exception
Exceptionpublic org.gcube.contentmanagement.timeseriesservice.stubs.GetProgressResponse getProgress()
throws Exception
Exceptionpublic org.gcube.contentmanagement.timeseriesservice.stubs.types.ColumnDefinition[] getColumnsDefinition()
throws Exception
Exceptionpublic String exportAsCsv(boolean hasHeader, String separator, String encoding, boolean[] fieldsMask) throws Exception
ExceptionCopyright © 2015. All Rights Reserved.