Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Uses of Class
oracle.as.scheduler.Exclusion

Packages that use Exclusion
oracle.as.scheduler 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 Exclusion
 java.util.Collection<Exclusion> ExclusionsDefinition.getExclusions()
          Returns the list of exclusions of this object.

 

Methods in oracle.as.scheduler with parameters of type Exclusion
 void ExclusionsDefinition.addExclusion(Exclusion exclusion)
          Add an exclusion to this object.
 void ExclusionsDefinition.removeExclusion(Exclusion exclusion)
          Method to remove an Exclusion from this ExclusionsDefinition object.

 

Method parameters in oracle.as.scheduler with type arguments of type Exclusion
 void ExclusionsDefinition.setExclusions(java.util.Collection<Exclusion> exclusions)
          Sets the list of exclusions of this object.

 

Constructor parameters in oracle.as.scheduler with type arguments of type Exclusion
ExclusionsDefinition(java.lang.String name, java.lang.String description, java.util.Collection<Exclusion> exclusions)
          Constructs a new instance with the given collection of exclusions.
ExclusionsDefinition(java.lang.String name, java.lang.String description, java.util.Collection<Exclusion> exclusions, MetadataObjectId objectId)
          Constructs a new instance.
ExclusionsDefinition(java.lang.String name, java.lang.String displayNameKey, java.lang.String descriptionKey, java.util.Collection<Exclusion> exclusions, java.lang.String[] resourceBundleIDs)
          Constructs a new instance with the given collection of exclusions.

 


Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.