Package | Description |
---|---|
oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including RuntimeService and MetadataService.
|
Modifier and Type | Method and Description |
---|---|
JobDefinition |
JobDefinition.clone(String newName) |
JobDefinition[] |
BaseMetadataType.JobDefinitionType.getArray(int size) |
JobDefinition |
MetadataService.getJobDefinition(MetadataServiceHandle handle, MetadataObjectId objectId, boolean forUpdate)
Retrieves a JobDefinition from the metadata repository.
|
JobDefinition[] |
MetadataService.getJobDefinitions(MetadataServiceHandle handle, MetadataObjectId[] objectIds, boolean forUpdate)
Retrieves an array of JobDefinitions from the metadata repository.
|
Modifier and Type | Method and Description |
---|---|
MetadataObjectId |
MetadataService.addJobDefinition(MetadataServiceHandle handle, JobDefinition jobDefn, String packageName)
Adds a JobDefinition to the metadata repository.
|
void |
MetadataService.customizeJobDefinition(MetadataServiceHandle handle, JobDefinition jobDefinition, MetadataService.CustomizableProperty property, Serializable newValue)
Customize a property for JobDefinition metadata.
|
void |
MetadataService.updateJobDefinition(MetadataServiceHandle handle, MetadataObjectId objectId, JobDefinition jobDefn)
Updates an existing JobDefinition definition in the metadata repository.
|