Uses of Class
oracle.as.scheduler.UnsupportedOperationException
Packages that use UnsupportedOperationException
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of UnsupportedOperationException in oracle.as.scheduler
Methods in oracle.as.scheduler that throw UnsupportedOperationExceptionModifier and TypeMethodDescriptionvoid
Recurrence.addDayOfMonth
(RecurrenceFields.DAY_OF_MONTH day) Adds a day of month to this Recurrence objects.void
Recurrence.addDayOfWeek
(RecurrenceFields.DAY_OF_WEEK day) Adds a day of week to this Recurrence objects.void
Recurrence.addMonth
(RecurrenceFields.MONTH_OF_YEAR month) Adds a month to this Recurrence objects.void
Recurrence.addWeekOfMonth
(RecurrenceFields.WEEK_OF_MONTH week) Adds a week of month to this Recurrence objects.void
Recurrence.removeDayOfMonth
(RecurrenceFields.DAY_OF_MONTH day) Removes a day of month from this Recurrence objects.void
Recurrence.removeDayOfWeek
(RecurrenceFields.DAY_OF_WEEK day) Removes a day of week from this Recurrence objects.void
Recurrence.removeMonth
(RecurrenceFields.MONTH_OF_YEAR month) Removes a month from this Recurrence objects.void
Recurrence.removeWeekOfMonth
(RecurrenceFields.WEEK_OF_MONTH week) Removes a week of month from this Recurrence objects.void
Recurrence.setDaysOfMonth
(Collection<RecurrenceFields.DAY_OF_MONTH> days) Sets days of month from this Recurrence objects.void
Exclusion.setExplicitDate
(ExplicitDate date) Sets the explicit date of this Exclusion object.void
Recurrence.setFrequency
(RecurrenceFields.FREQUENCY frequency, int interval) Sets the frequency of this Recurrence object.void
Recurrence.setMonths
(Collection<RecurrenceFields.MONTH_OF_YEAR> months) Sets the list of month of this Recurrence objects.void
Recurrence.setRecurExpression
(String expr) Sets the iCalendar expression of this Recurrence object.void
Exclusion.setRecurrence
(Recurrence recur) Sets the recurrence of this Exclusion object.void
Recurrence.setRecurTime
(RecurrenceFields.TIME_OF_DAY time) Sets the time of this Recurrence objects.