public class TDGWTServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements TDGWTService
| Constructor and Description |
|---|
TDGWTServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
CheckCSVSession |
checkCSV(long errorsLimit) |
protected void |
checkTabularResourceIsFinal(org.gcube.data.analysis.tabulardata.service.tabular.TabularResource tabularResource,
javax.servlet.http.HttpServletRequest httpRequest,
ServiceCredentials serviceCredentials) |
protected void |
checkTabularResourceIsFlow(org.gcube.data.analysis.tabulardata.service.tabular.TabularResource tabularResource,
javax.servlet.http.HttpServletRequest httpRequest,
ServiceCredentials serviceCredentials) |
protected void |
checkTabularResourceLocked(org.gcube.data.analysis.tabulardata.service.tabular.TabularResource tabularResource,
javax.servlet.http.HttpServletRequest httpRequest,
ServiceCredentials serviceCredentials) |
boolean |
checkTabularResourceNotFinal(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) |
protected void |
checkTRId(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
javax.servlet.http.HttpServletRequest httpRequest,
ServiceCredentials serviceCredentials) |
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 plc)
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()
Returns ArrayList of ColumnData other than IdColumnType,
ValidationColumnType and ViewColumn
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)
Returns ArrayList of ColumnData other than IdColumnType,
ValidationColumnType and ViewColumn
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)
Returns only CodeColumnType, CodeNameColumnType,
CodeDescriptionColumnType and AnnotationColumnType
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)
Returns ArrayList of ColumnData other than IdColumnType,
ValidationColumnType, DimensionColumnType, TimeDimensionColumnType and
only View Columns related
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)
Returns ArrayList of ColumnData other than IdColumnType,
ValidationColumnType, DimensionColumnType and TimeDimensionColumnType
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)
Returns ArrayList of ColumnData other than IdColumnType,
ValidationColumnType
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
|
protected ResourceBundle |
getResourceBundle(javax.servlet.http.HttpServletRequest httpRequest) |
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()
Retrieves tabular resource without table id (fast)
Return all tabular resource of a user
|
ArrayList<TabResource> |
getTabularResourcesAndLastTables()
Return all tabular resource of a user and last tables
|
ArrayList<TemplateColumnData> |
getTemplateColumnsData(String templateId)
Retrieves the columns of the specific template.
|
ArrayList<TemplateData> |
getTemplates()
Retrieves templates of user
|
ArrayList<TemplateData> |
getTemplatesForDSDExport()
Retrieves templates for export as DSD in SDMX registry.
|
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 columnId,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Returns ArrayListof ColumnData that contains all the validation columns
of columnLocalId
|
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 of ColumnData that contains all the validation columns
of columnName
|
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
|
String |
getVREFolderIdByScope()
Get VRE Folder Id
|
UserInfo |
hello()
Get informations on the current user
|
void |
init() |
Boolean |
isTabularResourceFinalized(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Check finalized status of a tabular resource
|
Boolean |
isTabularResourceLocked(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Check locked status of a tabular resource
|
Boolean |
isTabularResourceValid(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Return true if is a valid tabular resource
|
Integer |
pendingTasksRetrieve() |
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
|
protected void |
saveResourceByInputStream(SaveResourceSession saveResourceSession,
ServiceCredentials serviceCredentials,
String mimeType,
ResourceTDDescriptor resourceTDDescriptor,
org.gcube.portlets.user.td.widgetcommonevent.shared.uriresolver.ApplicationType applicationType) |
protected void |
saveResourceByStorageId(SaveResourceSession saveResourceSession,
ServiceCredentials serviceCredentials,
String mimeType,
ResourceTDDescriptor resourceTDDescriptor) |
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()
Retrieves codelists without table id (fast)
Initialize Codelists Paging Loader
|
void |
setCSVSession(CSVImportSession importSession) |
void |
setDetachColumnnRules(DetachColumnRulesSession detachColumnRulesSession,
javax.servlet.http.HttpServletRequest httpRequest) |
void |
setDetachTableRules(DetachTableRulesSession detachTableRulesSession,
javax.servlet.http.HttpServletRequest httpRequest) |
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
|
String |
startAddColumn(AddColumnSession addColumnSession,
org.gcube.data.analysis.tabulardata.expression.Expression expression,
javax.servlet.http.HttpServletRequest httpRequest) |
String |
startApplyAndDetachColumnnRules(ApplyAndDetachColumnRulesSession applyAndDetachColumnRulesSession,
javax.servlet.http.HttpServletRequest httpRequest) |
String |
startApplyTableRule(ApplyTableRuleSession applyTableRuleSession,
javax.servlet.http.HttpServletRequest httpRequest) |
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 exportSession)
Start CSV Export and invokes the client library
|
String |
startCSVImport(CSVImportSession csvImportSession)
Start CSV Import and invokes the client library
|
String |
startDataMinerOperation(DataMinerOperationSession dataMinerOperationSession) |
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 |
startFilterColumn(FilterColumnSession filterColumnSession,
org.gcube.data.analysis.tabulardata.expression.Expression expression,
javax.servlet.http.HttpServletRequest httpRequest) |
String |
startGeometryCreatePoint(GeometryCreatePointSession geometryCreatePointSession)
Point Creation
|
String |
startGeospatialCreateCoordinates(GeospatialCreateCoordinatesSession geospatialCreateCoordinatesSession)
Start Geospatial Coordinates Creation
|
String |
startGeospatialDownscaleCSquare(GeospatialDownscaleCSquareSession geospatialDownscaleCSquareSession)
Start Downscale C-Square
|
String |
startGroupBy(GroupBySession groupBySession,
javax.servlet.http.HttpServletRequest httpRequest) |
String |
startJSONExport(JSONExportSession exportSession)
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 |
startMergeColumn(MergeColumnSession mergeColumnSession,
javax.servlet.http.HttpServletRequest httpRequest) |
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 |
startReplaceColumnByExpression(ReplaceColumnByExpressionSession replaceColumnByExpressionSession,
org.gcube.data.analysis.tabulardata.expression.Expression conditionExpression,
org.gcube.data.analysis.tabulardata.expression.Expression replaceExpression,
javax.servlet.http.HttpServletRequest httpRequest) |
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 |
startSDMXTemplateExport(SDMXTemplateExportSession sdmxTemplateExportSession)
Start SDMX Template Export and invokes the client library
|
String |
startSplitColumn(SplitColumnSession splitColumnSession,
javax.servlet.http.HttpServletRequest httpRequest) |
String |
startTaskResubmit(TaskResubmitSession taskResubmitSession)
Resubmit task
|
String |
startTaskResume(TaskResumeSession taskResumeSession)
Resume task
|
String |
startTemplateApply(TemplateApplySession templateApplySession)
Start Apply Template
|
String |
startTimeAggregation(TimeAggregationSession timeAggregationSession,
javax.servlet.http.HttpServletRequest httpRequest) |
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 s)
Not used now, but it will be necessary in the future to retrieve task
pending
Set open session for return all tabular resource of a user
|
void |
templateDelete(TemplateDeleteSession templateDeleteSession)
Start Delete Template
|
checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic UserInfo hello() throws TDGWTServiceException
hello in interface TDGWTServiceTDGWTServiceException - Exceptionpublic void setLocale(InfoLocale infoLocale) throws TDGWTServiceException
setLocale in interface TDGWTServiceinfoLocale - Info localeTDGWTServiceException - exceptionprotected ResourceBundle getResourceBundle(javax.servlet.http.HttpServletRequest httpRequest)
public String getVREFolderIdByScope() throws TDGWTServiceException
TDGWTServicegetVREFolderIdByScope in interface TDGWTServiceTDGWTServiceException - Exceptionpublic ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType> getPeriodDataTypes() throws TDGWTServiceException
getPeriodDataTypes in interface TDGWTServiceTDGWTServiceException - Exceptionpublic ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType> getHierarchicalRelationshipForPeriodDataTypes(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType periodDataType) throws TDGWTServiceException
getHierarchicalRelationshipForPeriodDataTypes in interface TDGWTServiceperiodDataType - Period data typeTDGWTServiceException - Exceptionpublic HashMap<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType,ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ValueDataFormat>> getValueDataFormatsMap() throws TDGWTServiceException
TDGWTServicegetValueDataFormatsMap in interface TDGWTServiceTDGWTServiceException - Exceptionpublic ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ValueDataFormat> getValueDataFormatsOfColumnDataType(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType columnDataType) throws TDGWTServiceException
TDGWTServicegetValueDataFormatsOfColumnDataType in interface TDGWTServicecolumnDataType - Column data typeTDGWTServiceException - Exceptionpublic Integer pendingTasksRetrieve() throws TDGWTServiceException
pendingTasksRetrieve in interface TDGWTServiceTDGWTServiceException - Exceptionpublic org.gcube.portlets.user.td.widgetcommonevent.shared.TRId restoreUISession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId startTRId)
throws TDGWTServiceException
restoreUISession in interface TDGWTServicestartTRId - Start TR idTDGWTServiceException - exceptionpublic void setTabResource(TabResource tabResource) throws TDGWTServiceException
setTabResource in interface TDGWTServicetabResource - Tabular ResourceTDGWTServiceException - Exceptionpublic org.gcube.portlets.user.td.widgetcommonevent.shared.TRId getCurrentTRId()
throws TDGWTServiceException
getCurrentTRId in interface TDGWTServiceTDGWTServiceException - Exceptionpublic void closeAllTabularResources()
throws TDGWTServiceException
closeAllTabularResources in interface TDGWTServiceTDGWTServiceException - Exceptionpublic void closeTabularResourceAndOpen(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId openTRId,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId closeTRId)
throws TDGWTServiceException
closeTabularResourceAndOpen in interface TDGWTServiceopenTRId - Open TR idcloseTRId - Close TR idTDGWTServiceException - Exceptionpublic void closeTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId closeTRId)
throws TDGWTServiceException
TDGWTServicecloseTabularResource in interface TDGWTServicecloseTRId - Close TR idTDGWTServiceException - Exceptionpublic org.gcube.portlets.user.td.widgetcommonevent.shared.TRId setActiveTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId activeTRId)
throws TDGWTServiceException
setActiveTabularResource in interface TDGWTServiceactiveTRId - Active TR idTDGWTServiceException - Exceptionpublic TabResource getInSessionTabResourceInfo() throws TDGWTServiceException
TDGWTServicegetInSessionTabResourceInfo in interface TDGWTServiceTDGWTServiceException - Exceptionpublic TabResource getTabResourceInformation() throws TDGWTServiceException
getTabResourceInformation in interface TDGWTServiceTDGWTServiceException - Exceptionpublic TabResource getTabResourceInformation(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
getTabResourceInformation in interface TDGWTServicetrId - TR idTDGWTServiceException - Exceptionpublic Long getTimeTableId(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType periodDataType) throws TDGWTServiceException
TDGWTServicegetTimeTableId in interface TDGWTServiceperiodDataType - Period data typeTDGWTServiceException - Exceptionpublic ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> getColumns() throws TDGWTServiceException
getColumns in interface TDGWTServiceTDGWTServiceException - Excptionpublic ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> getColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
getColumns in interface TDGWTServicetrId - TR idTDGWTServiceException - Exceptionpublic ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> getColumnWithViewColumnIncluded(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
getColumnWithViewColumnIncluded in interface TDGWTServicetrId - TR idTDGWTServiceException - Exceptionpublic ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> getColumnWithOnlyViewColumnInRel(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
getColumnWithOnlyViewColumnInRel in interface TDGWTServicetrId - TR idTDGWTServiceException - Exceptionpublic ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> getColumnsForStatistical(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
getColumnsForStatistical in interface TDGWTServicetrId - TR idTDGWTServiceException - Exceptionpublic org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData getColumn(String columnLocalId, org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
getColumn in interface TDGWTServicecolumnLocalId - Column Local IdtrId - TR idTDGWTServiceException - Exceptionpublic org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData getColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName)
throws TDGWTServiceException
getColumn in interface TDGWTServicetrId - TR idcolumnName - Column nameTDGWTServiceException - Exceptionpublic ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> getValidationColumns(String columnId, org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
getValidationColumns in interface TDGWTServicecolumnId - Column local idtrId - TR idTDGWTServiceException - Exceptionpublic ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> getValidationColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId, String columnName) throws TDGWTServiceException
getValidationColumns in interface TDGWTServicetrId - TR idcolumnName - Column nameTDGWTServiceException - Exceptionpublic TableData getLastTable(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
getLastTable in interface TDGWTServicetrId - TR idTDGWTServiceException - Exceptionpublic TableData getTable(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
getTable in interface TDGWTServicetrId - TR idTDGWTServiceException - Exceptionpublic void tdOpen(TDOpenSession s) throws TDGWTServiceException
tdOpen in interface TDGWTServices - SessionTDGWTServiceException - Exceptionpublic void setCodelistsPagingLoader()
throws TDGWTServiceException
setCodelistsPagingLoader in interface TDGWTServiceTDGWTServiceException - Exceptionpublic CodelistPagingLoadResult getCodelistsPagingLoader(CodelistPagingLoadConfig plc) throws TDGWTServiceException
getCodelistsPagingLoader in interface TDGWTServiceplc - Paging loading configTDGWTServiceException - Exceptionpublic ArrayList<TabResource> getTabularResourcesAndLastTables() throws TDGWTServiceException
getTabularResourcesAndLastTables in interface TDGWTServiceTDGWTServiceException - Exceptionpublic ArrayList<TabResource> getTabularResources() throws TDGWTServiceException
getTabularResources in interface TDGWTServiceTDGWTServiceException - Exceptionpublic void removeTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
throws TDGWTServiceException
TDGWTServiceremoveTabularResource in interface TDGWTServicetrId - TR idTDGWTServiceException - Exceptionpublic TabResource createTabularResource(TabResource tabResource) throws TDGWTServiceException
createTabularResource in interface TDGWTServicetabResource - Tabular ResourceTDGWTServiceException - Exceptionpublic ArrayList<Codelist> getCodelists() throws TDGWTServiceException
getCodelists in interface TDGWTServiceTDGWTServiceException - Exceptionpublic ArrayList<Dataset> getDatasets() throws TDGWTServiceException
getDatasets in interface TDGWTServiceTDGWTServiceException - Exceptionpublic ArrayList<Agencies> getAgencies() throws TDGWTServiceException
getAgencies in interface TDGWTServiceTDGWTServiceException - Exceptionpublic String startSDMXImport(SDMXImportSession sdmxImportSession) throws TDGWTServiceException
startSDMXImport in interface TDGWTServicesdmxImportSession - SessionTDGWTServiceException - Exceptionpublic void setSDMXRegistrySource(SDMXRegistrySource sdmxRegistrySource) throws TDGWTServiceException
setSDMXRegistrySource in interface TDGWTServicesdmxRegistrySource - SDMX registry sourceTDGWTServiceException - Exceptionpublic void setCSVSession(CSVImportSession importSession) throws TDGWTServiceException
setCSVSession in interface TDGWTServiceimportSession - SessionTDGWTServiceException - Exceptionpublic FileUploadMonitor getFileUploadMonitor() throws TDGWTServiceException
getFileUploadMonitor in interface TDGWTServiceTDGWTServiceException - Exceptionpublic AvailableCharsetList getAvailableCharset() throws TDGWTServiceException
getAvailableCharset in interface TDGWTServiceTDGWTServiceException - Exceptionpublic AvailableCharsetList getAvailableCharsetForExport() throws TDGWTServiceException
TDGWTServicegetAvailableCharsetForExport in interface TDGWTServiceTDGWTServiceException - Exceptionpublic ArrayList<String> configureCSVParser(String encoding, HeaderPresence headerPresence, char delimiter, char comment) throws TDGWTServiceException
configureCSVParser in interface TDGWTServiceencoding - EncodingheaderPresence - Header presencedelimiter - Delimitercomment - CommentTDGWTServiceException - Exceptionpublic CheckCSVSession checkCSV(long errorsLimit) throws TDGWTServiceException
checkCSV in interface TDGWTServiceerrorsLimit - Error limitTDGWTServiceException - Exceptionpublic String startCSVImport(CSVImportSession csvImportSession) throws TDGWTServiceException
startCSVImport in interface TDGWTServicecsvImportSession - SessionTDGWTServiceException - Exceptionpublic void getFileFromWorkspace(CSVImportSession csvImportSession) throws TDGWTServiceException
getFileFromWorkspace in interface TDGWTServicecsvImportSession - SessionTDGWTServiceException - Exceptionpublic String getTRCreationDate(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
getTRCreationDate in interface TDGWTServicetrId - TR idTDGWTServiceException - Exceptionpublic Boolean isTabularResourceValid(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
TDGWTServiceisTabularResourceValid in interface TDGWTServicetrId - Tabular Resouce idTDGWTServiceException - Exceptionpublic Boolean isTabularResourceFinalized(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId - TR idTDGWTServiceException - Exceptionpublic Boolean isTabularResourceLocked(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
trId - TR idTDGWTServiceException - Exceptionpublic ArrayList<TRMetadata> getTRMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
getTRMetadata in interface TDGWTServicetrId - TR idTDGWTServiceException - Exceptionpublic TabValidationsMetadata getTableValidationsMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
TDGWTServicegetTableValidationsMetadata in interface TDGWTServicetrId - TR idTDGWTServiceException - Exceptionpublic ArrayList<TabMetadata> getTableMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
getTableMetadata in interface TDGWTServicetrId - TR idTDGWTServiceException - Exceptionprotected void checkTRId(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
javax.servlet.http.HttpServletRequest httpRequest,
ServiceCredentials serviceCredentials)
throws TDGWTServiceException
TDGWTServiceExceptionprotected void checkTabularResourceLocked(org.gcube.data.analysis.tabulardata.service.tabular.TabularResource tabularResource,
javax.servlet.http.HttpServletRequest httpRequest,
ServiceCredentials serviceCredentials)
throws TDGWTServiceException
TDGWTServiceExceptionprotected void checkTabularResourceIsFinal(org.gcube.data.analysis.tabulardata.service.tabular.TabularResource tabularResource,
javax.servlet.http.HttpServletRequest httpRequest,
ServiceCredentials serviceCredentials)
throws TDGWTServiceException
TDGWTServiceExceptionprotected void checkTabularResourceIsFlow(org.gcube.data.analysis.tabulardata.service.tabular.TabularResource tabularResource,
javax.servlet.http.HttpServletRequest httpRequest,
ServiceCredentials serviceCredentials)
throws TDGWTServiceException
TDGWTServiceExceptionpublic String startSDMXExport(SDMXExportSession exportSession) throws TDGWTServiceException
TDGWTServicestartSDMXExport in interface TDGWTServiceexportSession - SessionTDGWTServiceException - Exceptionpublic String startSDMXTemplateExport(SDMXTemplateExportSession sdmxTemplateExportSession) throws TDGWTServiceException
TDGWTServicestartSDMXTemplateExport in interface TDGWTServicesdmxTemplateExportSession - SessionTDGWTServiceException - Exceptionpublic String startCSVExport(CSVExportSession exportSession) throws TDGWTServiceException
startCSVExport in interface TDGWTServiceexportSession - SesionTDGWTServiceException - Exceptionpublic String startJSONExport(JSONExportSession exportSession) throws TDGWTServiceException
startJSONExport in interface TDGWTServiceexportSession - SessionTDGWTServiceException - Exceptionpublic String startChangeColumnType(ChangeColumnTypeSession changeColumnTypeSession) throws TDGWTServiceException
startChangeColumnType in interface TDGWTServicechangeColumnTypeSession - SessionTDGWTServiceException - Exceptionpublic String startAddColumn(AddColumnSession addColumnSession, org.gcube.data.analysis.tabulardata.expression.Expression expression, javax.servlet.http.HttpServletRequest httpRequest) throws TDGWTServiceException
TDGWTServiceExceptionpublic String startAddColumn(AddColumnSession addColumnSession) throws TDGWTServiceException
startAddColumn in interface TDGWTServiceaddColumnSession - SessionTDGWTServiceException - Exceptionpublic String startDeleteColumn(DeleteColumnSession deleteColumnSession) throws TDGWTServiceException
startDeleteColumn in interface TDGWTServicedeleteColumnSession - SessionTDGWTServiceException - Exceptionpublic String startFilterColumn(FilterColumnSession filterColumnSession, org.gcube.data.analysis.tabulardata.expression.Expression expression, javax.servlet.http.HttpServletRequest httpRequest) throws TDGWTServiceException
TDGWTServiceExceptionpublic String startReplaceColumnByExpression(ReplaceColumnByExpressionSession replaceColumnByExpressionSession, org.gcube.data.analysis.tabulardata.expression.Expression conditionExpression, org.gcube.data.analysis.tabulardata.expression.Expression replaceExpression, javax.servlet.http.HttpServletRequest httpRequest) throws TDGWTServiceException
TDGWTServiceExceptionpublic String startLabelColumn(LabelColumnSession labelColumnSession) throws TDGWTServiceException
startLabelColumn in interface TDGWTServicelabelColumnSession - SessionTDGWTServiceException - Excetpionpublic String startChangeTableType(ChangeTableTypeSession changeTableTypeSession) throws TDGWTServiceException
startChangeTableType in interface TDGWTServicechangeTableTypeSession - SessionTDGWTServiceException - Exceptionpublic ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> getColumnsForDimension(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
getColumnsForDimension in interface TDGWTServicetrId - TR idTDGWTServiceException - Exceptionpublic String startDeleteRows(DeleteRowsSession deleteRowsSession) throws TDGWTServiceException
startDeleteRows in interface TDGWTServicedeleteRowsSession - SessionTDGWTServiceException - Exceptionpublic String startCloneTabularResource(CloneTabularResourceSession cloneTabularResourceSession) throws TDGWTServiceException
startCloneTabularResource in interface TDGWTServicecloneTabularResourceSession - SessionTDGWTServiceException - Exceptionpublic String startDuplicates(DuplicatesSession duplicatesSession) throws TDGWTServiceException
startDuplicates in interface TDGWTServiceduplicatesSession - SessionTDGWTServiceException - Exceptionpublic String startValidationsDelete(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
startValidationsDelete in interface TDGWTServicetrId - TR idTDGWTServiceException - Exceptionpublic void setShare(ShareTabResource shareInfo) throws TDGWTServiceException
setShare in interface TDGWTServiceshareInfo - Share infoTDGWTServiceException - Exceptionpublic void setShareTemplate(ShareTemplate shareTemplate) throws TDGWTServiceException
setShareTemplate in interface TDGWTServiceshareTemplate - Share templateTDGWTServiceException - Exceptionpublic void setShareRule(ShareRule shareRule) throws TDGWTServiceException
setShareRule in interface TDGWTServiceshareRule - Share ruleTDGWTServiceException - Exceptionpublic boolean checkTabularResourceNotFinal(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
throws TDGWTServiceException
TDGWTServiceExceptionpublic void setTabResourceInformation(TabResource tabResource) throws TDGWTServiceException
setTabResourceInformation in interface TDGWTServicetabResource - Tabular resourceTDGWTServiceException - Exceptionpublic void setTabResourceToFinal(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
throws TDGWTServiceException
setTabResourceToFinal in interface TDGWTServicetrId - Tabular Resource idTDGWTServiceException - Exceptionpublic ArrayList<Occurrences> getOccurrencesForBatchReplace(OccurrencesForReplaceBatchColumnSession occurrencesForReplaceBatchColumnSession) throws TDGWTServiceException
getOccurrencesForBatchReplace in interface TDGWTServiceoccurrencesForReplaceBatchColumnSession - SessionTDGWTServiceException - Exceptionpublic ArrayList<TemplateData> getTemplates() throws TDGWTServiceException
getTemplates in interface TDGWTServiceTDGWTServiceException - Exceptionpublic ArrayList<TemplateData> getTemplatesForDSDExport() throws TDGWTServiceException
getTemplatesForDSDExport in interface TDGWTServiceTDGWTServiceException - Exceptionpublic ArrayList<TemplateColumnData> getTemplateColumnsData(String templateId) throws TDGWTServiceException
TDGWTServicegetTemplateColumnsData in interface TDGWTServicetemplateId - Template idTDGWTServiceException - Exceptionpublic String startTemplateApply(TemplateApplySession templateApplySession) throws TDGWTServiceException
startTemplateApply in interface TDGWTServicetemplateApplySession - SessionTDGWTServiceException - Exceptionpublic void templateDelete(TemplateDeleteSession templateDeleteSession) throws TDGWTServiceException
templateDelete in interface TDGWTServicetemplateDeleteSession - SessionTDGWTServiceException - Exceptionpublic String startReplaceColumn(ReplaceColumnSession replaceColumnSession) throws TDGWTServiceException
startReplaceColumn in interface TDGWTServicereplaceColumnSession - SessionTDGWTServiceException - Exceptionpublic String startReplaceBatchColumn(ReplaceBatchColumnSession replaceBatchColumnSession) throws TDGWTServiceException
startReplaceBatchColumn in interface TDGWTServicereplaceBatchColumnSession - SessionTDGWTServiceException - Exceptionpublic ArrayList<String> getLocales() throws TDGWTServiceException
getLocales in interface TDGWTServiceTDGWTServiceException - Exceptionpublic OpHistory getLastOperationInfo() throws TDGWTServiceException
getLastOperationInfo in interface TDGWTServiceTDGWTServiceException - Exceptionpublic OpHistory getLastOperationInfo(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
getLastOperationInfo in interface TDGWTServicetrId - TR idTDGWTServiceException - Exceptionpublic ArrayList<OpHistory> getHistory() throws TDGWTServiceException
getHistory in interface TDGWTServiceTDGWTServiceException - Exceptionpublic ArrayList<OpHistory> getHistory(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
getHistory in interface TDGWTServicetrId - TR idTDGWTServiceException - Exceptionpublic String startDiscard(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
startDiscard in interface TDGWTServicetrId - TR idTDGWTServiceException - Exceptionpublic String startRollBack(RollBackSession rollBackSession) throws TDGWTServiceException
startRollBack in interface TDGWTServicerollBackSession - SessionTDGWTServiceException - Exceptionpublic ValidationsTasksMetadata getValidationsTasksMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
TDGWTServicegetValidationsTasksMetadata in interface TDGWTServicetrId - TR idTDGWTServiceException - Exceptionpublic String startEditRow(EditRowSession editRowSession) throws TDGWTServiceException
TDGWTServicestartEditRow in interface TDGWTServiceeditRowSession - SessionTDGWTServiceException - Exceptionpublic org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData getConnection(RefColumn refColumn) throws TDGWTServiceException
getConnection in interface TDGWTServicerefColumn - Reference columnTDGWTServiceException - Exceptionpublic String startTaskResubmit(TaskResubmitSession taskResubmitSession) throws TDGWTServiceException
TDGWTServicestartTaskResubmit in interface TDGWTServicetaskResubmitSession - SessionTDGWTServiceException - Exceptionpublic String startTaskResume(TaskResumeSession taskResumeSession) throws TDGWTServiceException
TDGWTServicestartTaskResume in interface TDGWTServicetaskResumeSession - SessionTDGWTServiceException - Exceptionpublic String startExtractCodelist(ExtractCodelistSession extractCodelistSession) throws TDGWTServiceException
TDGWTServicestartExtractCodelist in interface TDGWTServiceextractCodelistSession - SessionTDGWTServiceException - Exceptionpublic String startSplitColumn(SplitColumnSession splitColumnSession, javax.servlet.http.HttpServletRequest httpRequest) throws TDGWTServiceException
TDGWTServiceExceptionpublic String startMergeColumn(MergeColumnSession mergeColumnSession, javax.servlet.http.HttpServletRequest httpRequest) throws TDGWTServiceException
TDGWTServiceExceptionpublic void setCodelistMappingSession(CodelistMappingSession codelistMappingSession) throws TDGWTServiceException
setCodelistMappingSession in interface TDGWTServicecodelistMappingSession - SessionTDGWTServiceException - Exceptionpublic void getFileFromWorkspace(CodelistMappingSession codelistMappingSession) throws TDGWTServiceException
getFileFromWorkspace in interface TDGWTServicecodelistMappingSession - SessionTDGWTServiceException - Exceptionpublic String startCodelistMappingImport(CodelistMappingSession codelistMappingSession) throws TDGWTServiceException
TDGWTServicestartCodelistMappingImport in interface TDGWTServicecodelistMappingSession - SessionTDGWTServiceException - Exceptionpublic String startGroupBy(GroupBySession groupBySession, javax.servlet.http.HttpServletRequest httpRequest) throws TDGWTServiceException
TDGWTServiceExceptionpublic String startTimeAggregation(TimeAggregationSession timeAggregationSession, javax.servlet.http.HttpServletRequest httpRequest) throws TDGWTServiceException
TDGWTServiceExceptionpublic String startNormalization(NormalizationSession normalizationSession) throws TDGWTServiceException
TDGWTServicestartNormalization in interface TDGWTServicenormalizationSession - SessionTDGWTServiceException - Exceptionpublic String startDenormalization(DenormalizationSession denormalizationSession) throws TDGWTServiceException
TDGWTServicestartDenormalization in interface TDGWTServicedenormalizationSession - SessionTDGWTServiceException - Exceptionpublic String startUnion(UnionSession unionSession) throws TDGWTServiceException
startUnion in interface TDGWTServiceunionSession - SessionTDGWTServiceException - Exceptionpublic void startChangeColumnsPosition(ChangeColumnsPositionSession changeColumnsPositionSession) throws TDGWTServiceException
startChangeColumnsPosition in interface TDGWTServicechangeColumnsPositionSession - SessionTDGWTServiceException - Exeptionpublic String startReplaceByExternal(ReplaceByExternalSession replaceByExternalSession) throws TDGWTServiceException
startReplaceByExternal in interface TDGWTServicereplaceByExternalSession - SessionTDGWTServiceException - Exceptionpublic String startDataMinerOperation(DataMinerOperationSession dataMinerOperationSession) throws TDGWTServiceException
startDataMinerOperation in interface TDGWTServicedataMinerOperationSession - SessionTDGWTServiceException - Exceptionpublic OperationMonitor getOperationMonitor(OperationMonitorSession operationMonitorSession) throws TDGWTServiceException
getOperationMonitor in interface TDGWTServiceoperationMonitorSession - SessionTDGWTServiceException - Exceptionpublic ArrayList<LicenceData> getLicences() throws TDGWTServiceException
getLicences in interface TDGWTServiceTDGWTServiceException - Exceptionpublic OperationMonitor getBackgroundOperationMonitorForSpecificTask(OperationMonitorSession operationMonitorSession) throws TDGWTServiceException
getBackgroundOperationMonitorForSpecificTask in interface TDGWTServiceoperationMonitorSession - SessionTDGWTServiceException - Exceptionpublic ArrayList<BackgroundOperationMonitor> getBackgroundOperationMonitor(BackgroundOperationMonitorSession backgroundOperationMonitorSession) throws TDGWTServiceException
getBackgroundOperationMonitor in interface TDGWTServicebackgroundOperationMonitorSession - SessionTDGWTServiceException - Exceptionpublic ArrayList<ResourceTDDescriptor> getResourcesTD(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws TDGWTServiceException
getResourcesTD in interface TDGWTServicetrId - TR idTDGWTServiceException - Exceptionpublic ArrayList<ResourceTDDescriptor> getResourcesTDByType(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId, ResourceTDType resourceTDType) throws TDGWTServiceException
getResourcesTDByType in interface TDGWTServicetrId - TR idresourceTDType - Resource TD typeTDGWTServiceException - Exceptionpublic void removeResource(RemoveResourceSession removeResourceSession) throws TDGWTServiceException
removeResource in interface TDGWTServiceremoveResourceSession - SessionTDGWTServiceException - Exceptionpublic String startMapCreation(MapCreationSession mapCreationSession) throws TDGWTServiceException
startMapCreation in interface TDGWTServicemapCreationSession - SessionTDGWTServiceException - Exceptionpublic String getUriFromResolver(UriResolverSession uriResolverSession) throws TDGWTServiceException
getUriFromResolver in interface TDGWTServiceuriResolverSession - Uri resolver sessionTDGWTServiceException - Exceptionpublic String startChartTopRating(ChartTopRatingSession chartTopRatingSession) throws TDGWTServiceException
startChartTopRating in interface TDGWTServicechartTopRatingSession - SessionTDGWTServiceException - Exceptionpublic void saveResource(SaveResourceSession saveResourceSession) throws TDGWTServiceException
saveResource in interface TDGWTServicesaveResourceSession - SessionTDGWTServiceException - Exceptionprotected void saveResourceByStorageId(SaveResourceSession saveResourceSession, ServiceCredentials serviceCredentials, String mimeType, ResourceTDDescriptor resourceTDDescriptor) throws TDGWTServiceException
TDGWTServiceExceptionprotected void saveResourceByInputStream(SaveResourceSession saveResourceSession, ServiceCredentials serviceCredentials, String mimeType, ResourceTDDescriptor resourceTDDescriptor, org.gcube.portlets.user.td.widgetcommonevent.shared.uriresolver.ApplicationType applicationType) throws TDGWTServiceException
TDGWTServiceExceptionpublic String startGeospatialCreateCoordinates(GeospatialCreateCoordinatesSession geospatialCreateCoordinatesSession) throws TDGWTServiceException
startGeospatialCreateCoordinates in interface TDGWTServicegeospatialCreateCoordinatesSession - SessionTDGWTServiceException - Exceptionpublic String startGeospatialDownscaleCSquare(GeospatialDownscaleCSquareSession geospatialDownscaleCSquareSession) throws TDGWTServiceException
startGeospatialDownscaleCSquare in interface TDGWTServicegeospatialDownscaleCSquareSession - SessionTDGWTServiceException - Exceptionpublic String startGeometryCreatePoint(GeometryCreatePointSession geometryCreatePointSession) throws TDGWTServiceException
startGeometryCreatePoint in interface TDGWTServicegeometryCreatePointSession - SessionTDGWTServiceException - Exceptionpublic String startApplyAndDetachColumnnRules(ApplyAndDetachColumnRulesSession applyAndDetachColumnRulesSession, javax.servlet.http.HttpServletRequest httpRequest) throws TDGWTServiceException
TDGWTServiceExceptionpublic String startApplyTableRule(ApplyTableRuleSession applyTableRuleSession, javax.servlet.http.HttpServletRequest httpRequest) throws TDGWTServiceException
TDGWTServiceExceptionpublic void setDetachColumnnRules(DetachColumnRulesSession detachColumnRulesSession, javax.servlet.http.HttpServletRequest httpRequest) throws TDGWTServiceException
TDGWTServiceExceptionpublic void setDetachTableRules(DetachTableRulesSession detachTableRulesSession, javax.servlet.http.HttpServletRequest httpRequest) throws TDGWTServiceException
detachTableRulesSession - SessionhttpRequest - Http servlet requestTDGWTServiceException - ExceptionCopyright © 2017. All Rights Reserved.