Class ImpExExportJob

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable

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

      • ImpExExportJob

        public ImpExExportJob()
    • Method Detail

      • 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:
        CronJob.getFinishedResult(boolean), CronJob.getAbortResult()