Class CheckReviewStatusJob
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.reference.CheckReviewStatusJob
-
- All Implemented Interfaces:
org.quartz.Job
@DisallowConcurrentExecution public class CheckReviewStatusJob extends java.lang.Object implements org.quartz.Job
Class to define theJob
to check the review status of all existing requests for aPublicReference
.
-
-
Constructor Summary
Constructors Constructor Description CheckReviewStatusJob()
-
Method Summary
Modifier and Type Method Description void
execute(org.quartz.JobExecutionContext context)
-
-
-
Method Detail
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
Call the
ApprovalServiceProvider
of the currentImplementationProvider
and load all open requests for aPublicReference
and check the currentReviewStatus
.- Specified by:
execute
in interfaceorg.quartz.Job
- Throws:
org.quartz.JobExecutionException
-
-