Uses of Interface
oracle.as.scheduler.substitution.Substitutor
Packages that use Substitutor
Package
Description
Support for substitution on environment, configuration, execution context, and parameters.
-
Uses of Substitutor in oracle.as.scheduler.substitution
Methods in oracle.as.scheduler.substitution that return SubstitutorModifier and TypeMethodDescriptionstatic Substitutor
SubstitutorFactory.getEssEnvSubstitutor()
Create aSubstitutor
using theEssEnvSubstitutionHandler
static Substitutor
SubstitutorFactory.getSubstitutor
(RequestExecutionContext ctxt, RequestParameters params) Create the standardSubstitutor
.static Substitutor
SubstitutorFactory.getSubstitutorWithAltEnv
(RequestExecutionContext ctxt, RequestParameters params, Map<String, String> altAppEnv) Create the standardSubstitutor
.