public class ImportJob extends Object implements org.quartz.Job
| Modifier and Type | Field and Description | 
|---|---|
protected static String | 
RESCAN_EXISTING
Constant  
RESCAN_EXISTING="rescanExisting" | 
protected static String | 
URL
Constant  
URL="url" | 
| Constructor and Description | 
|---|
ImportJob()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(org.quartz.JobExecutionContext context) | 
void | 
setProvisioner(Provisioner provisioner)
setProvisioner 
 | 
protected static final String URL
URL="url"protected static final String RESCAN_EXISTING
RESCAN_EXISTING="rescanExisting"public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
execute in interface org.quartz.Joborg.quartz.JobExecutionExceptionpublic void setProvisioner(Provisioner provisioner)
setProvisioner
provisioner - a Provisioner object.Copyright © 2021. All rights reserved.