Skip navigation links

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


Package oracle.as.scheduler.substitution

Support for substitution on environment, configuration, execution context, and parameters.

See:
          Description

Interface Summary
SubstitutionHandler Interface for handlers used by classes implementing Substitutor (e.g., SubstitutorImpl).
Substitutor  

 

Class Summary
AppEnvSubstitutionHandler Substitute from application-specific environment/configuration
EssEnvSubstitutionHandler Substitute from the environment.
RequestContextSubstitutionHandler This SubstitutionHandler makes the elements of ReqeustExecutionContext available as substitutions.
RequestParamSubstitutionHandler This SubstitutionHandler makes the elements of RequestParameters available as substitutions.
RequestSubstitutionHandler Aggregate substitution handler for RequestContextSubstitutionHandler and RequestParamSubstitutionHandler.
SubstitutorFactory Factor class for creating a Substitutor
SubstitutorImpl Perform token substitutions on a string using a set of SubstitutionHandlers.

 

Exception Summary
SubstitutionException  

 

Package oracle.as.scheduler.substitution Description

Support for substitution on environment, configuration, execution context, and parameters.

Since:
11R1+

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.