Uses of Class
oracle.as.scheduler.ParameterInfo
Packages that use ParameterInfo
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of ParameterInfo in oracle.as.scheduler
Methods in oracle.as.scheduler that return ParameterInfoModifier and TypeMethodDescriptionReturns the information about the given parameter from this list.static ParameterInfo
JobSetStepProperty.getStepPropInfo
(String name) Returns the detailed information for the step property identified by the given name.static ParameterInfo
SystemProperty.getSysPropInfo
(String name) Get the information for the system property identified by the given name.Methods in oracle.as.scheduler that return types with arguments of type ParameterInfoModifier and TypeMethodDescriptionParameterList.getAll()
Returns a collection view of all the parameters from this list.Methods in oracle.as.scheduler with parameters of type ParameterInfoModifier and TypeMethodDescriptionvoid
ParameterList.add
(ParameterInfo param) Adds a parameter to the list.Constructors in oracle.as.scheduler with parameters of type ParameterInfoModifierConstructorDescriptionParameterInfo
(ParameterInfo source) Constructs a new instance with the same information as the specified object.