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(java.lang.String schedRef)
          Returns the IScheduledJob for the passed in schedule reference from the scheduling system
 IScheduledJob ISubscriptionScheduler.syncSchedule(java.lang.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(java.lang.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(java.lang.String subContentId)
           
 

Uses of SubscriptionSchedulerException in org.pentaho.platform.scheduler
 

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