Class ImpExExportJob

All Implemented Interfaces:
Serializable, Comparable

public class ImpExExportJob extends GeneratedImpExExportJob
This job will be used by ImpExExportWizard
See Also:
  • Constructor Details

    • ImpExExportJob

      public ImpExExportJob()
  • Method Details

    • performCronJob

      protected CronJob.CronJobResult performCronJob(CronJob cronJob)
      Description copied from class: Job
      You have to implement this method in your Job. Here you can execute the job. You have to return a CronJobResult that indicates whether the Job was successfully executed or not.
      Specified by:
      performCronJob in class Job
      Parameters:
      cronJob - the CronJob to execute
      Returns:
      a CronJobResult that indicates whether the Job was successfully executed or not.

      See Also: