Uses of Class
oracle.as.scheduler.Schedule
Packages that use Schedule
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of Schedule in oracle.as.scheduler
Methods in oracle.as.scheduler that return ScheduleModifier and TypeMethodDescriptionSchedule[]
BaseMetadataType.ScheduleType.getArray
(int size) RequestDetail.getSchedule()
The schedule instance associated with this request.MetadataService.getScheduleDefinition
(MetadataServiceHandle handle, MetadataObjectId objectId, boolean forUpdate) Retrieves a Schedule from the metadata repository.Schedule[]
MetadataService.getScheduleDefinitions
(MetadataServiceHandle handle, MetadataObjectId[] objectIds, boolean forUpdate) Retrieves an array of Schedules from the metadata repository.Methods in oracle.as.scheduler that return types with arguments of type ScheduleModifier and TypeMethodDescriptionSchedule.getBaseMetadataType()
BaseMetadataType.ScheduleType.getMetadataClass()
MetadataService.getScheduleDefinitionsMap
(MetadataServiceHandle handle, MetadataObjectId[] objectIds, boolean forUpdate) Retrieves map of Schedules for MetadataObjectIds from the metadata repository.oracle.as.scheduler.xml.MetadataXmlizer<Schedule>
BaseMetadataType.ScheduleType.getXmlizer()
MetadataService.queryScheduleObjects
(MetadataServiceHandle handle, Filter filter, MetadataService.QueryField orderBy, boolean ascending) Query Schedules that exist in the metadata repository.Methods in oracle.as.scheduler with parameters of type ScheduleModifier and TypeMethodDescriptionMetadataService.addScheduleDefinition
(MetadataServiceHandle handle, Schedule schedule, String packageName) Adds a Schedule to the metadata repository.void
RuntimeService.replaceSchedule
(RuntimeServiceHandle handle, long requestId, MetadataObjectId scheduleId, Schedule schedule, Calendar start, Calendar end) Replace the current schedule for a request that has already been submitted with a schedule.void
RuntimeService.replaceSchedule
(RuntimeServiceHandle handle, long requestId, Schedule schedule) Replace the current schedule for a request that has already been submitted.long
RuntimeService.submitRequest
(RuntimeServiceHandle handle, String description, JobType.ExecutionType type, Schedule schedule, oracle.as.scheduler.Trigger trigger, Calendar start, Calendar end, RequestParameters parameters) Adhoc job request submission using specified Schedule.long
RuntimeService.submitRequest
(RuntimeServiceHandle handle, String description, MetadataObjectId definition, Schedule schedule, oracle.as.scheduler.Trigger trigger, Calendar start, Calendar end, RequestParameters parameters) Adhoc job request submission using job definition from metadata.void
MetadataService.updateScheduleDefinition
(MetadataServiceHandle handle, MetadataObjectId objectId, Schedule schedule) Updates an existing Schedule definition in the metadata repository.