Uses of Class
oracle.as.scheduler.ExclusionsDefinition
Packages that use ExclusionsDefinition
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of ExclusionsDefinition in oracle.as.scheduler
Methods in oracle.as.scheduler that return ExclusionsDefinitionModifier and TypeMethodDescriptionBaseMetadataType.ExclusionsDefinitionType.getArray
(int size) MetadataService.getExclusionDefinition
(MetadataServiceHandle handle, MetadataObjectId objectId, boolean forUpdate) Retrieves a ExclusionsDefinition from the metadata repository.MetadataService.getExclusionDefinitions
(MetadataServiceHandle handle, MetadataObjectId[] objectIds, boolean forUpdate) Retrieve an array of ExclusionsDefinition from the metadata repository.Methods in oracle.as.scheduler that return types with arguments of type ExclusionsDefinitionModifier and TypeMethodDescriptionExclusionsDefinition.getBaseMetadataType()
MetadataService.getExclusionDefinitionsMap
(MetadataServiceHandle handle, MetadataObjectId[] objectIds, boolean forUpdate) Retrieves a Map of ExclusionsDefinition for MetadataObjectIds from the metadata repository.BaseMetadataType.ExclusionsDefinitionType.getMetadataClass()
oracle.as.scheduler.xml.MetadataXmlizer<ExclusionsDefinition>
BaseMetadataType.ExclusionsDefinitionType.getXmlizer()
MetadataService.queryExclusionDefinitionObjects
(MetadataServiceHandle handle, Filter filter, MetadataService.QueryField orderBy, boolean ascending) Query ExclusionsDefinition that exist in the metadata repository.Methods in oracle.as.scheduler with parameters of type ExclusionsDefinitionModifier and TypeMethodDescriptionMetadataService.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.