Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ExportOperation |
ExportTableRequest.operationType() |
Modifier and Type | Method and Description |
---|---|
void |
ExportTableRequest.operationType(ExportOperation operationType) |
Constructor and Description |
---|
ExportTableRequest(String tableName,
ExportOperation operationType,
String user,
String basketId,
String toSaveName,
ExportCSVSettings csvSettings) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2017. All Rights Reserved.