A B C D E F G H I J K L M N O P Q R S T U V W Y 

S

SATURDAY - Static variable in class org.pentaho.platform.api.scheduler2.ComplexJobTrigger
 
schedulableClass - Variable in class org.pentaho.platform.scheduler2.ws.JobAdapter.JaxbSafeJob
 
SCHEDULED_FIRE_TIME - Static variable in interface org.pentaho.platform.api.scheduler2.IBlockoutManager
 
SCHEDULER_ACTION_NAME - Static variable in class org.pentaho.platform.scheduler2.quartz.SchedulerOutputPathResolver
 
SchedulerException - Exception in org.pentaho.platform.api.scheduler2
 
SchedulerException(String) - Constructor for exception org.pentaho.platform.api.scheduler2.SchedulerException
 
SchedulerException(Throwable) - Constructor for exception org.pentaho.platform.api.scheduler2.SchedulerException
 
SchedulerException(String, Throwable) - Constructor for exception org.pentaho.platform.api.scheduler2.SchedulerException
 
SchedulerOutputPathResolver - Class in org.pentaho.platform.scheduler2.quartz
 
SchedulerOutputPathResolver(String, String) - Constructor for class org.pentaho.platform.scheduler2.quartz.SchedulerOutputPathResolver
 
SecondWrapper - Class in org.pentaho.platform.api.scheduler2.wrappers
 
SecondWrapper() - Constructor for class org.pentaho.platform.api.scheduler2.wrappers.SecondWrapper
 
send() - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
SEPTEMBER - Static variable in class org.pentaho.platform.api.scheduler2.ComplexJobTrigger
 
SequentialRecurrence - Class in org.pentaho.platform.scheduler2.recur
Used to specify a sequence of dates or times from first value through and including the last value.
SequentialRecurrence() - Constructor for class org.pentaho.platform.scheduler2.recur.SequentialRecurrence
Creates a new sequence with a null first and last value
SequentialRecurrence(Integer, Integer) - Constructor for class org.pentaho.platform.scheduler2.recur.SequentialRecurrence
Creates a new sequence.
setAttachment(InputStream) - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
setAttachmentMimeType(String) - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
setAttachmentName(String) - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
setAuthenticator(Authenticator) - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
setAvailabilityWindows(Map<IScheduleSubject, ComplexJobTrigger>) - Method in interface org.pentaho.platform.api.scheduler2.IScheduler
Replaces the scheduler availability map with the provided availability map.
setAvailabilityWindows(Map<IScheduleSubject, ComplexJobTrigger>) - Method in class org.pentaho.platform.scheduler2.quartz.QuartzScheduler
Replaces the scheduler availability map with the provided availability map.
setBcc(String) - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
setBody(String) - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
setCc(String) - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
setCronString(String) - Method in class org.pentaho.platform.api.scheduler2.CronJobTrigger
 
setCronString(String) - Method in interface org.pentaho.platform.api.scheduler2.IJobTrigger
Sets the cron String used by the quartz scheduler
setCronString(String) - Method in class org.pentaho.platform.api.scheduler2.JobTrigger
 
setDayOfMonthRecurrence(ITimeRecurrence) - Method in class org.pentaho.platform.api.scheduler2.ComplexJobTrigger
Overrides any previously applied day of month recurrences with the provided recurrence.
setDayOfMonthRecurrence(Integer...) - Method in class org.pentaho.platform.api.scheduler2.ComplexJobTrigger
Overrides any previously applied day of month recurrences with the provided recurrence.
setDayOfWeek(QualifiedDayOfWeek.DayOfWeek) - Method in class org.pentaho.platform.scheduler2.recur.QualifiedDayOfWeek
 
setDayOfWeekRecurrence(ITimeRecurrence) - Method in class org.pentaho.platform.api.scheduler2.ComplexJobTrigger
Overrides any previously applied day of week recurrences with the provided recurrence.
setDayOfWeekRecurrence(Integer...) - Method in class org.pentaho.platform.api.scheduler2.ComplexJobTrigger
Overrides any previously applied day of week recurrences with the provided recurrence (1=Sunday, 7=Saturday).
setDefaultActionId(String) - Method in class org.pentaho.platform.scheduler2.ws.DefaultSchedulerService
 
setDisableVersionCheck(boolean) - Method in class org.pentaho.platform.scheduler2.versionchecker.EmbeddedVersionCheckSystemListener
 
setDuration(long) - Method in interface org.pentaho.platform.api.scheduler2.IJobTrigger
 
setDuration(long) - Method in class org.pentaho.platform.api.scheduler2.JobTrigger
 
setEndTime(Date) - Method in interface org.pentaho.platform.api.scheduler2.IJobTrigger
Sets the trigger end time.
setEndTime(Date) - Method in class org.pentaho.platform.api.scheduler2.JobTrigger
 
setFirstValue(Integer) - Method in class org.pentaho.platform.scheduler2.recur.SequentialRecurrence
Sets the first value in the sequence.
setFrom(String) - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
setFromName(String) - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
setGroupName(String) - Method in class org.pentaho.platform.api.scheduler2.Job
Sets the group name of this job
setHourlyRecurrence(ITimeRecurrence) - Method in class org.pentaho.platform.api.scheduler2.ComplexJobTrigger
Overrides any previously applied hourly recurrences with the provided recurrence.
setHourlyRecurrence(Integer...) - Method in class org.pentaho.platform.api.scheduler2.ComplexJobTrigger
Overrides any previously applied hourly recurrences with the provided recurrence.
setIncrement(Integer) - Method in class org.pentaho.platform.scheduler2.recur.IncrementalRecurrence
Sets the increment
setJobId(String) - Method in class org.pentaho.platform.api.scheduler2.Job
Sets the id that uniquely defines this job.
setJobName(String) - Method in class org.pentaho.platform.api.scheduler2.Job
Sets the user defined name of this job.
setJobParams(Map<String, Serializable>) - Method in class org.pentaho.platform.api.scheduler2.Job
Sets the parameters that will be passed to the scheduled IAction when the job executes.
setJobTrigger(JobTrigger) - Method in class org.pentaho.platform.api.scheduler2.Job
Sets the trigger used to determine when this job runs.
setLastRun(Date) - Method in class org.pentaho.platform.api.scheduler2.Job
Sets the last time the job executed.
setLastValue(Integer) - Method in class org.pentaho.platform.scheduler2.recur.SequentialRecurrence
Sets the last value in the sequence.
setListeners(Collection<ISchedulerListener>) - Method in class org.pentaho.platform.scheduler2.quartz.QuartzScheduler
 
setListValue(ListParamValue) - Method in class org.pentaho.platform.scheduler2.ws.JaxBSafeMap.JaxBSafeEntry
 
setMapValue(MapParamValue) - Method in class org.pentaho.platform.scheduler2.ws.JaxBSafeMap.JaxBSafeEntry
 
setMinScheduleInterval(IScheduleSubject, int) - Method in interface org.pentaho.platform.api.scheduler2.IScheduler
Sets the minimum time that must elapse between runs of any jobs.
setMinScheduleInterval(IScheduleSubject, int) - Method in class org.pentaho.platform.scheduler2.quartz.QuartzScheduler
Sets the minimum time that must elapse between runs of any jobs.
setMinuteRecurrence(ITimeRecurrence) - Method in class org.pentaho.platform.api.scheduler2.ComplexJobTrigger
Overrides any previously applied minute recurrences with the provided recurrence.
setMinuteRecurrence(Integer...) - Method in class org.pentaho.platform.api.scheduler2.ComplexJobTrigger
Overrides any previously applied minute recurrences with the provided recurrence.
setMonthlyRecurrence(ITimeRecurrence) - Method in class org.pentaho.platform.api.scheduler2.ComplexJobTrigger
Overrides any previously applied monthly recurrences with the provided recurrence.
setMonthlyRecurrence(Integer...) - Method in class org.pentaho.platform.api.scheduler2.ComplexJobTrigger
Overrides any previously applied monthly recurrences with the provided recurrence (1=January, 12=December).
setNextRun(Date) - Method in class org.pentaho.platform.api.scheduler2.Job
Sets the next time the job will execute
setOutputFilePath(String) - Method in interface org.pentaho.platform.api.scheduler2.IBackgroundExecutionStreamProvider
 
setQualifier(QualifiedDayOfWeek.DayOfWeekQualifier) - Method in class org.pentaho.platform.scheduler2.recur.QualifiedDayOfWeek
 
setQuartzProperties(Properties) - Method in class org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener
 
setQuartzPropertiesFile(String) - Method in class org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener
 
setQuartzSchedulerFactory(SchedulerFactory) - Method in class org.pentaho.platform.scheduler2.quartz.QuartzScheduler
Overrides the default Quartz SchedulerFactory.
setQuitWait(boolean) - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
setRepeatCount(int) - Method in class org.pentaho.platform.api.scheduler2.SimpleJobTrigger
 
setRepeatInterval(long) - Method in class org.pentaho.platform.api.scheduler2.SimpleJobTrigger
 
setRepeatIntervalSeconds(int) - Method in class org.pentaho.platform.scheduler2.versionchecker.EmbeddedVersionCheckSystemListener
 
setRequestedReleases(String) - Method in class org.pentaho.platform.scheduler2.versionchecker.EmbeddedVersionCheckSystemListener
 
setSchedulableClass(String) - Method in class org.pentaho.platform.api.scheduler2.Job
Sets the name of the IAction class that will run when the job is executed.
setSecondRecurrence(ITimeRecurrence) - Method in class org.pentaho.platform.api.scheduler2.ComplexJobTrigger
Overrides any previously applied second recurrences with the provided recurrence.
setSecondRecurrence(Integer...) - Method in class org.pentaho.platform.api.scheduler2.ComplexJobTrigger
Overrides any previously applied second recurrences with the provided recurrence.
setSmtpHost(String) - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
setSmtpPort(int) - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
setStartingValue(Integer) - Method in class org.pentaho.platform.scheduler2.recur.IncrementalRecurrence
Sets the starting value
setStartTime(Date) - Method in interface org.pentaho.platform.api.scheduler2.IJobTrigger
Sets the trigger start time.
setStartTime(Date) - Method in class org.pentaho.platform.api.scheduler2.JobTrigger
 
setStartTLS(boolean) - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
setState(Job.JobState) - Method in class org.pentaho.platform.api.scheduler2.Job
Sets the current state of this job
setStreamingAction(IStreamingAction) - Method in interface org.pentaho.platform.api.scheduler2.IBackgroundExecutionStreamProvider
 
setStringValue(StringParamValue) - Method in class org.pentaho.platform.scheduler2.ws.JaxBSafeMap.JaxBSafeEntry
 
setStringValue(String) - Method in class org.pentaho.platform.scheduler2.ws.StringParamValue
 
setSubject(String) - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
setSubjectAvailabilityWindow(IScheduleSubject, ComplexJobTrigger) - Method in interface org.pentaho.platform.api.scheduler2.IScheduler
Sets when a particular subject is allowed to schedule jobs.
setSubjectAvailabilityWindow(IScheduleSubject, ComplexJobTrigger) - Method in class org.pentaho.platform.scheduler2.quartz.QuartzScheduler
Sets when a particular subject is allowed to schedule jobs.
setTo(String) - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
setTransportProtocol(String) - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
setUiPassParam(String) - Method in interface org.pentaho.platform.api.scheduler2.IJobTrigger
The value of this field comes from the UI and is persisted in quartz but not used by quartz or the server.
setUiPassParam(String) - Method in class org.pentaho.platform.api.scheduler2.JobTrigger
 
setup() - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
setUseAuthentication(boolean) - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
setUseNewDatasourceService(boolean) - Method in class org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener
 
setUserName(String) - Method in class org.pentaho.platform.api.scheduler2.Job
Sets the name of the user that has scheduled this job
setUseSSL(boolean) - Method in class org.pentaho.platform.scheduler2.email.Emailer
 
setValues(List<Integer>) - Method in class org.pentaho.platform.scheduler2.recur.RecurrenceList
 
setVarArgs(Map<String, Object>) - Method in class org.pentaho.platform.scheduler2.blockout.BlockoutAction
 
setVersionRequestFlags(int) - Method in class org.pentaho.platform.scheduler2.versionchecker.VersionCheckerAction
 
setYearlyRecurrence(ITimeRecurrence) - Method in class org.pentaho.platform.api.scheduler2.ComplexJobTrigger
Overrides any previously applied yearly recurrences with the provided recurrence.
setYearlyRecurrence(Integer...) - Method in class org.pentaho.platform.api.scheduler2.ComplexJobTrigger
Overrides any previously applied yearly recurrences with the provided recurrence.
shouldFireNow() - Method in interface org.pentaho.platform.api.scheduler2.IBlockoutManager
 
shouldFireNow(List<IJobTrigger>, IScheduler) - Static method in class org.pentaho.platform.scheduler2.blockout.BlockoutManagerUtil
 
shouldFireNow() - Method in class org.pentaho.platform.scheduler2.blockout.PentahoBlockoutManager
 
shutdown() - Method in interface org.pentaho.platform.api.scheduler2.IScheduler
Shuts the scheduler down so it will process no more jobs.
shutdown() - Method in class org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener
 
shutdown() - Method in class org.pentaho.platform.scheduler2.quartz.QuartzScheduler
Shuts the scheduler down so it will process no more jobs.
shutdown() - Method in class org.pentaho.platform.scheduler2.versionchecker.EmbeddedVersionCheckSystemListener
 
SimpleJobTrigger - Class in org.pentaho.platform.api.scheduler2
A simple way of specifying a schedule on which a job will fire as opposed to ComplexJobTrigger.
SimpleJobTrigger(Date, Date, int, long) - Constructor for class org.pentaho.platform.api.scheduler2.SimpleJobTrigger
 
SimpleJobTrigger() - Constructor for class org.pentaho.platform.api.scheduler2.SimpleJobTrigger
 
size() - Method in class org.pentaho.platform.api.scheduler2.wrappers.ITimeWrapper
 
StandaloneQuartzSystemListener - Class in org.pentaho.platform.scheduler2.quartz
This Subclasses of the embeddedQuartzSystemListener is to prevent the check for database creation and calling of the creation script, which we only want to happen with people running the H2 embedded database.
StandaloneQuartzSystemListener() - Constructor for class org.pentaho.platform.scheduler2.quartz.StandaloneQuartzSystemListener
 
start() - Method in interface org.pentaho.platform.api.scheduler2.IScheduler
Allows the scheduler to process scheduled jobs.
start() - Method in class org.pentaho.platform.scheduler2.quartz.QuartzScheduler
Allows the scheduler to process scheduled jobs.
start() - Method in class org.pentaho.platform.scheduler2.ws.DefaultSchedulerService
start() - Method in interface org.pentaho.platform.scheduler2.ws.ISchedulerService
 
startup(IPentahoSession) - Method in class org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener
 
startup(IPentahoSession) - Method in class org.pentaho.platform.scheduler2.versionchecker.EmbeddedVersionCheckSystemListener
 
state - Variable in class org.pentaho.platform.scheduler2.ws.JobAdapter.JaxbSafeJob
 
StringParamValue - Class in org.pentaho.platform.scheduler2.ws
 
StringParamValue() - Constructor for class org.pentaho.platform.scheduler2.ws.StringParamValue
 
StringParamValue(String) - Constructor for class org.pentaho.platform.scheduler2.ws.StringParamValue
 
SUNDAY - Static variable in class org.pentaho.platform.api.scheduler2.ComplexJobTrigger
 
A B C D E F G H I J K L M N O P Q R S T U V W Y