Class MoveMediaJob

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

    @Deprecated
    public class MoveMediaJob
    extends GeneratedMoveMediaJob
    Deprecated.
    since ages - use MoveMediaJobPerformable instead.
    See Also:
    Serialized Form
    • Constructor Detail

      • MoveMediaJob

        public MoveMediaJob()
        Deprecated.
    • Method Detail

      • isPerformable

        public boolean isPerformable​(CronJob cronJob)
        Deprecated.
        Description copied from class: Job
        Tests whether the given CronJob instance can be performed. Internal the methods canPerform( final CronJob cronJob ) and canPerformInternal( final CronJob cronJob ) are called. Only if both methods returning true, this method also return true Returns true, if this Job can be performed using the specified Cronjob. Otherwise false is returned.
        Overrides:
        isPerformable in class Job
        Parameters:
        cronJob - which should be performed
        Returns:
        true, if this Job can be performed using the specified Cronjob. Otherwise false is returned
      • isAbortable

        public boolean isAbortable​(CronJob conJob)
        Deprecated.
        Description copied from class: Job
        Tells whether this currently executed job is abortable. As default this method returns false. Override to implement abortable jobs.
        Overrides:
        isAbortable in class Job
        Parameters:
        conJob - the current execution of this job.
        Returns:
        true if the cronjob is running and the job supports aborting via GeneratedCronJob.setRequestAbort(boolean)