public class CreateSchedulerAction extends Object implements org.appng.api.ActionProvider<JobForm>
ActionProvider to update the parameters of a ScheduledJob, such as name, description and execution
time (cron-syntax).| Modifier and Type | Field and Description |
|---|---|
protected org.quartz.Scheduler |
scheduler |
| Constructor and Description |
|---|
CreateSchedulerAction() |
| Modifier and Type | Method and Description |
|---|---|
org.quartz.Scheduler |
getScheduler() |
void |
perform(org.appng.api.model.Site site,
org.appng.api.model.Application application,
org.appng.api.Environment environment,
org.appng.api.Options options,
org.appng.api.Request request,
JobForm valueHolder,
org.appng.api.FieldProcessor fp) |
void |
setScheduler(org.quartz.Scheduler scheduler) |
public void perform(org.appng.api.model.Site site,
org.appng.api.model.Application application,
org.appng.api.Environment environment,
org.appng.api.Options options,
org.appng.api.Request request,
JobForm valueHolder,
org.appng.api.FieldProcessor fp)
perform in interface org.appng.api.ActionProvider<JobForm>public org.quartz.Scheduler getScheduler()
public void setScheduler(org.quartz.Scheduler scheduler)
Copyright © 2019. All rights reserved.