Class DeleteMappingJob

java.lang.Object
com.saperion.ngc.externalstorage.DeleteMappingJob
All Implemented Interfaces:
org.quartz.Job

public class DeleteMappingJob extends 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
  • Constructor Details

    • DeleteMappingJob

      public DeleteMappingJob()
  • Method Details

    • execute

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