Uses of Class
oracle.as.scheduler.JobSetStep
Packages that use JobSetStep
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of JobSetStep in oracle.as.scheduler
Methods in oracle.as.scheduler that return JobSetStepModifier and TypeMethodDescriptionJobSet.deleteStep
(String stepId) Deletes the JobSet step with the given step id.Gets the JobSet step with the given step id.Methods in oracle.as.scheduler that return types with arguments of type JobSetStepModifier and TypeMethodDescriptionJobSet.getAllSteps()
Gets all steps of this JobSet and any nested Jobset.JobSet.getJobSetSteps()
Deprecated.JobSet.getJsSteps()
Gets all jobset steps of this jobset.Methods in oracle.as.scheduler with parameters of type JobSetStepModifier and TypeMethodDescriptionvoid
JobSet.addStep
(JobSetStep step) Adds the given step to this JobSet.void
JobSet.setJobSetSteps
(JobSetStep[] steps) Deprecated.Replaced byJobSet.setJsSteps(JobSetStep[])
.void
JobSet.setJsSteps
(JobSetStep[] steps) Sets the steps for this jobset to the given steps.Constructors in oracle.as.scheduler with parameters of type JobSetStepModifierConstructorDescriptionJobSet
(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.
JobSet.getJsSteps()