Class CompositeJob

    • Constructor Detail

      • CompositeJob

        public CompositeJob()
        Deprecated.
    • Method Detail

      • canPerform

        protected boolean canPerform​(CronJob cronJob)
        Deprecated.
        Description copied from class: Job
        This method is called before a Job is performed. If you override this method you can check the things that are necessary for the performing of your Job. Default value is true.
        Overrides:
        canPerform in class Job
        Parameters:
        cronJob - the actual CronJob
        Returns:
        true if this Job is performable, false otherwise. de.hybris.platform.servicelayer.cronjob.CronJobService