Class RemoveCatalogVersionJob

    • Constructor Detail

      • RemoveCatalogVersionJob

        public RemoveCatalogVersionJob()
        Deprecated.
    • Method Detail

      • performCronJob

        protected CronJob.CronJobResult performCronJob​(CronJob cronJob)
        Deprecated.
        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()