| Package | Description |
|---|---|
| org.pentaho.platform.api.scheduler2 | |
| org.pentaho.platform.scheduler2.quartz | |
| org.pentaho.platform.scheduler2.ws |
| Modifier and Type | Method and Description |
|---|---|
ComplexJobTrigger |
IScheduler.getSubjectAvailabilityWindow(IScheduleSubject subject)
Gets the scheduler availability window to the specified subject
|
| Modifier and Type | Method and Description |
|---|---|
Map<IScheduleSubject,ComplexJobTrigger> |
IScheduler.getAvailabilityWindows()
Gets the scheduler availability window for all subjects for whom a window has been set
|
| Modifier and Type | Method and Description |
|---|---|
void |
IScheduler.setSubjectAvailabilityWindow(IScheduleSubject subject,
ComplexJobTrigger window)
Sets when a particular subject is allowed to schedule jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IScheduler.setAvailabilityWindows(Map<IScheduleSubject,ComplexJobTrigger> windows)
Replaces the scheduler availability map with the provided availability map.
|
| Modifier and Type | Method and Description |
|---|---|
static ComplexJobTrigger |
QuartzScheduler.createComplexTrigger(String cronExpression) |
ComplexJobTrigger |
QuartzScheduler.getSubjectAvailabilityWindow(IScheduleSubject subject)
Gets the scheduler availability window to the specified subject
|
| Modifier and Type | Method and Description |
|---|---|
Map<IScheduleSubject,ComplexJobTrigger> |
QuartzScheduler.getAvailabilityWindows()
Gets the scheduler availability window for all subjects for whom a window has been set
|
| Modifier and Type | Method and Description |
|---|---|
static String |
QuartzCronStringFactory.createCronString(ComplexJobTrigger jobTrigger) |
void |
QuartzScheduler.setSubjectAvailabilityWindow(IScheduleSubject subject,
ComplexJobTrigger availability)
Sets when a particular subject is allowed to schedule jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuartzScheduler.setAvailabilityWindows(Map<IScheduleSubject,ComplexJobTrigger> availability)
Replaces the scheduler availability map with the provided availability map.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ISchedulerService.createComplexJob(String jobName,
Map<String,ParamValue> jobParams,
ComplexJobTrigger trigger) |
String |
DefaultSchedulerService.createComplexJob(String jobName,
Map<String,ParamValue> jobParams,
ComplexJobTrigger trigger) |
void |
ISchedulerService.updateJobToUseComplexTrigger(String jobId,
Map<String,ParamValue> jobParams,
ComplexJobTrigger trigger) |
void |
DefaultSchedulerService.updateJobToUseComplexTrigger(String jobId,
Map<String,ParamValue> jobParams,
ComplexJobTrigger trigger) |