Uses of Class
org.pentaho.platform.api.engine.SubscriptionSchedulerException

Packages that use SubscriptionSchedulerException
org.pentaho.platform.api.engine   
org.pentaho.platform.api.repository   
org.pentaho.platform.repository.subscription   
org.pentaho.platform.scheduler   
 

Uses of SubscriptionSchedulerException in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine that throw SubscriptionSchedulerException
 IScheduledJob ISubscriptionScheduler.getScheduledJob(String schedRef)
          Returns the IScheduledJob for the passed in schedule reference from the scheduling system
 IScheduledJob ISubscriptionScheduler.syncSchedule(String oldScheduleReference, ISchedule newSchedule)
          Synchronizes schedules between the subscription repos and the scheduling system
 

Uses of SubscriptionSchedulerException in org.pentaho.platform.api.repository
 

Methods in org.pentaho.platform.api.repository that throw SubscriptionSchedulerException
 boolean ISubscriptionRepository.deleteSubscribeContent(ISubscribeContent subContent)
           
 boolean ISubscriptionRepository.deleteSubscribeContentById(String subContentId)
           
 

Uses of SubscriptionSchedulerException in org.pentaho.platform.repository.subscription
 

Methods in org.pentaho.platform.repository.subscription that throw SubscriptionSchedulerException
static void SubscriptionRepositoryHelper.deleteScheduleContentAndSubscription(ISubscriptionRepository subscriptionRepository, ISchedule schedule)
           
 boolean SubscriptionRepository.deleteSubscribeContent(ISubscribeContent subContent)
           
 boolean SubscriptionRepository.deleteSubscribeContentById(String subContentId)
           
 

Uses of SubscriptionSchedulerException in org.pentaho.platform.scheduler
 

Methods in org.pentaho.platform.scheduler that throw SubscriptionSchedulerException
 IScheduledJob QuartzSubscriptionScheduler.getScheduledJob(String schedRef)
           
 Map<String,IScheduledJob> QuartzSubscriptionScheduler.getScheduledJobMap()
          NOTE: doesn't actually throw any checked exceptions
 IScheduledJob QuartzSubscriptionScheduler.syncSchedule(String oldScheduleReference, ISchedule newSchedule)
          Synchronizes The Scheduler schedule with the subscription schedule.