Skip navigation links

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


Uses of Class
oracle.as.scheduler.substitution.SubstitutionException

Packages that use SubstitutionException
oracle.as.scheduler.substitution Support for substitution on environment, configuration, execution context, and parameters. 

 

Uses of SubstitutionException in oracle.as.scheduler.substitution

 

Methods in oracle.as.scheduler.substitution that throw SubstitutionException
 boolean AppEnvSubstitutionHandler.containsKey(java.lang.String name)
           
 boolean EssEnvSubstitutionHandler.containsKey(java.lang.String name)
           
 boolean SubstitutionHandler.containsKey(java.lang.String name)
          Reports whether the handler can return a value to substitute for name.
 java.lang.String AppEnvSubstitutionHandler.get(java.lang.String name)
           
 java.lang.String EssEnvSubstitutionHandler.get(java.lang.String name)
           
 java.lang.String SubstitutionHandler.get(java.lang.String name)
          Returns the value which will be used to replace the token.
protected  SubstitutionHandler SubstitutorImpl.getMatchingHandler(java.lang.String subId, java.lang.String name)
          Find the first handler in the list that matches on substitution ID and name.
static Substitutor SubstitutorFactory.getSubstitutor(RequestExecutionContext ctxt, RequestParameters params)
          Create the standard Substitutor.
static Substitutor SubstitutorFactory.getSubstitutorWithAltEnv(RequestExecutionContext ctxt, RequestParameters params, java.util.Map<java.lang.String,java.lang.String> altAppEnv)
          Create the standard Substitutor.
 java.lang.String Substitutor.substitute(java.lang.String original)
          Recursively replaces all tokens in the string original with the results from matching handlers.
 java.lang.String SubstitutorImpl.substitute(java.lang.String original)
          Recursively replaces all tokens in the string original with the results from matching handlers.
protected  java.lang.String SubstitutorImpl.substituteTokens(java.lang.String valueTokens, java.util.List<java.lang.String> tokenHistory)
          Takes a string with tokens and returns the values; called recursively

 


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.