@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() |
ChangeColumnTypeMonitor |
getChangeColumnTypeMonitor()
Get Operation Monitor during the Change Column Type operation
|
ChangeTableTypeMonitor |
getChangeTableTypeMonitor()
Get Operation Monitor during the Change Table Type operation
|
ArrayList<Codelist> |
getCodelists()
Get Codelist on a registry
|
CodelistPagingLoadResult |
getCodelistsPagingLoader(CodelistPagingLoadConfig codelistPagingLoadConfig)
Retrieves a portion of Codelists
|
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
|
DeleteColumnMonitor |
getDeleteColumnMonitor()
Get Operation Monitor during the Delete Column operation
|
void |
getFileFromWorkspace(CSVImportSession csvImportSession) |
FileUploadMonitor |
getFileUploadMonitor()
Get File Upload Monitor during the file upload operation in Import CSV
|
LabelColumnMonitor |
getLabelColumnMonitor()
Get Operation Monitor during the Change the Column Label operation
|
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
|
TableData |
getTable(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Return Table
|
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 |
setCodelistsPagingLoader()
Initialize Codelists Paging Loader
|
void |
setCSVSession(CSVImportSession csvImportSession) |
void |
setSDMXRegistrySource(SDMXRegistrySource sdmxRegistrySource)
Set SDMX Registry Source
|
void |
setTabResource(TabResource tabResource)
Set current tabular resource
|
void |
startChangeColumnType(ChangeColumnTypeSession changeColumnTypeSession)
Start change column type
|
void |
startChangeTableType(ChangeTableTypeSession changeTableTypeSession)
Start change table type
|
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 |
startDeleteColumn(DeleteColumnSession deleteColumnSession)
Start delete column
|
void |
startLabelColumn(LabelColumnSession labelColumnSession)
Start change the column label
|
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
TDGWTServiceExceptionTabResource getTabResourceInformation(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
TDGWTServiceExceptionString getTRCreationDate(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
TDGWTServiceExceptionvoid setTabResource(TabResource tabResource) throws TDGWTServiceException
tr - TDGWTServiceExceptionTabResource createTabularResource(TabResource tabResource) throws TDGWTServiceException
tabResource - TDGWTServiceExceptionTableData getLastTable(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId - TDGWTServiceExceptionTableData getTable(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId - TDGWTServiceExceptionArrayList<TabMetadata> getTableMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId - TDGWTServiceExceptionArrayList<TRMetadata> getTRMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId - TDGWTServiceExceptionArrayList<TabResource> getTabularResources() throws TDGWTServiceException
TDGWTServiceExceptionvoid setCodelistsPagingLoader()
throws TDGWTServiceException
TDGWTServiceExceptionCodelistPagingLoadResult getCodelistsPagingLoader(CodelistPagingLoadConfig codelistPagingLoadConfig) throws TDGWTServiceException
codelistPagingLoadConfig - TDGWTServiceExceptionvoid startTDOpen(TDOpenSession tdOpenSession) throws TDGWTServiceException
s - TDGWTServiceExceptionArrayList<ColumnData> getColumns() throws TDGWTServiceException
TDGWTServiceExceptionArrayList<ColumnData> getColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
TDGWTServiceExceptionColumnData getColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId, String columnName) throws TDGWTServiceException
TDGWTServiceExceptionvoid removeTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
throws TDGWTServiceException
trId - TDGWTServiceExceptionArrayList<Codelist> getCodelists() throws TDGWTServiceException
TDGWTServiceExceptionArrayList<Dataset> getDatasets() throws TDGWTServiceException
TDGWTServiceExceptionArrayList<Agencies> getAgencies() throws TDGWTServiceException
TDGWTServiceExceptionvoid setSDMXRegistrySource(SDMXRegistrySource sdmxRegistrySource) throws TDGWTServiceException
s - TDGWTServiceExceptionvoid startSDMXImport(SDMXImportSession sdmxImportSession) throws TDGWTServiceException
s - TDGWTServiceExceptionSDMXImportMonitor getSDMXImportMonitor() throws TDGWTServiceException
TDGWTServiceExceptionFileUploadMonitor getFileUploadMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid setCSVSession(CSVImportSession csvImportSession) throws TDGWTServiceException
s - TDGWTServiceExceptionvoid getFileFromWorkspace(CSVImportSession csvImportSession) throws TDGWTServiceException
s - TDGWTServiceExceptionAvailableCharsetList getAvailableCharset() throws TDGWTServiceException
TDGWTServiceExceptionArrayList<String> configureCSVParser(String encoding, HeaderPresence headerPresence, char delimiter, char comment) throws TDGWTServiceException
encoding - headerPresence - delimiter - comment - TDGWTServiceExceptionArrayList<CSVRowError> checkCSV(long errorsLimit) throws TDGWTServiceException
errorsLimit - TDGWTServiceExceptionvoid startCSVImport(CSVImportSession csvImportSession) throws TDGWTServiceException
s - TDGWTServiceExceptionCSVImportMonitor getCSVImportMonitor() throws TDGWTServiceException
TDGWTServiceExceptionCSVExportMonitor getCSVExportMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid startCSVExport(CSVExportSession csvExportSession) throws TDGWTServiceException
csvExportSession - TDGWTServiceExceptionSDMXExportMonitor getSDMXExportMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid startSDMXExport(SDMXExportSession exportSession) throws TDGWTServiceException
sdmxExportSession - TDGWTServiceExceptionChangeTableTypeMonitor getChangeTableTypeMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid startChangeTableType(ChangeTableTypeSession changeTableTypeSession) throws TDGWTServiceException
labelColumnSession - TDGWTServiceExceptionChangeColumnTypeMonitor getChangeColumnTypeMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid startChangeColumnType(ChangeColumnTypeSession changeColumnTypeSession) throws TDGWTServiceException
changeColumnTypeSession - TDGWTServiceExceptionDeleteColumnMonitor getDeleteColumnMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid startDeleteColumn(DeleteColumnSession deleteColumnSession) throws TDGWTServiceException
deleteColumnSession - TDGWTServiceExceptionLabelColumnMonitor getLabelColumnMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid startLabelColumn(LabelColumnSession labelColumnSession) throws TDGWTServiceException
labelColumnSession - TDGWTServiceExceptionCopyright © 2014. All Rights Reserved.