Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01


Uses of Interface
oracle.as.scheduler.substitution.SubstitutionHandler

Packages that use SubstitutionHandler
oracle.as.scheduler.substitution   
 

Uses of SubstitutionHandler in oracle.as.scheduler.substitution
 

Subinterfaces of SubstitutionHandler in oracle.as.scheduler.substitution
 interface ReqParamCtxtSubstitutionHandler
          Interface for handlers used by ReqParamCtxtSubstitutor.
 

Classes in oracle.as.scheduler.substitution that implement SubstitutionHandler
 class RequestContextSubstitutionHandler
          This SubstitutionHandler makes the elements of ReqeustExecutionContext available as substitutions.
 class RequestParamSubstitutionHandler
          This SubstitutionHandler makes the elements of RequestParameters available as substitutions.
 

Methods in oracle.as.scheduler.substitution that return SubstitutionHandler
protected  SubstitutionHandler AbstractSubstitutor.getMatchingHandler(java.lang.String subId, java.lang.String name)
          Find the first handler in the list that matches on substitution ID and name.
 

Methods in oracle.as.scheduler.substitution that return types with arguments of type SubstitutionHandler
protected  java.util.List<SubstitutionHandler> AbstractSubstitutor.stringToHandlers(java.lang.String subsHandlerNames)
          Parse the subsHandlerNamesstring, instantiate the named SubstitutionHandler classes, and return them in a list.
 

Methods in oracle.as.scheduler.substitution with parameters of type SubstitutionHandler
protected  boolean AbstractSubstitutor.initializeHandler(SubstitutionHandler handler)
          Implementations of AbstractSubstitutor may override this method to perform implementation specific initialization for each handler instance.
protected  boolean ReqParamCtxtSubstitutor.initializeHandler(SubstitutionHandler handlerSH)
           
 

Method parameters in oracle.as.scheduler.substitution with type arguments of type SubstitutionHandler
 void AbstractSubstitutor.setSubstitutionHandlers(java.util.List<SubstitutionHandler> handlers)
          Set the list of SubstitutionHandlers to use.
 void ReqParamCtxtSubstitutor.setSubstitutionHandlers(java.util.List<SubstitutionHandler> subsHandlers)
           
 void Substitutor.setSubstitutionHandlers(java.util.List<SubstitutionHandler> subsHandlers)
          Set the list of SubstitutionHandlers to use for substitution.
 


Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01


Copyright © 2008, 2011 Oracle. All rights reserved.