@RemoteServiceRelativePath(value="TDGWTService")
public interface TDGWTService
extends com.google.gwt.user.client.rpc.RemoteService
Allows:
Modifier and Type | Method and Description |
---|---|
ArrayList<CSVRowError> |
checkCSV(long errorsLimit) |
ArrayList<String> |
configureCSVParser(String encoding,
HeaderPresence headerPresence,
char delimiter,
char comment) |
TabResource |
createTabularResource(TabResource tabResource)
Creates a TabResource on Service
|
ArrayList<Agencies> |
getAgencies()
Get Agecies on a registry
|
AvailableCharsetList |
getAvailableCharset() |
ArrayList<Codelist> |
getCodelists()
Get Codelist on a registry
|
ColumnData |
getColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName)
Retrieves information about a specific column
|
ArrayList<ColumnData> |
getColumns()
Retrieves the list of columns in the current table
|
ArrayList<ColumnData> |
getColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves the list of columns in the table provided by trId
|
CSVExportMonitor |
getCSVExportMonitor()
Get Operation Monitor during the CSV Export operation
|
CSVImportMonitor |
getCSVImportMonitor()
Get Operation Monitor during the CSV Import operation
|
ArrayList<Dataset> |
getDatasets()
Get Datasets on a registry
|
void |
getFileFromWorkspace(CSVImportSession csvImportSession) |
FileUploadMonitor |
getFileUploadMonitor()
Get File Upload Monitor during the file upload operation in Import CSV
|
TableData |
getLastTable(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Return Last Table
|
SDMXExportMonitor |
getSDMXExportMonitor()
Get Operation Monitor during the SDMX Export operation
|
SDMXImportMonitor |
getSDMXImportMonitor()
Get Operation Monitor during the SDMX Import operation
|
ArrayList<TabMetadata> |
getTableMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Return Metadata of Table
|
TabResource |
getTabResourceInformation()
Get informations on the current tabular resource
|
TabResource |
getTabResourceInformation(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Get informations on tabular resource
|
ArrayList<TabResource> |
getTabularResources()
Return all tabular resource of a user
|
String |
getTRCreationDate(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Get creation date on tabular resource
|
ArrayList<TRMetadata> |
getTRMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Return Metadata of Tabular Resources
|
void |
removeTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Remove Tabular Resource From Service
|
void |
setCSVSession(CSVImportSession csvImportSession) |
void |
setSDMXRegistrySource(SDMXRegistrySource sdmxRegistrySource)
Set SDMX Registry Source
|
void |
setTabResource(TabResource tabResource)
Set current tabular resource
|
void |
startCSVExport(CSVExportSession csvExportSession)
Start CSV Export and invokes the client library
|
void |
startCSVImport(CSVImportSession csvImportSession)
Start CSV Import and invokes the client library
|
void |
startSDMXExport(SDMXExportSession exportSession)
Start SDMX Export and invokes the client library
|
void |
startSDMXImport(SDMXImportSession sdmxImportSession)
Start SDMX Import and invokes the client library
|
void |
startTDOpen(TDOpenSession tdOpenSession)
Set open session for return all tabular resource of a user
|
TabResource getTabResourceInformation() throws TDGWTServiceException
TDGWTServiceException
TabResource getTabResourceInformation(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
TDGWTServiceException
String getTRCreationDate(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
TDGWTServiceException
void setTabResource(TabResource tabResource) throws TDGWTServiceException
tr
- TDGWTServiceException
TabResource createTabularResource(TabResource tabResource) throws TDGWTServiceException
tabResource
- TDGWTServiceException
TableData getLastTable(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId
- TDGWTServiceException
ArrayList<TabMetadata> getTableMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId
- TDGWTServiceException
ArrayList<TRMetadata> getTRMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId
- TDGWTServiceException
ArrayList<TabResource> getTabularResources() throws TDGWTServiceException
TDGWTServiceException
void startTDOpen(TDOpenSession tdOpenSession) throws TDGWTServiceException
s
- TDGWTServiceException
ArrayList<ColumnData> getColumns() throws TDGWTServiceException
TDGWTServiceException
ArrayList<ColumnData> getColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
TDGWTServiceException
ColumnData getColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId, String columnName) throws TDGWTServiceException
TDGWTServiceException
void removeTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId
- TDGWTServiceException
ArrayList<Codelist> getCodelists() throws TDGWTServiceException
TDGWTServiceException
ArrayList<Dataset> getDatasets() throws TDGWTServiceException
TDGWTServiceException
ArrayList<Agencies> getAgencies() throws TDGWTServiceException
TDGWTServiceException
void setSDMXRegistrySource(SDMXRegistrySource sdmxRegistrySource) throws TDGWTServiceException
s
- TDGWTServiceException
void startSDMXImport(SDMXImportSession sdmxImportSession) throws TDGWTServiceException
s
- TDGWTServiceException
SDMXImportMonitor getSDMXImportMonitor() throws TDGWTServiceException
TDGWTServiceException
FileUploadMonitor getFileUploadMonitor() throws TDGWTServiceException
TDGWTServiceException
void setCSVSession(CSVImportSession csvImportSession) throws TDGWTServiceException
s
- TDGWTServiceException
void getFileFromWorkspace(CSVImportSession csvImportSession) throws TDGWTServiceException
s
- TDGWTServiceException
AvailableCharsetList getAvailableCharset() throws TDGWTServiceException
TDGWTServiceException
ArrayList<String> configureCSVParser(String encoding, HeaderPresence headerPresence, char delimiter, char comment) throws TDGWTServiceException
encoding
- headerPresence
- delimiter
- comment
- TDGWTServiceException
ArrayList<CSVRowError> checkCSV(long errorsLimit) throws TDGWTServiceException
errorsLimit
- TDGWTServiceException
void startCSVImport(CSVImportSession csvImportSession) throws TDGWTServiceException
s
- TDGWTServiceException
CSVImportMonitor getCSVImportMonitor() throws TDGWTServiceException
TDGWTServiceException
CSVExportMonitor getCSVExportMonitor() throws TDGWTServiceException
TDGWTServiceException
void startCSVExport(CSVExportSession csvExportSession) throws TDGWTServiceException
csvExportSession
- TDGWTServiceException
SDMXExportMonitor getSDMXExportMonitor() throws TDGWTServiceException
TDGWTServiceException
void startSDMXExport(SDMXExportSession exportSession) throws TDGWTServiceException
sdmxExportSession
- TDGWTServiceException
Copyright © 2014. All Rights Reserved.