Uses of Interface
org.pentaho.platform.api.scheduler2.IJobTrigger
-
Packages that use IJobTrigger Package Description org.pentaho.platform.api.scheduler2 -
-
Uses of IJobTrigger in org.pentaho.platform.api.scheduler2
Subinterfaces of IJobTrigger in org.pentaho.platform.api.scheduler2 Modifier and Type Interface Description interfaceIComplexJobTriggerinterfaceICronJobTriggerinterfaceISimpleJobTriggerA simple way of specifying a schedule on which a job will fire as opposed toIComplexJobTrigger.Methods in org.pentaho.platform.api.scheduler2 that return IJobTrigger Modifier and Type Method Description IJobTriggerIJob. getJobTrigger()Methods in org.pentaho.platform.api.scheduler2 with parameters of type IJobTrigger Modifier and Type Method Description IJobIScheduler. createJob(String jobName, Class<? extends IAction> action, Map<String,Serializable> jobParams, IJobTrigger trigger)Schedules a job to be run at one or more times in the future.IJobIScheduler. createJob(String jobName, Class<? extends IAction> action, Map<String,Serializable> jobParams, IJobTrigger trigger, IBackgroundExecutionStreamProvider outputStreamProvider)Schedules a job to be run at one or more times in the future.IJobIScheduler. createJob(String jobName, String actionId, Map<String,Serializable> jobParams, IJobTrigger trigger)Schedules a job to be run at one or more times in the future.IJobIScheduler. createJob(String jobName, String actionId, Map<String,Serializable> jobParams, IJobTrigger trigger, IBackgroundExecutionStreamProvider outputStreamProvider)Schedules a job to be run at one or more times in the future.booleanIBlockoutManager. isPartiallyBlocked(IJobTrigger scheduleJobTrigger)voidIScheduler. updateJob(String jobId, Map<String,Serializable> jobParams, IJobTrigger trigger)Updates both the parameters and trigger to be used to execute an existing scheduled action.booleanIBlockoutManager. willFire(IJobTrigger scheduleJobTrigger)
-