Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Uses of Class
oracle.as.scheduler.JobSetStep

Packages that use JobSetStep
oracle.as.scheduler Enterprise Scheduler API interfaces and classes, including RuntimeService and MetadataService. 

 

Uses of JobSetStep in oracle.as.scheduler

 

Methods in oracle.as.scheduler that return JobSetStep
 JobSetStep JobSet.deleteStep(java.lang.String stepId)
          Deletes the JobSet step with the given step id.
 JobSetStep JobSet.getStep(java.lang.String stepId)
          Gets the JobSet step with the given step id.

 

Methods in oracle.as.scheduler that return types with arguments of type JobSetStep
 java.util.HashMap<java.lang.String,JobSetStep> JobSet.getAllSteps()
          Returns a HashMap that contains all of the steps in this JobSet and all steps in any JobSet that is nested in this JobSet.
 java.util.HashMap<java.lang.String,JobSetStep> JobSet.getJobSetSteps()
          Deprecated. Replaced by JobSet.getJsSteps()
 java.util.List<JobSetStep> JobSet.getJsSteps()
          Returns a List that contains the steps in this JobSet.

 

Methods in oracle.as.scheduler with parameters of type JobSetStep
 void JobSet.addStep(JobSetStep step)
          Adds the given step to this JobSet.
 void JobSet.setJobSetSteps(JobSetStep[] steps)
          Deprecated. Replaced by JobSet.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 JobSetStep
JobSet(java.lang.String name, java.lang.String description, JobSet.ExecutionMode mode, ParameterList parameters, JobSetStep[] steps)
          Constructs a nearly fully defined JobSet.
JobSet(java.lang.String name, java.lang.String description, JobSet.ExecutionMode mode, ParameterList parameters, JobSetStep[] steps, java.lang.String firstStep)
          Constructs a fully defined JobSet.
JobSet(java.lang.String name, java.lang.String displayNameKey, java.lang.String descriptionKey, JobSet.ExecutionMode mode, ParameterList parameters, JobSetStep[] steps, java.lang.String[] resourceBundleIDs)
          Constructs a nearly fully defined JobSet.
JobSet(java.lang.String name, java.lang.String displayNameKey, java.lang.String descriptionKey, JobSet.ExecutionMode mode, ParameterList parameters, JobSetStep[] steps, java.lang.String firstStep, java.lang.String[] resourceBundleIDs)
          Constructs a fully defined JobSet and associate the JobSet definition with a set of resource bundles.

 


Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.