Package | Description |
---|---|
oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
|
Modifier and Type | Method and Description |
---|---|
ExclusionsDefinition |
ExclusionsDefinition.clone(String newName) |
ExclusionsDefinition[] |
BaseMetadataType.ExclusionsDefinitionType.getArray(int size) |
ExclusionsDefinition |
MetadataService.getExclusionDefinition(MetadataServiceHandle handle,
MetadataObjectId objectId,
boolean forUpdate)
Retrieves a ExclusionsDefinition from the metadata repository.
|
ExclusionsDefinition[] |
MetadataService.getExclusionDefinitions(MetadataServiceHandle handle,
MetadataObjectId[] objectIds,
boolean forUpdate)
Retrieve an array of ExclusionsDefinition from the metadata repository.
|
Modifier and Type | Method and Description |
---|---|
MetadataObjectId |
MetadataService.addExclusionDefinition(MetadataServiceHandle handle,
ExclusionsDefinition exclusion,
String packageName)
Adds a ExclusionsDefinition to the metadata repository.
|
void |
MetadataService.updateExclusionDefinition(MetadataServiceHandle handle,
MetadataObjectId objectId,
ExclusionsDefinition exclusion)
Updates an existing ExclusionsDefinition in the metadata repository.
|