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 SummaryModifier and TypeMethodDescriptiongetGroup()getName()voidsetDescription(String description) voidvoidvoidsetTenantId(Long tenantId) Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.quartz.Jobexecute
- 
Method Details- 
getName
- 
setName
- 
getGroup
- 
setGroup
- 
getDescription
- 
setDescription
- 
getTenantId
- 
setTenantId
 
-