Package org.dashbuilder.dataset.client
Interface DataSetExportReadyCallback
-
public interface DataSetExportReadyCallbackInterface for capturing the results of a data set export request
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexportReady(org.uberfire.backend.vfs.Path exportFilePath)The path returned after a successful exportvoidonError(org.dashbuilder.common.client.error.ClientRuntimeError error)An error occurred during the export process
-
-
-
Method Detail
-
exportReady
void exportReady(org.uberfire.backend.vfs.Path exportFilePath)
The path returned after a successful export- Parameters:
exportFilePath- The path of the exported file in the server
-
onError
void onError(org.dashbuilder.common.client.error.ClientRuntimeError error)
An error occurred during the export process- Parameters:
error- The error details
-
-