@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
|
RollBackSession |
discard(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Call discard operation on tabular resource
|
AddColumnMonitor |
getAddColumnMonitor()
Get Operation Monitor during the Add Column operation
|
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
|
CodelistMappingMonitor |
getCodelistMappingMonitor() |
ArrayList<Codelist> |
getCodelists()
Get Codelist on a registry
|
CodelistPagingLoadResult |
getCodelistsPagingLoader(CodelistPagingLoadConfig codelistPagingLoadConfig)
Retrieves a portion of Codelists
|
ColumnData |
getColumn(String columnLocalId,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves information about a specific column of specific table
|
ColumnData |
getColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName)
Retrieves information about a specific column of specific table
|
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
|
ArrayList<ColumnData> |
getColumnsForDimension(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves the list of columns in the table provided by trId only CODE and
CODENAME types
|
ColumnData |
getConnection(RefColumn refColumn)
Retreive a ColumnData that is a connection to external table
|
CSVExportMonitor |
getCSVExportMonitor()
Get Operation Monitor during the CSV Export operation
|
CSVImportMonitor |
getCSVImportMonitor()
Get Operation Monitor during the CSV Import operation
|
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId |
getCurrentTRId()
Get current TRId
|
ArrayList<Dataset> |
getDatasets()
Get Datasets on a registry
|
DeleteColumnMonitor |
getDeleteColumnMonitor()
Get Operation Monitor during the Delete Column operation
|
DeleteRowsMonitor |
getDeleteRowsMonitor()
Get Operation Monitor during the Delete Rows operation
|
DuplicatesMonitor |
getDuplicatesMonitor()
Get Operation Monitor during the operation on duplicates
|
EditRowMonitor |
getEditRowMonitor()
Get Operation Monitor during the Edit Row operation
|
ExtractCodelistMonitor |
getExtractCodelistMonitor()
Get Operation Monitor during the Extract Codelist operation
|
void |
getFileFromWorkspace(CodelistMappingSession codelistMappingSession) |
void |
getFileFromWorkspace(CSVImportSession csvImportSession) |
FileUploadMonitor |
getFileUploadMonitor()
Get File Upload Monitor during the file upload operation in Import CSV
|
GroupByMonitor |
getGroupByMonitor()
Get Operation Monitor during the Group By operation
|
ArrayList<OpHistory> |
getHistory()
Retrieve History
|
ArrayList<OpHistory> |
getHistory(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieve History for specific tabular resource
|
LabelColumnMonitor |
getLabelColumnMonitor()
Get Operation Monitor during the Change the Column Label operation
|
OpHistory |
getLastOperationInfo() |
OpHistory |
getLastOperationInfo(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) |
TableData |
getLastTable(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Return Last Table
|
ArrayList<String> |
getLocales()
Retrieve locales supported
|
MergeColumnMonitor |
getMergeColumnMonitor()
Get Operation Monitor during the Merge Column operation
|
ArrayList<Occurrences> |
getOccurrencesForBatchReplace(OccurrencesForReplaceBatchColumnSession occurrencesForReplaceBatchColumnSession)
Retrieves the values in a column grouped by number of occurrences
|
ReplaceBatchColumnMonitor |
getReplaceBatchColumnMonitor()
Get Operation Monitor during the batch replace on column
|
ReplaceColumnMonitor |
getReplaceColumnMonitor()
Get Operation Monitor during the replace the Column Value operation
|
RollBackSessionMonitor |
getRollBackMonitor()
Get Operation Monitor during the rollback
|
SDMXExportMonitor |
getSDMXExportMonitor()
Get Operation Monitor during the SDMX Export operation
|
SDMXImportMonitor |
getSDMXImportMonitor()
Get Operation Monitor during the SDMX Import operation
|
ShareInfo |
getShareInfo(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves information sharing on the tabular resource
|
SplitColumnMonitor |
getSplitColumnMonitor()
Get Operation Monitor during the Split Column 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
|
TabValidationsMetadata |
getTableValidationsMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Return Validations 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
|
ArrayList<TabResource> |
getTabularResourcesAndLastTables()
Return all tabular resource of a user and last tables
|
TaskResubmitMonitor |
getTaskResubmitMonitor()
Get Operation Monitor during the resubmit task
|
TaskResumeMonitor |
getTaskResumeMonitor()
Get Operation Monitor during the resume task
|
TemplateApplyMonitor |
getTemplateApplyMonitor()
Get Operation Monitor during Apply Template operation
|
ArrayList<TemplateData> |
getTemplates()
Retrieves templates of 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
|
ArrayList<ColumnData> |
getValidationColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName)
Returns ArrayList
|
ValidationsTasksMetadata |
getValidationsTasksMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Returns validations contained in the tasks
|
String |
hello()
Get informations on the current user
|
Boolean |
isTabularResourceValid(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Return true if is a valid tabular resource
|
void |
removeTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Remove Tabular Resource From Service
|
void |
rollBack(RollBackSession rollBackSession)
Call rollback on tabular resource
|
void |
setCodelistMappingSession(CodelistMappingSession codelistMappingSession) |
void |
setCodelistsPagingLoader()
Initialize Codelists Paging Loader
|
void |
setCSVSession(CSVImportSession csvImportSession) |
void |
setSDMXRegistrySource(SDMXRegistrySource sdmxRegistrySource)
Set SDMX Registry Source
|
void |
setShare(ShareInfo shareInfo)
Share sabular resource
|
void |
setTabResource(TabResource tabResource)
Set current tabular resource
|
void |
setTabResourceInformation(TabResource tabResource)
Set tabular resource information
|
void |
startAddColumn(AddColumnSession addColumnSession)
Start add column
|
void |
startChangeColumnType(ChangeColumnTypeSession changeColumnTypeSession)
Start change column type
|
void |
startChangeTableType(ChangeTableTypeSession changeTableTypeSession)
Start change table type
|
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId |
startCloneTabularResource(CloneTabularResourceSession cloneTabularResourceSession)
Start clone tabular resource
|
void |
startCodelistMappingImport(CodelistMappingSession codelistMappingSession) |
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 |
startDeleteRows(DeleteRowsSession deleteRowsSession)
Start delete rows
|
void |
startDuplicates(DuplicatesSession duplicatesSession)
Start operation on duplicates
|
void |
startEditRow(EditRowSession editRowSession)
Start edit row or add row
|
void |
startExtractCodelist(ExtractCodelistSession extractCodelistSession)
Start Extract Codelist and invokes the client library
|
void |
startLabelColumn(LabelColumnSession labelColumnSession)
Start change the column label
|
void |
startReplaceBatchColumn(ReplaceBatchColumnSession replaceBatchColumnSession)
Start batch replace on column
|
void |
startReplaceColumn(ReplaceColumnSession replaceColumnSession)
Start replace the column value
|
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 |
startTaskResubmit(TaskResubmitSession taskResubmitSession)
Resubmit task
|
void |
startTaskResume(TaskResumeSession taskResumeSession)
Resume task
|
void |
startTDOpen(TDOpenSession tdOpenSession)
Set open session for return all tabular resource of a user
|
void |
startTemplateApply(TemplateApplySession templateApplySession)
Start Apply Template
|
void |
startTemplateDelete(TemplateDeleteSession templateDeleteSession)
Start Delete Template
|
String hello() throws TDGWTServiceException
TDGWTServiceExceptionorg.gcube.portlets.user.td.widgetcommonevent.shared.TRId getCurrentTRId()
throws TDGWTServiceException
TDGWTServiceExceptionTabResource getTabResourceInformation() throws TDGWTServiceException
TDGWTServiceExceptionvoid setTabResourceInformation(TabResource tabResource) throws TDGWTServiceException
tabResource - TDGWTServiceExceptionTabResource getTabResourceInformation(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
TDGWTServiceExceptionBoolean isTabularResourceValid(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId - 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 - TDGWTServiceExceptionColumnData getConnection(RefColumn refColumn) throws TDGWTServiceException
refColumn - TDGWTServiceExceptionTaskResubmitMonitor getTaskResubmitMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid startTaskResubmit(TaskResubmitSession taskResubmitSession) throws TDGWTServiceException
taskResubmitSession - TDGWTServiceExceptionTaskResumeMonitor getTaskResumeMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid startTaskResume(TaskResumeSession taskResumeSession) throws TDGWTServiceException
taskResumeSession - TDGWTServiceExceptionValidationsTasksMetadata getValidationsTasksMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId - TDGWTServiceExceptionTabValidationsMetadata getTableValidationsMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId - TDGWTServiceExceptionArrayList<ColumnData> getValidationColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId, String columnName) throws TDGWTServiceException
trId - columnName - TDGWTServiceExceptionvoid rollBack(RollBackSession rollBackSession) throws TDGWTServiceException
rollBackSession - TDGWTServiceExceptionRollBackSessionMonitor getRollBackMonitor() throws TDGWTServiceException
TDGWTServiceExceptionRollBackSession discard(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId - TDGWTServiceExceptionShareInfo getShareInfo(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId - TDGWTServiceExceptionvoid setShare(ShareInfo shareInfo) throws TDGWTServiceException
shareInfo - TDGWTServiceExceptionArrayList<TabResource> getTabularResources() throws TDGWTServiceException
TDGWTServiceExceptionArrayList<TabResource> getTabularResourcesAndLastTables() throws TDGWTServiceException
TDGWTServiceExceptionorg.gcube.portlets.user.td.widgetcommonevent.shared.TRId startCloneTabularResource(CloneTabularResourceSession cloneTabularResourceSession) throws TDGWTServiceException
labelColumnSession - 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
TDGWTServiceExceptionArrayList<ColumnData> getColumnsForDimension(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
TDGWTServiceExceptionColumnData getColumn(String columnLocalId, org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) 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 - TDGWTServiceExceptionEditRowMonitor getEditRowMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid startEditRow(EditRowSession editRowSession) throws TDGWTServiceException
labelColumnSession - TDGWTServiceExceptionDeleteRowsMonitor getDeleteRowsMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid startDeleteRows(DeleteRowsSession deleteRowsSession) throws TDGWTServiceException
labelColumnSession - TDGWTServiceExceptionDuplicatesMonitor getDuplicatesMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid startDuplicates(DuplicatesSession duplicatesSession) throws TDGWTServiceException
labelColumnSession - TDGWTServiceExceptionChangeColumnTypeMonitor getChangeColumnTypeMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid startChangeColumnType(ChangeColumnTypeSession changeColumnTypeSession) throws TDGWTServiceException
changeColumnTypeSession - TDGWTServiceExceptionAddColumnMonitor getAddColumnMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid startAddColumn(AddColumnSession addColumnSession) throws TDGWTServiceException
addColumnSession - TDGWTServiceExceptionDeleteColumnMonitor getDeleteColumnMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid startDeleteColumn(DeleteColumnSession deleteColumnSession) throws TDGWTServiceException
deleteColumnSession - TDGWTServiceExceptionLabelColumnMonitor getLabelColumnMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid startLabelColumn(LabelColumnSession labelColumnSession) throws TDGWTServiceException
labelColumnSession - TDGWTServiceExceptionSplitColumnMonitor getSplitColumnMonitor() throws TDGWTServiceException
TDGWTServiceExceptionMergeColumnMonitor getMergeColumnMonitor() throws TDGWTServiceException
TDGWTServiceExceptionGroupByMonitor getGroupByMonitor() throws TDGWTServiceException
TDGWTServiceExceptionArrayList<Occurrences> getOccurrencesForBatchReplace(OccurrencesForReplaceBatchColumnSession occurrencesForReplaceBatchColumnSession) throws TDGWTServiceException
occurrencesForReplaceBatchColumnSession - TDGWTServiceExceptionReplaceBatchColumnMonitor getReplaceBatchColumnMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid startReplaceBatchColumn(ReplaceBatchColumnSession replaceBatchColumnSession) throws TDGWTServiceException
replaceBatchColumnSession - TDGWTServiceExceptionReplaceColumnMonitor getReplaceColumnMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid startReplaceColumn(ReplaceColumnSession replaceColumnSession) throws TDGWTServiceException
labelColumnSession - TDGWTServiceExceptionArrayList<TemplateData> getTemplates() throws TDGWTServiceException
TDGWTServiceExceptionTemplateApplyMonitor getTemplateApplyMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid startTemplateApply(TemplateApplySession templateApplySession) throws TDGWTServiceException
templateApplySession - TDGWTServiceExceptionvoid startTemplateDelete(TemplateDeleteSession templateDeleteSession) throws TDGWTServiceException
templateDeleteSession - TDGWTServiceExceptionArrayList<String> getLocales() throws TDGWTServiceException
TDGWTServiceExceptionArrayList<OpHistory> getHistory() throws TDGWTServiceException
TDGWTServiceExceptionArrayList<OpHistory> getHistory(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId - TDGWTServiceExceptionOpHistory getLastOperationInfo() throws TDGWTServiceException
TDGWTServiceExceptionOpHistory getLastOperationInfo(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId - TDGWTServiceExceptionExtractCodelistMonitor getExtractCodelistMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid startExtractCodelist(ExtractCodelistSession extractCodelistSession) throws TDGWTServiceException
extractCodelistSession - TDGWTServiceExceptionCodelistMappingMonitor getCodelistMappingMonitor() throws TDGWTServiceException
TDGWTServiceExceptionvoid setCodelistMappingSession(CodelistMappingSession codelistMappingSession) throws TDGWTServiceException
TDGWTServiceExceptionvoid getFileFromWorkspace(CodelistMappingSession codelistMappingSession) throws TDGWTServiceException
TDGWTServiceExceptionvoid startCodelistMappingImport(CodelistMappingSession codelistMappingSession) throws TDGWTServiceException
TDGWTServiceExceptionCopyright © 2014. All Rights Reserved.