Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Uses of Class
oracle.as.scheduler.ParameterInfo

Packages that use ParameterInfo
oracle.as.scheduler Enterprise Scheduler API interfaces and classes. 
oracle.as.scheduler.job   

 

Uses of ParameterInfo in oracle.as.scheduler

 

Methods in oracle.as.scheduler that return ParameterInfo
 ParameterInfo ParameterList.get(java.lang.String name)
          Returns the information about the given parameter from this list.
static ParameterInfo JobSetStepProperty.getStepPropInfo(java.lang.String name)
          Returns the detailed information for the step property identified by the given name.
static ParameterInfo SystemProperty.getSysPropInfo(java.lang.String name)
          Returns the information for the system property identified by the given name.

 

Methods in oracle.as.scheduler that return types with arguments of type ParameterInfo
 java.util.Collection<ParameterInfo> ParameterList.getAll()
          Returns a collection view of all the parameters from this list.

 

Methods in oracle.as.scheduler with parameters of type ParameterInfo
 void ParameterList.add(ParameterInfo param)
          Adds a parameter to the list.

 

Constructors in oracle.as.scheduler with parameters of type ParameterInfo
ParameterInfo(ParameterInfo source)
          Constructs a new instance with the same information as the specified object.

 

Uses of ParameterInfo in oracle.as.scheduler.job

 

Methods in oracle.as.scheduler.job that return ParameterInfo
static ParameterInfo BatchDeleteProperty.getParameterInfo(java.lang.String name)
          Returns the ParameterInfo for the batch delete property identified by the given name.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Copyright © 2008, 2012 Oracle. All rights reserved.