| Package | Description |
|---|---|
| org.gcube.portlets.user.td.gwtservice.client.rpc | |
| org.gcube.portlets.user.td.gwtservice.server | |
| org.gcube.portlets.user.td.gwtservice.server.opexecution |
| Modifier and Type | Method and Description |
|---|---|
void |
TDGWTService.getFileFromWorkspace(CSVImportSession csvImportSession) |
void |
TDGWTServiceAsync.getFileFromWorkspace(CSVImportSession csvImportSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
TDGWTService.setCSVSession(CSVImportSession csvImportSession) |
void |
TDGWTServiceAsync.setCSVSession(CSVImportSession csvImportSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
String |
TDGWTService.startCSVImport(CSVImportSession csvImportSession)
Start CSV Import and invokes the client library
|
void |
TDGWTServiceAsync.startCSVImport(CSVImportSession csvImportSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
| Modifier and Type | Method and Description |
|---|---|
static CSVImportSession |
SessionUtil.getCSVImportSession(javax.servlet.http.HttpServletRequest httpRequest,
ServiceCredentials serviceCredentials) |
| Modifier and Type | Method and Description |
|---|---|
void |
TDGWTServiceImpl.getFileFromWorkspace(CSVImportSession csvImportSession) |
static void |
SessionUtil.setCSVImportSession(javax.servlet.http.HttpServletRequest httpRequest,
ServiceCredentials serviceCredentials,
CSVImportSession csvImportSession) |
void |
TDGWTServiceImpl.setCSVSession(CSVImportSession importSession) |
String |
TDGWTServiceImpl.startCSVImport(CSVImportSession csvImportSession)
Start CSV Import and invokes the client library
|
| Constructor and Description |
|---|
OpExecution4CSVImport(ServiceCredentials serviceCredentials,
org.gcube.data.analysis.tabulardata.service.TabularDataService service,
CSVImportSession csvImportSession,
CSVFileUploadSession fileUploadSession) |
Copyright © 2017. All Rights Reserved.