Uses of Class
oracle.as.scheduler.Exclusion
Packages that use Exclusion
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of Exclusion in oracle.as.scheduler
Methods in oracle.as.scheduler that return types with arguments of type ExclusionModifier and TypeMethodDescriptionExclusionsDefinition.getExclusions()
Gets the list of exclusions of this object.Methods in oracle.as.scheduler with parameters of type ExclusionModifier and TypeMethodDescriptionvoid
ExclusionsDefinition.addExclusion
(Exclusion exclusion) Add an exclusion to this object.void
ExclusionsDefinition.removeExclusion
(Exclusion exclusion) Removes an Exclusion from this ExclusionsDefinition object.Method parameters in oracle.as.scheduler with type arguments of type ExclusionModifier and TypeMethodDescriptionvoid
ExclusionsDefinition.setExclusions
(Collection<Exclusion> exclusions) Sets the list of exclusions of this object.Constructor parameters in oracle.as.scheduler with type arguments of type ExclusionModifierConstructorDescriptionExclusionsDefinition
(String name, String displayNameKey, String descriptionKey, Collection<Exclusion> exclusions, String[] resourceBundleIDs) Constructs a new instance with the given collection of exclusions.ExclusionsDefinition
(String name, String description, Collection<Exclusion> exclusions) Constructs a new instance with the given collection of exclusions.