@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() |
AvailableCharsetList |
getAvailableCharsetForExport()
Available charset for export
|
ArrayList<BackgroundOperationMonitor> |
getBackgroundOperationMonitor(BackgroundOperationMonitorSession backgroundOperationMonitorSession)
Get List of Background Operation Monitor
|
OperationMonitor |
getBackgroundOperationMonitorForSpecificTask(OperationMonitorSession operationMonitorSession)
Retrieve Background Operation Monitor for specific task
|
ArrayList<Codelist> |
getCodelists()
Get Codelist on a registry
|
CodelistPagingLoadResult |
getCodelistsPagingLoader(CodelistPagingLoadConfig codelistPagingLoadConfig)
Retrieves a portion of Codelists
|
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData |
getColumn(String columnLocalId,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves information about a specific column of specific table
|
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData |
getColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName)
Retrieves information about a specific column of specific table
|
ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> |
getColumns()
Retrieves the list of columns in the current table
|
ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> |
getColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves the list of columns in the table provided by trId
|
ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.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
|
ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> |
getColumnsForStatistical(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves the list of columns in the table provided by trId for
statistical
|
ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> |
getColumnWithOnlyViewColumnInRel(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves the list of columns in the table provided by trId only view
columns in relationship are included.
|
ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> |
getColumnWithViewColumnIncluded(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves the list of columns in the table provided by trId view columns
included
|
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.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<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType> |
getHierarchicalRelationshipForPeriodDataTypes(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType periodDataType)
Retrieves the hierarchical relationship for the specific period data type
|
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<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType> |
getPeriodDataTypes()
Get list of PeriodDataType
|
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
|
Long |
getTimeTableId(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType periodDataType)
Retrieve Time Table Id
|
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<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> |
getValidationColumns(String columnLocalId,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Returns ArrayList
|
ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.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
|
HashMap<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType,ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ValueDataFormat>> |
getValueDataFormatsMap()
Retrieve ValueDataFormat for all ColumnDataType
|
ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ValueDataFormat> |
getValueDataFormatsOfColumnDataType(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType columnDataType)
Retrieve ValueDataFormat for specific ColumnDataType
|
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
|
Integer |
pendingTasksRetrieve()
Retrieve pending Tasks and set them as background tasks
|
void |
removeResource(RemoveResourceSession removeResourceSession)
Remove 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(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId startTRId)
Restore UI session
|
void |
saveResource(SaveResourceSession saveResourceSession)
Save resource on Workspace
|
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId |
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 |
setLocale(InfoLocale infoLocale)
Set locale on server
|
void |
setSDMXRegistrySource(SDMXRegistrySource sdmxRegistrySource)
Set SDMX Registry Source
|
void |
setShare(ShareTabResource shareInfo)
Share tabular resource
|
void |
setShareRule(ShareRule shareRule)
Share Rule
|
void |
setShareTemplate(ShareTemplate shareTemplate)
Share template
|
void |
setTabResource(TabResource tabResource)
Set current tabular resource
|
void |
setTabResourceInformation(TabResource tabResource)
Set tabular resource information
|
void |
setTabResourceToFinal(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Set tabular resource to final
|
String |
startAddColumn(AddColumnSession addColumnSession)
Start add column
|
void |
startChangeColumnsPosition(ChangeColumnsPositionSession changeColumnsPositionSession)
Start change columns position
|
String |
startChangeColumnType(ChangeColumnTypeSession changeColumnTypeSession)
Start change column type
|
String |
startChangeTableType(ChangeTableTypeSession changeTableTypeSession)
Start change table type
|
String |
startChartTopRating(ChartTopRatingSession chartTopRatingSession)
Start Chart Top Rating Creation and invokes the client library
|
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 |
startGeometryCreatePoint(GeometryCreatePointSession geometryCreatePointSession)
Point Creation
|
String |
startGeospatialCreateCoordinates(GeospatialCreateCoordinatesSession geospatialCreateCoordinatesSession)
Start Geospatial Coordinates Creation
|
String |
startGeospatialDownscaleCSquare(GeospatialDownscaleCSquareSession geospatialDownscaleCSquareSession)
Start Downscale C-Square
|
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 |
startReplaceByExternal(ReplaceByExternalSession replaceByExternalSession)
Start replace column by external tabular resource
|
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 |
startStatisticalOperation(StatisticalOperationSession statisticalOperationSession) |
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
|
String |
startValidationsDelete(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Remove Validations from tabular resource
|
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
TDGWTServiceExceptionvoid setLocale(InfoLocale infoLocale) throws TDGWTServiceException
infoLocale - TDGWTServiceExceptionInteger pendingTasksRetrieve() throws TDGWTServiceException
TDGWTServiceExceptionorg.gcube.portlets.user.td.widgetcommonevent.shared.TRId restoreUISession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId startTRId)
throws TDGWTServiceException
TDGWTServiceExceptionString getUriFromResolver(UriResolverSession uriResolverSession) throws TDGWTServiceException
uriResolverSession - TDGWTServiceExceptionArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType> getPeriodDataTypes() throws TDGWTServiceException
TDGWTServiceExceptionArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType> getHierarchicalRelationshipForPeriodDataTypes(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType periodDataType) throws TDGWTServiceException
periodDataType - TDGWTServiceExceptionHashMap<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType,ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ValueDataFormat>> getValueDataFormatsMap() throws TDGWTServiceException
TDGWTServiceExceptionArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ValueDataFormat> getValueDataFormatsOfColumnDataType(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType columnDataType) throws TDGWTServiceException
columnDataType - 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 - TDGWTServiceExceptionvoid setTabResourceToFinal(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
throws TDGWTServiceException
trId - 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 - TDGWTServiceExceptionorg.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData 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 - TDGWTServiceExceptionorg.gcube.portlets.user.td.widgetcommonevent.shared.TRId 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<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> getValidationColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId, String columnName) throws TDGWTServiceException
trId - columnName - TDGWTServiceExceptionArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> getValidationColumns(String columnLocalId, org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
columnLocalId - trId - TDGWTServiceExceptionString startValidationsDelete(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId - 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 - TDGWTServiceExceptionvoid setShareRule(ShareRule shareRule) throws TDGWTServiceException
shareRule - 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 - TDGWTServiceExceptionLong getTimeTableId(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType periodDataType) throws TDGWTServiceException
periodDataType - TDGWTServiceExceptionArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> getColumns() throws TDGWTServiceException
TDGWTServiceExceptionArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> getColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
TDGWTServiceExceptionArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> getColumnWithViewColumnIncluded(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId - TDGWTServiceExceptionArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> getColumnWithOnlyViewColumnInRel(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId - TDGWTServiceExceptionArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> getColumnsForStatistical(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId - TDGWTServiceExceptionArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> getColumnsForDimension(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
TDGWTServiceExceptionorg.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData getColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName)
throws TDGWTServiceException
TDGWTServiceExceptionorg.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData 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 - TDGWTServiceExceptionAvailableCharsetList getAvailableCharsetForExport() throws TDGWTServiceException
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 - TDGWTServiceExceptionvoid startChangeColumnsPosition(ChangeColumnsPositionSession changeColumnsPositionSession) throws TDGWTServiceException
changeColumnsPositionSession - TDGWTServiceExceptionArrayList<Occurrences> getOccurrencesForBatchReplace(OccurrencesForReplaceBatchColumnSession occurrencesForReplaceBatchColumnSession) throws TDGWTServiceException
occurrencesForReplaceBatchColumnSession - TDGWTServiceExceptionString startReplaceBatchColumn(ReplaceBatchColumnSession replaceBatchColumnSession) throws TDGWTServiceException
replaceBatchColumnSession - TDGWTServiceExceptionString startReplaceColumn(ReplaceColumnSession replaceColumnSession) throws TDGWTServiceException
replaceColumnSession - TDGWTServiceExceptionString startReplaceByExternal(ReplaceByExternalSession replaceByExternalSession) throws TDGWTServiceException
replaceByExternalSession - 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<BackgroundOperationMonitor> getBackgroundOperationMonitor(BackgroundOperationMonitorSession backgroundOperationMonitorSession) throws TDGWTServiceException
backgroundOperationMonitorSession - TDGWTServiceExceptionOperationMonitor getBackgroundOperationMonitorForSpecificTask(OperationMonitorSession operationMonitorSession) throws TDGWTServiceException
operationMonitorSession - 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 - TDGWTServiceExceptionvoid removeResource(RemoveResourceSession removeResourceSession) throws TDGWTServiceException
removeResourceSession - TDGWTServiceExceptionvoid saveResource(SaveResourceSession saveResourceSession) throws TDGWTServiceException
saveResourceSession - TDGWTServiceExceptionString startMapCreation(MapCreationSession mapCreationSession) throws TDGWTServiceException
mapCreationSession - TDGWTServiceExceptionString startStatisticalOperation(StatisticalOperationSession statisticalOperationSession) throws TDGWTServiceException
statisticalOperationSession - TDGWTServiceExceptionString startChartTopRating(ChartTopRatingSession chartTopRatingSession) throws TDGWTServiceException
chartTopRatingSession - TDGWTServiceExceptionString startGeospatialCreateCoordinates(GeospatialCreateCoordinatesSession geospatialCreateCoordinatesSession) throws TDGWTServiceException
geospatialCreateCoordinatesSession - TDGWTServiceExceptionString startGeospatialDownscaleCSquare(GeospatialDownscaleCSquareSession geospatialDownscaleCSquareSession) throws TDGWTServiceException
geospatialDownscaleCSquareSession - TDGWTServiceExceptionString startGeometryCreatePoint(GeometryCreatePointSession geometryCreatePointSession) throws TDGWTServiceException
geometryCreatePointSession - TDGWTServiceExceptionCopyright © 2016. All Rights Reserved.