Package com.logicaldoc.core.job
Class AbstractJob
java.lang.Object
com.logicaldoc.core.job.AbstractJob
- All Implemented Interfaces:
org.quartz.Job
This represents a unit of work to be scheduled in Quartz
- Since:
- 8.7.4
- Author:
- Marco Meschieri - LogicalDOC
-
Method Summary
Modifier and TypeMethodDescriptiongetGroup()getName()voidsetDescription(String description) voidvoidvoidsetTenantId(Long tenantId) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.quartz.Job
execute
-
Method Details
-
getName
-
setName
-
getGroup
-
setGroup
-
getDescription
-
setDescription
-
getTenantId
-
setTenantId
-