Modifier and Type | Method and Description |
---|---|
ArrayList<CSVRowError> |
TDGWTService.checkCSV(long errorsLimit) |
ArrayList<String> |
TDGWTService.configureCSVParser(String encoding,
HeaderPresence headerPresence,
char delimiter,
char comment) |
TabResource |
TDGWTService.createTabularResource(TabResource tabResource)
Creates a TabResource on Service
|
ArrayList<Agencies> |
TDGWTService.getAgencies()
Get Agecies on a registry
|
AvailableCharsetList |
TDGWTService.getAvailableCharset() |
ArrayList<Codelist> |
TDGWTService.getCodelists()
Get Codelist on a registry
|
ColumnData |
TDGWTService.getColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName)
Retrieves information about a specific column
|
ArrayList<ColumnData> |
TDGWTService.getColumns()
Retrieves the list of columns in the current table
|
ArrayList<ColumnData> |
TDGWTService.getColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves the list of columns in the table provided by trId
|
CSVExportMonitor |
TDGWTService.getCSVExportMonitor()
Get Operation Monitor during the CSV Export operation
|
CSVImportMonitor |
TDGWTService.getCSVImportMonitor()
Get Operation Monitor during the CSV Import operation
|
ArrayList<Dataset> |
TDGWTService.getDatasets()
Get Datasets on a registry
|
void |
TDGWTService.getFileFromWorkspace(CSVImportSession csvImportSession) |
FileUploadMonitor |
TDGWTService.getFileUploadMonitor()
Get File Upload Monitor during the file upload operation in Import CSV
|
TableData |
TDGWTService.getLastTable(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Return Last Table
|
SDMXExportMonitor |
TDGWTService.getSDMXExportMonitor()
Get Operation Monitor during the SDMX Export operation
|
SDMXImportMonitor |
TDGWTService.getSDMXImportMonitor()
Get Operation Monitor during the SDMX Import operation
|
ArrayList<TabMetadata> |
TDGWTService.getTableMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Return Metadata of Table
|
TabResource |
TDGWTService.getTabResourceInformation()
Get informations on the current tabular resource
|
TabResource |
TDGWTService.getTabResourceInformation(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Get informations on tabular resource
|
ArrayList<TabResource> |
TDGWTService.getTabularResources()
Return all tabular resource of a user
|
String |
TDGWTService.getTRCreationDate(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Get creation date on tabular resource
|
ArrayList<TRMetadata> |
TDGWTService.getTRMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Return Metadata of Tabular Resources
|
void |
TDGWTService.removeTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Remove Tabular Resource From Service
|
void |
TDGWTService.setCSVSession(CSVImportSession csvImportSession) |
void |
TDGWTService.setSDMXRegistrySource(SDMXRegistrySource sdmxRegistrySource)
Set SDMX Registry Source
|
void |
TDGWTService.setTabResource(TabResource tabResource)
Set current tabular resource
|
void |
TDGWTService.startCSVExport(CSVExportSession csvExportSession)
Start CSV Export and invokes the client library
|
void |
TDGWTService.startCSVImport(CSVImportSession csvImportSession)
Start CSV Import and invokes the client library
|
void |
TDGWTService.startSDMXExport(SDMXExportSession exportSession)
Start SDMX Export and invokes the client library
|
void |
TDGWTService.startSDMXImport(SDMXImportSession sdmxImportSession)
Start SDMX Import and invokes the client library
|
void |
TDGWTService.startTDOpen(TDOpenSession tdOpenSession)
Set open session for return all tabular resource of a user
|
Modifier and Type | Method and Description |
---|---|
ArrayList<CSVRowError> |
TDGWTServiceImpl.checkCSV(long errorsLimit) |
ArrayList<String> |
TDGWTServiceImpl.configureCSVParser(String encoding,
HeaderPresence headerPresence,
char delimiter,
char comment) |
TabResource |
TDGWTServiceImpl.createTabularResource(TabResource tabResource)
Creates a TabResource on Service
|
ArrayList<Agencies> |
TDGWTServiceImpl.getAgencies()
Get Agecies on a registry
|
AvailableCharsetList |
TDGWTServiceImpl.getAvailableCharset() |
ArrayList<Codelist> |
TDGWTServiceImpl.getCodelists()
Get Codelist on a registry
|
ColumnData |
TDGWTServiceImpl.getColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName)
Retrieves information about a specific column
|
ArrayList<ColumnData> |
TDGWTServiceImpl.getColumns()
Retrieves the list of columns in the current table
|
ArrayList<ColumnData> |
TDGWTServiceImpl.getColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves the list of columns in the table provided by trId
|
CSVExportMonitor |
TDGWTServiceImpl.getCSVExportMonitor()
Get Operation Monitor during the CSV Export operation
|
CSVImportMonitor |
TDGWTServiceImpl.getCSVImportMonitor()
Get Operation Monitor during the CSV Import operation
|
ArrayList<Dataset> |
TDGWTServiceImpl.getDatasets()
Get Datasets on a registry
|
void |
TDGWTServiceImpl.getFileFromWorkspace(CSVImportSession csvImportSession) |
FileUploadMonitor |
TDGWTServiceImpl.getFileUploadMonitor()
Get File Upload Monitor during the file upload operation in Import CSV
|
TableData |
TDGWTServiceImpl.getLastTable(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Return Last Table
|
protected org.gcube.data.analysis.tabulardata.commons.webservice.types.operations.OperationDefinition |
TDGWTServiceImpl.getOperationDescriptorWithId(String op,
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.operations.OperationDefinition> capabilities) |
SDMXExportMonitor |
TDGWTServiceImpl.getSDMXExportMonitor()
Get Operation Monitor during the SDMX Export operation
|
SDMXImportMonitor |
TDGWTServiceImpl.getSDMXImportMonitor()
Get Operation Monitor during the SDMX Import operation
|
ArrayList<TabMetadata> |
TDGWTServiceImpl.getTableMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Return Metadata of Table
|
TabResource |
TDGWTServiceImpl.getTabResourceInformation()
Get informations on the current tabular resource
|
TabResource |
TDGWTServiceImpl.getTabResourceInformation(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Get informations on tabular resource
|
ArrayList<TabResource> |
TDGWTServiceImpl.getTabularResources()
Return all tabular resource of a user
|
String |
TDGWTServiceImpl.getTRCreationDate(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Get creation date on tabular resource
|
ArrayList<TRMetadata> |
TDGWTServiceImpl.getTRMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Return Metadata of Tabular Resources
|
protected void |
TDGWTServiceImpl.importCSVFileOnService(javax.servlet.http.HttpSession session,
org.gcube.application.framework.core.session.ASLSession aslSession,
String user,
FileUploadSession fileUploadSession,
CSVImportSession csvImportSession) |
void |
TDGWTServiceImpl.removeTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) |
protected void |
TDGWTServiceImpl.retriveTRMetadataFromService(org.gcube.data.analysis.tabulardata.service.TabularDataService service,
org.gcube.data.analysis.tabulardata.service.tabular.TabularResource tr) |
protected TabResource |
TDGWTServiceImpl.retriveTRMetadataFromService(org.gcube.data.analysis.tabulardata.service.TabularDataService service,
org.gcube.data.analysis.tabulardata.service.tabular.TabularResource tr,
int i)
Retrieves the informations for a specific Tabular Resource from service
|
protected void |
TDGWTServiceImpl.saveInDestination(javax.servlet.http.HttpSession session,
String user,
org.gcube.data.analysis.tabulardata.model.metadata.table.ExportMetadata exportMetadata,
CSVExportSession exportSession) |
void |
TDGWTServiceImpl.setCSVSession(CSVImportSession importSession) |
void |
TDGWTServiceImpl.setSDMXRegistrySource(SDMXRegistrySource sdmxRegistrySource)
Set SDMX Registry Source
|
void |
TDGWTServiceImpl.setTabResource(TabResource tabResource)
Set current tabular resource
|
void |
TDGWTServiceImpl.startCSVExport(CSVExportSession exportSession)
Start CSV Export and invokes the client library
|
void |
TDGWTServiceImpl.startCSVImport(CSVImportSession csvImportSession)
Start CSV Import and invokes the client library
|
void |
TDGWTServiceImpl.startSDMXExport(SDMXExportSession exportSession) |
void |
TDGWTServiceImpl.startSDMXImport(SDMXImportSession sdmxImportSession)
Start SDMX Import and invokes the client library
|
void |
TDGWTServiceImpl.startTDOpen(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
|
Modifier and Type | Method and Description |
---|---|
void |
FilesStorage.createItemOnWorkspace(String uri,
String user,
String item_name,
String item_description,
String item_mimetype,
String item_folder) |
void |
FilesStorage.retriveFile(String user,
org.gcube.common.homelibrary.home.workspace.WorkspaceItem wi,
File file)
user
|
InputStream |
FilesStorage.retriveImputStream(String uri) |
InputStream |
FilesStorage.retriveImputStream(String user,
org.gcube.common.homelibrary.home.workspace.WorkspaceItem wi) |
Copyright © 2014. All Rights Reserved.