Class AutomationJob
- java.lang.Object
-
- com.logicaldoc.core.job.Job
-
- com.logicaldoc.enterprise.automation.AutomationJob
-
- All Implemented Interfaces:
org.quartz.Job
public class AutomationJob extends com.logicaldoc.core.job.Job
A job to handle the time-drivern automation triggers- Since:
- 8.7.5
- Author:
- Marco Meschieri - LogicalDOC
-
-
Field Summary
Fields Modifier and Type Field Description static String
GROUP
The group under which the Job will be scheduledstatic String
NAME_PREFIX
static String
TRIGGER_ID
-
Constructor Summary
Constructors Constructor Description AutomationJob()
AutomationJob(long triggerId, String label, long tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.quartz.JobExecutionContext executionContext)
-
-
-
Field Detail
-
TRIGGER_ID
public static final String TRIGGER_ID
- See Also:
- Constant Field Values
-
NAME_PREFIX
public static final String NAME_PREFIX
- See Also:
- Constant Field Values
-
GROUP
public static final String GROUP
The group under which the Job will be scheduled- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AutomationJob
public AutomationJob()
-
AutomationJob
public AutomationJob(long triggerId, String label, long tenantId)
-
-