Class CleanBrokenEntitiesJob

  • All Implemented Interfaces:
    org.quartz.Job

    @DisallowConcurrentExecution
    public class CleanBrokenEntitiesJob
    extends java.lang.Object
    implements org.quartz.Job
    Class to define the Job to remove all broken PrimaryDataEntity which where created during a failed upload.
    • Method Summary

      Modifier and Type Method Description
      void execute​(org.quartz.JobExecutionContext context)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CleanBrokenEntitiesJob

        public CleanBrokenEntitiesJob()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext context)
                     throws org.quartz.JobExecutionException

        Call the ServiceProvider of the current ImplementationProvider and remove all broken uploads.

        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException