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()
void
setDescription
(String description) void
void
void
setTenantId
(Long tenantId) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.quartz.Job
execute
-
Method Details
-
getName
-
setName
-
getGroup
-
setGroup
-
getDescription
-
setDescription
-
getTenantId
-
setTenantId
-