Package com.saperion.ngc.externalstorage
Class DeleteMappingJob
- java.lang.Object
-
- com.saperion.ngc.externalstorage.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
-
-
Constructor Summary
Constructors Constructor Description DeleteMappingJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.quartz.JobExecutionContext jobExecutionContext)
-