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