@RemoteServiceRelativePath(value="TDGWTService")
public interface TDGWTService
extends com.google.gwt.user.client.rpc.RemoteService
Allows:
| Modifier and Type | Method and Description |
|---|---|
CheckCSVSession |
checkCSV(long errorsLimit) |
void |
closeAllTabularResources()
Close All Tabular Resources
|
void |
closeTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId closeTRId)
Close Tabular Resource with TRId equals to closeTRId
|
void |
closeTabularResourceAndOpen(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId openTRId,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId closeTRId)
Close Tabular Resource with TRId equals to closeTRId and open if not null
that with TRId equals to openTRId
|
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<OperationMonitor> |
getBackgroundOperationMonitor(BackgroundOperationMonitorSession backgroundOperationMonitorSession)
Get List of Background Operation Monitor
|
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
|
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId |
getCurrentTRId()
Get current TRId
|
ArrayList<Dataset> |
getDatasets()
Get Datasets on a registry
|
void |
getFileFromWorkspace(CodelistMappingSession codelistMappingSession) |
void |
getFileFromWorkspace(CSVImportSession csvImportSession) |
FileUploadMonitor |
getFileUploadMonitor()
Get File Upload Monitor during the file upload operation in Import CSV
|
ArrayList<OpHistory> |
getHistory()
Retrieve History
|
ArrayList<OpHistory> |
getHistory(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieve History for specific tabular resource
|
TabResource |
getInSessionTabResourceInfo()
Get information on the current tabular resource don't call service
|
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<LicenceData> |
getLicences()
Retrieve licences supported
|
ArrayList<String> |
getLocales()
Retrieve locales supported
|
ArrayList<Occurrences> |
getOccurrencesForBatchReplace(OccurrencesForReplaceBatchColumnSession occurrencesForReplaceBatchColumnSession)
Retrieves the values in a column grouped by number of occurrences
|
OperationMonitor |
getOperationMonitor(OperationMonitorSession operationMonitorSession)
Get Operation Monitor
|
ArrayList<ResourceTDDescriptor> |
getResourcesTD(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves the resources of a specific tabular resource
|
ArrayList<ResourceTDDescriptor> |
getResourcesTDByType(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
ResourceTDType resourceTDType)
Retrieves the resources of a specific tabular resource by type
|
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 call service
|
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
|
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
|
String |
getUriFromResolver(UriResolverSession uriResolverSession)
Resolve Uri
|
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
|
UserInfo |
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
|
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId |
restoreUISession()
Restore UI session
|
void |
setActiveTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId activeTRId)
Set Current Tabular Resource that passed as parameter if not null
|
void |
setCodelistMappingSession(CodelistMappingSession codelistMappingSession) |
void |
setCodelistsPagingLoader()
Initialize Codelists Paging Loader
|
void |
setCSVSession(CSVImportSession csvImportSession) |
void |
setSDMXRegistrySource(SDMXRegistrySource sdmxRegistrySource)
Set SDMX Registry Source
|
void |
setShare(ShareTabResource shareInfo)
Share tabular resource
|
void |
setShareTemplate(ShareTemplate shareTemplate)
Share template
|
void |
setTabResource(TabResource tabResource)
Set current tabular resource
|
void |
setTabResourceInformation(TabResource tabResource)
Set tabular resource information
|
String |
startAddColumn(AddColumnSession addColumnSession)
Start add column
|
String |
startChangeColumnType(ChangeColumnTypeSession changeColumnTypeSession)
Start change column type
|
String |
startChangeTableType(ChangeTableTypeSession changeTableTypeSession)
Start change table type
|
String |
startCloneTabularResource(CloneTabularResourceSession cloneTabularResourceSession)
Start clone tabular resource
|
String |
startCodelistMappingImport(CodelistMappingSession codelistMappingSession)
Start Codelist Mapping Import
|
String |
startCSVExport(CSVExportSession csvExportSession)
Start CSV Export and invokes the client library
|
String |
startCSVImport(CSVImportSession csvImportSession)
Start CSV Import and invokes the client library
|
String |
startDeleteColumn(DeleteColumnSession deleteColumnSession)
Start delete column
|
String |
startDeleteRows(DeleteRowsSession deleteRowsSession)
Start delete rows
|
String |
startDenormalization(DenormalizationSession denormalizationSession)
Start Denormalization and invokes the client library
|
String |
startDiscard(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Call discard operation on tabular resource
|
String |
startDuplicates(DuplicatesSession duplicatesSession)
Start operation on duplicates
|
String |
startEditRow(EditRowSession editRowSession)
Start edit row or add row
|
String |
startExtractCodelist(ExtractCodelistSession extractCodelistSession)
Start Extract Codelist and invokes the client library
|
String |
startJSONExport(JSONExportSession jsonExportSession)
Start JSON Export and invokes the client library
|
String |
startLabelColumn(LabelColumnSession labelColumnSession)
Start change the column label
|
String |
startMapCreation(MapCreationSession mapCreationSession)
Start Map Creation and invokes the client library
|
String |
startNormalization(NormalizationSession normalizationSession)
Start Normalization and invokes the client library
|
String |
startReplaceBatchColumn(ReplaceBatchColumnSession replaceBatchColumnSession)
Start batch replace on column
|
String |
startReplaceColumn(ReplaceColumnSession replaceColumnSession)
Start replace the column value
|
String |
startRollBack(RollBackSession rollBackSession)
Call rollback on tabular resource
|
String |
startSDMXExport(SDMXExportSession exportSession)
Start SDMX Export and invokes the client library
|
String |
startSDMXImport(SDMXImportSession sdmxImportSession)
Start SDMX Import and invokes the client library
|
String |
startTaskResubmit(TaskResubmitSession taskResubmitSession)
Resubmit task
|
String |
startTaskResume(TaskResumeSession taskResumeSession)
Resume task
|
String |
startTemplateApply(TemplateApplySession templateApplySession)
Start Apply Template
|
String |
startUnion(UnionSession unionSession)
Start Union and invokes the client library
|
void |
tdOpen(TDOpenSession tdOpenSession)
Set open session for return all tabular resource of a user
|
void |
templateDelete(TemplateDeleteSession templateDeleteSession)
Start Delete Template
|
UserInfo hello() throws TDGWTServiceException
TDGWTServiceExceptionorg.gcube.portlets.user.td.widgetcommonevent.shared.TRId restoreUISession()
throws TDGWTServiceException
TDGWTServiceExceptionString getUriFromResolver(UriResolverSession uriResolverSession) throws TDGWTServiceException
uriResolverSession - TDGWTServiceExceptionorg.gcube.portlets.user.td.widgetcommonevent.shared.TRId getCurrentTRId()
throws TDGWTServiceException
TDGWTServiceExceptionTabResource getInSessionTabResourceInfo() 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 - TDGWTServiceExceptionvoid closeAllTabularResources()
throws TDGWTServiceException
TDGWTServiceExceptionvoid closeTabularResourceAndOpen(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId openTRId,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId closeTRId)
throws TDGWTServiceException
openTRId - TDGWTServiceExceptionvoid closeTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId closeTRId)
throws TDGWTServiceException
closeTRId - TDGWTServiceExceptionvoid setActiveTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId activeTRId)
throws TDGWTServiceException
activeTRId - TDGWTServiceExceptionString startTaskResubmit(TaskResubmitSession taskResubmitSession) throws TDGWTServiceException
taskResubmitSession - TDGWTServiceExceptionString 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 - TDGWTServiceExceptionString startRollBack(RollBackSession rollBackSession) throws TDGWTServiceException
rollBackSession - TDGWTServiceExceptionString startDiscard(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId - TDGWTServiceExceptionvoid setShare(ShareTabResource shareInfo) throws TDGWTServiceException
shareInfo - TDGWTServiceExceptionvoid setShareTemplate(ShareTemplate shareTemplate) throws TDGWTServiceException
shareTemplate - TDGWTServiceExceptionArrayList<TabResource> getTabularResources() throws TDGWTServiceException
TDGWTServiceExceptionArrayList<TabResource> getTabularResourcesAndLastTables() throws TDGWTServiceException
TDGWTServiceExceptionString startCloneTabularResource(CloneTabularResourceSession cloneTabularResourceSession) throws TDGWTServiceException
cloneTabularResourceSession - TDGWTServiceExceptionvoid setCodelistsPagingLoader()
throws TDGWTServiceException
TDGWTServiceExceptionCodelistPagingLoadResult getCodelistsPagingLoader(CodelistPagingLoadConfig codelistPagingLoadConfig) throws TDGWTServiceException
codelistPagingLoadConfig - TDGWTServiceExceptionvoid tdOpen(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 - TDGWTServiceExceptionString startSDMXImport(SDMXImportSession sdmxImportSession) throws TDGWTServiceException
sdmxImportSession - 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 - TDGWTServiceExceptionCheckCSVSession checkCSV(long errorsLimit) throws TDGWTServiceException
errorsLimit - TDGWTServiceExceptionString startCSVImport(CSVImportSession csvImportSession) throws TDGWTServiceException
s - TDGWTServiceExceptionString startCSVExport(CSVExportSession csvExportSession) throws TDGWTServiceException
csvExportSession - TDGWTServiceExceptionString startSDMXExport(SDMXExportSession exportSession) throws TDGWTServiceException
exportSession - TDGWTServiceExceptionString startJSONExport(JSONExportSession jsonExportSession) throws TDGWTServiceException
jsonExportSession - TDGWTServiceExceptionString startChangeTableType(ChangeTableTypeSession changeTableTypeSession) throws TDGWTServiceException
changeTableTypeSession - TDGWTServiceExceptionString startUnion(UnionSession unionSession) throws TDGWTServiceException
unionSession - TDGWTServiceExceptionString startEditRow(EditRowSession editRowSession) throws TDGWTServiceException
editRowSession - TDGWTServiceExceptionString startDeleteRows(DeleteRowsSession deleteRowsSession) throws TDGWTServiceException
deleteRowsSession - TDGWTServiceExceptionString startDuplicates(DuplicatesSession duplicatesSession) throws TDGWTServiceException
duplicatesSession - TDGWTServiceExceptionString startChangeColumnType(ChangeColumnTypeSession changeColumnTypeSession) throws TDGWTServiceException
changeColumnTypeSession - TDGWTServiceExceptionString startAddColumn(AddColumnSession addColumnSession) throws TDGWTServiceException
addColumnSession - TDGWTServiceExceptionString startDeleteColumn(DeleteColumnSession deleteColumnSession) throws TDGWTServiceException
deleteColumnSession - TDGWTServiceExceptionString startLabelColumn(LabelColumnSession labelColumnSession) throws TDGWTServiceException
labelColumnSession - TDGWTServiceExceptionArrayList<Occurrences> getOccurrencesForBatchReplace(OccurrencesForReplaceBatchColumnSession occurrencesForReplaceBatchColumnSession) throws TDGWTServiceException
occurrencesForReplaceBatchColumnSession - TDGWTServiceExceptionString startReplaceBatchColumn(ReplaceBatchColumnSession replaceBatchColumnSession) throws TDGWTServiceException
replaceBatchColumnSession - TDGWTServiceExceptionString startReplaceColumn(ReplaceColumnSession replaceColumnSession) throws TDGWTServiceException
replaceColumnSession - TDGWTServiceExceptionArrayList<TemplateData> getTemplates() throws TDGWTServiceException
TDGWTServiceExceptionString startTemplateApply(TemplateApplySession templateApplySession) throws TDGWTServiceException
templateApplySession - TDGWTServiceExceptionvoid templateDelete(TemplateDeleteSession templateDeleteSession) throws TDGWTServiceException
templateDeleteSession - TDGWTServiceExceptionArrayList<String> getLocales() throws TDGWTServiceException
TDGWTServiceExceptionArrayList<LicenceData> getLicences() 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 - TDGWTServiceExceptionString startExtractCodelist(ExtractCodelistSession extractCodelistSession) throws TDGWTServiceException
extractCodelistSession - TDGWTServiceExceptionvoid setCodelistMappingSession(CodelistMappingSession codelistMappingSession) throws TDGWTServiceException
codelistMappingSession - TDGWTServiceExceptionvoid getFileFromWorkspace(CodelistMappingSession codelistMappingSession) throws TDGWTServiceException
codelistMappingSession - TDGWTServiceExceptionString startCodelistMappingImport(CodelistMappingSession codelistMappingSession) throws TDGWTServiceException
codelistMappingSession - TDGWTServiceExceptionString startNormalization(NormalizationSession normalizationSession) throws TDGWTServiceException
normalizationSession - TDGWTServiceExceptionString startDenormalization(DenormalizationSession denormalizationSession) throws TDGWTServiceException
denormalizationSession - TDGWTServiceExceptionOperationMonitor getOperationMonitor(OperationMonitorSession operationMonitorSession) throws TDGWTServiceException
TDGWTServiceExceptionArrayList<OperationMonitor> getBackgroundOperationMonitor(BackgroundOperationMonitorSession backgroundOperationMonitorSession) throws TDGWTServiceException
backgroundOperationMonitorSession - TDGWTServiceExceptionFileUploadMonitor getFileUploadMonitor() throws TDGWTServiceException
TDGWTServiceExceptionArrayList<ResourceTDDescriptor> getResourcesTD(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId - TDGWTServiceExceptionArrayList<ResourceTDDescriptor> getResourcesTDByType(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId, ResourceTDType resourceTDType) throws TDGWTServiceException
trId - resourceTDType - TDGWTServiceExceptionString startMapCreation(MapCreationSession mapCreationSession) throws TDGWTServiceException
mapCreationSession - TDGWTServiceExceptionCopyright © 2014. All Rights Reserved.