Interface DataSetExportReadyCallback


  • public interface DataSetExportReadyCallback
    Interface for capturing the results of a data set export request
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void exportReady​(org.uberfire.backend.vfs.Path exportFilePath)
      The path returned after a successful export
      void onError​(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