|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ExportOperation in org.gcube.application.aquamaps.aquamapsservice.client.proxies |
|---|
| Methods in org.gcube.application.aquamaps.aquamapsservice.client.proxies with parameters of type ExportOperation | |
|---|---|
File |
DefaultDataManagement.exportTableAsCSV(String table,
String basketId,
String user,
String toSaveName,
ExportOperation operationType)
|
File |
DataManagement.exportTableAsCSV(String table,
String basketId,
String user,
String toSaveName,
ExportOperation operationType)
Returns the csv File if the operation in case of TRANSFER operation, null otherwise. |
| Uses of ExportOperation in org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.elements |
|---|
| Methods in org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.elements that return ExportOperation | |
|---|---|
ExportOperation |
ExportTableRequest.operationType()
|
| Methods in org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.elements with parameters of type ExportOperation | |
|---|---|
void |
ExportTableRequest.operationType(ExportOperation operationType)
|
| Constructors in org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.elements with parameters of type ExportOperation | |
|---|---|
ExportTableRequest(String tableName,
ExportOperation operationType,
String user,
String basketId,
String toSaveName,
ExportCSVSettings csvSettings)
|
|
| Uses of ExportOperation in org.gcube.application.aquamaps.aquamapsservice.stubs.fw.types |
|---|
| Methods in org.gcube.application.aquamaps.aquamapsservice.stubs.fw.types that return ExportOperation | |
|---|---|
static ExportOperation |
ExportOperation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExportOperation[] |
ExportOperation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||