Class DeleteMappingJob

  • All Implemented Interfaces:
    org.quartz.Job

    public class DeleteMappingJob
    extends java.lang.Object
    implements org.quartz.Job
    This job deletes the old mappings between Saperion and External Storage services. All the mappings that are not in FAILED or PENDING status and are 1 day old are deleted
    • Method Summary

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

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

      • DeleteMappingJob

        public DeleteMappingJob()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext jobExecutionContext)
                     throws org.quartz.JobExecutionException
        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException