Package com.saperion.ngc.sharebase
Class SharebaseFetchJob
java.lang.Object
com.saperion.ngc.sharebase.SharebaseFetchJob
- All Implemented Interfaces:
org.quartz.Job
This job fetches folder ids from Sharebase and archives documents present in those folders to Saperion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.quartz.JobExecutionContext jobExecutionContext)
-
Constructor Details
-
SharebaseFetchJob
public SharebaseFetchJob()
-
-
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
-