Package com.saperion.ngc.externalstorage
Class DeleteMappingJob
java.lang.Object
com.saperion.ngc.externalstorage.DeleteMappingJob
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.quartz.JobExecutionContext jobExecutionContext)
-
Constructor Details
-
DeleteMappingJob
public DeleteMappingJob()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException - Specified by:
execute
in interfaceorg.quartz.Job
- Throws:
org.quartz.JobExecutionException
-