Uses of Class
oracle.as.scheduler.AlreadyExistsException
Packages that use AlreadyExistsException
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of AlreadyExistsException in oracle.as.scheduler
Methods in oracle.as.scheduler that throw AlreadyExistsExceptionModifier and TypeMethodDescriptionMetadataService.addExclusionDefinition
(MetadataServiceHandle handle, ExclusionsDefinition exclusion, String packageName) Adds a ExclusionsDefinition to the metadata repository.MetadataService.addIncompatibility
(MetadataServiceHandle handle, Incompatibility incompatibility, String packageName) Adds an Incompatibility in the metadata repository.MetadataService.addJobDefinition
(MetadataServiceHandle handle, JobDefinition jobDefn, String packageName) Adds a JobDefinition to the metadata repository.MetadataService.addJobSet
(MetadataServiceHandle handle, JobSet jobset, String packageName) Adds a JobSet to the metadata repository.MetadataService.addJobType
(MetadataServiceHandle handle, JobType jobType, String packageName) Adds a JobType in the metadata repository.MetadataService.addScheduleDefinition
(MetadataServiceHandle handle, Schedule schedule, String packageName) Adds a Schedule to the metadata repository.MetadataService.copyExclusionDefinition
(MetadataServiceHandle handle, MetadataObjectId objectId, String packageName, String newName) Copies a ExclusionDefinition to create another with the given name.MetadataService.copyIncompatibility
(MetadataServiceHandle handle, MetadataObjectId objectId, String packageName, String newName) Copies an Incompatibility to create another with the given name.MetadataService.copyJobDefinition
(MetadataServiceHandle handle, MetadataObjectId objectId, String packageName, String newName) Copies a JobDefinition to create another with the given name.MetadataService.copyJobSet
(MetadataServiceHandle handle, MetadataObjectId objectId, String packageName, String newName) Copies a JobSet to create another with the given name.MetadataService.copyJobType
(MetadataServiceHandle handle, MetadataObjectId objectId, String packageName, String newName) Copies a JobType to create another with the given name.MetadataService.copyScheduleDefinition
(MetadataServiceHandle handle, MetadataObjectId objectId, String packageName, String newName) Copies a Schedule to create another with the given name.