Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Uses of Class
oracle.as.scheduler.UnsupportedOperationException

Packages that use UnsupportedOperationException
oracle.as.scheduler Enterprise Scheduler API interfaces and classes. 

 

Uses of UnsupportedOperationException in oracle.as.scheduler

 

Methods in oracle.as.scheduler that throw UnsupportedOperationException
 void Recurrence.addDayOfMonth(RecurrenceFields.DAY_OF_MONTH day)
          Method to add a day of month to this Recurrence objects.
 void Recurrence.addDayOfWeek(RecurrenceFields.DAY_OF_WEEK day)
          Method to add a day of week to this Recurrence objects.
 void Recurrence.addMonth(RecurrenceFields.MONTH_OF_YEAR month)
          Method to add a month to this Recurrence objects.
 void Recurrence.addWeekOfMonth(RecurrenceFields.WEEK_OF_MONTH week)
          Method to add a week of month to this Recurrence objects.
 void Recurrence.removeDayOfMonth(RecurrenceFields.DAY_OF_MONTH day)
          Method to remove a day of month from this Recurrence objects.
 void Recurrence.removeDayOfWeek(RecurrenceFields.DAY_OF_WEEK day)
          Method to remove a day of week from this Recurrence objects.
 void Recurrence.removeMonth(RecurrenceFields.MONTH_OF_YEAR month)
          Method to remove a month from this Recurrence objects.
 void Recurrence.removeWeekOfMonth(RecurrenceFields.WEEK_OF_MONTH week)
          Method to remove a week of month from this Recurrence objects.
 void Recurrence.setDaysOfMonth(java.util.Collection<RecurrenceFields.DAY_OF_MONTH> days)
          Method to set days of month from this Recurrence objects.
 void Exclusion.setExplicitDate(ExplicitDate date)
          Sets the explicit date of this Exlusions object.
 void Recurrence.setFrequency(RecurrenceFields.FREQUENCY frequency, int interval)
          Sets the frequency of this Recurrence object.
 void Recurrence.setMonths(java.util.Collection<RecurrenceFields.MONTH_OF_YEAR> months)
          Method to set the list of month of this Recurrence objects.
 void Recurrence.setRecurExpression(java.lang.String expr)
          Sets the iCalendar expression of this Recurrence object.
 void Exclusion.setRecurrence(Recurrence recur)
          Sets the recurrence of this Exlusion object.
 void Recurrence.setRecurTime(RecurrenceFields.TIME_OF_DAY time)
          Method to set the time of this Recurrence objects.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Copyright © 2008, 2012 Oracle. All rights reserved.