Class ExportCronJobResult

  • All Implemented Interfaces:
    ExportResult

    public class ExportCronJobResult
    extends java.lang.Object
    implements ExportResult
    Implementation based on an export cronjob.
    Since:
    4.0
    • Method Detail

      • getExport

        public ExportModel getExport()
        Description copied from interface: ExportResult
        Gets an export object referencing exported data anad media.
        Specified by:
        getExport in interface ExportResult
        Returns:
        export result model
      • isError

        public boolean isError()
        Description copied from interface: ExportResult
        Gets whether the export was not successfully.
        Specified by:
        isError in interface ExportResult
        Returns:
        true if export was not successfully
      • isFinished

        public boolean isFinished()
        Description copied from interface: ExportResult
        Gets whether the export is not running anymore.
        Specified by:
        isFinished in interface ExportResult
        Returns:
        true if export is not running
      • isSuccessful

        public boolean isSuccessful()
        Description copied from interface: ExportResult
        Gets whether the export was successfully.
        Specified by:
        isSuccessful in interface ExportResult
        Returns:
        true if export was successfully
      • isRunning

        public boolean isRunning()
        Description copied from interface: ExportResult
        Gets whether the export is still running.
        Specified by:
        isRunning in interface ExportResult
        Returns:
        true if export is still running