Uses of Class
oracle.as.scheduler.ParameterList
Packages that use ParameterList
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of ParameterList in oracle.as.scheduler
Methods in oracle.as.scheduler that return ParameterListModifier and TypeMethodDescriptionJobDefinition.getParameters()
The parameters defined for this JobDefinition.JobSet.getParameters()
Returns all the parameters defined for this JobSetJobType.getParameters()
Gets the parameters defined for thisJobType
definition.JobSetStep.getStepProps()
The parameters and properties for this step.Methods in oracle.as.scheduler with parameters of type ParameterListModifier and TypeMethodDescriptionvoid
JobDefinition.setParameters
(ParameterList params) Sets the parameters for this JobDefinition.void
JobSet.setParameters
(ParameterList params) Sets the parameters of this JobSet.void
JobType.setParameters
(ParameterList params) Sets the parameters of thisJobType
definition.void
JobSetStep.setStepProps
(ParameterList stepParams) Sets the parameters and step properties for this step.Constructors in oracle.as.scheduler with parameters of type ParameterListModifierConstructorDescriptionJobDefinition
(String name, MetadataObjectId jobType, String displayNameKey, String descriptionKey, ParameterList parameters, String[] resourceBundleIDs) Constructs a fully populated JobDefinition.JobDefinition
(String name, MetadataObjectId jobType, String description, ParameterList parameters) Constructs a JobDefinition with the given parameters.JobSet
(String name, String displayNameKey, String descriptionKey, JobSet.ExecutionMode mode, ParameterList parameters, JobSetStep[] steps, String[] resourceBundleIDs) Constructs a nearly fully defined JobSet.JobSet
(String name, String displayNameKey, String descriptionKey, JobSet.ExecutionMode mode, ParameterList parameters, JobSetStep[] steps, String firstStep, String[] resourceBundleIDs) Constructs a fully defined JobSet and associate the JobSet definition with a set of resource bundles.JobSet
(String name, String description, JobSet.ExecutionMode mode, ParameterList parameters, JobSetStep[] steps) Constructs a nearly fully defined JobSet.JobSet
(String name, String description, JobSet.ExecutionMode mode, ParameterList parameters, JobSetStep[] steps, String firstStep) Constructs a fully defined JobSet.JobSetStep
(String stepId, MetadataObjectId jobId, ParameterList stepParams) Constructs a JobSetStep.JobType
(String name, String displayNameKey, String descriptionKey, JobType.ExecutionType executionType, ParameterList parameters, String[] resourceBundleIDs) Constructor to create a complete instance that can be used immediately upon creation and associate the instance with a set of resource bundles.JobType
(String name, String description, JobType.ExecutionType executionType, ParameterList parameters) Constructor to create a complete instance that can be used immediately upon creation.ParameterList
(ParameterList source) Constructs an instance with the same list mappings as the specified object.