Class CheckReviewStatusJob

  • All Implemented Interfaces:
    org.quartz.Job

    @DisallowConcurrentExecution
    public class CheckReviewStatusJob
    extends java.lang.Object
    implements org.quartz.Job
    Class to define the Job to check the review status of all existing requests for a PublicReference.
    • Method Summary

      Modifier and Type Method Description
      void execute​(org.quartz.JobExecutionContext context)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CheckReviewStatusJob

        public CheckReviewStatusJob()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext context)
                     throws org.quartz.JobExecutionException

        Call the ApprovalServiceProvider of the current ImplementationProvider and load all open requests for a PublicReference and check the current ReviewStatus.

        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException