Class RemoveCatalogVersionJob

All Implemented Interfaces:
Serializable, Comparable

@Deprecated(since="ages", forRemoval=false) public class RemoveCatalogVersionJob extends GeneratedRemoveCatalogVersionJob
Deprecated.
since ages - useRemoveCatalogVersionJobPerformable instead.
Job which removes a catalog version and all dependent objects.
See Also:
  • Constructor Details

    • RemoveCatalogVersionJob

      public RemoveCatalogVersionJob()
      Deprecated.
  • Method Details

    • 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: