Class AutomationJob

java.lang.Object
com.logicaldoc.core.job.AbstractJob
com.logicaldoc.enterprise.automation.AutomationJob
All Implemented Interfaces:
org.quartz.Job

public class AutomationJob extends com.logicaldoc.core.job.AbstractJob
A job to handle the time-driven automation triggers
Since:
8.7.5
Author:
Marco Meschieri - LogicalDOC
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The group under which the Job will be scheduled
    static final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    AutomationJob(long triggerId, String label, long tenantId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.quartz.JobExecutionContext executionContext)
     

    Methods inherited from class com.logicaldoc.core.job.AbstractJob

    getDescription, getGroup, getName, getTenantId, setDescription, setGroup, setName, setTenantId

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • AutomationJob

      public AutomationJob()
    • AutomationJob

      public AutomationJob(long triggerId, String label, long tenantId)
  • Method Details

    • execute

      public void execute(org.quartz.JobExecutionContext executionContext) throws org.quartz.JobExecutionException
      Throws:
      org.quartz.JobExecutionException