Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Uses of Class
oracle.odi.domain.project.Step

Packages that use Step
oracle.odi.domain.project This package contains the Oracle Data Integrator Project implementation. 
 

Uses of Step in oracle.odi.domain.project
 

Subclasses of Step in oracle.odi.domain.project
 class StepDataStore
          Subclass of Step that represent a step based on a datastore.
 class StepInterface
          Subclass of Step that will be used inside an OdiPackage to express execution of an OdiInterface.
 class StepModel
          Subclass of Step that represents a step based on an OdiModel.
 class StepOdiCommand
          Subclass of Step representing a step that contains an ODI command.
 class StepOsCommand
          Subclass of Step representing a step that contains an OS (Operating System) command.
 class StepProcedure
          Subclass of Step that will be used inside an OdiPackage to express execution of an OdiUserProcedure.
 class StepSubModel
          Subclass of Step that will be used to control an OdiSubModel for errors.
 class StepVariable
          Subclass of Step that will be used inside an OdiPackage to express usage/action of a variable for further use inside that OdiPackage.
 

Methods in oracle.odi.domain.project that return Step
 Step OdiPackage.getFirstStep()
          Returns the first step that has to be executed for this package.
 Step Step.getNextStepAfterFailure()
          Obtains the step that has to be executed after this one in case of failure.
 Step Step.getNextStepAfterSuccess()
          Returns the step that has to be executed after this one in case of success.
 

Methods in oracle.odi.domain.project that return types with arguments of type Step
 java.util.Collection<Step> OdiPackage.getSteps()
          Obtains an unmodifiable collection of the steps of this package.
 

Methods in oracle.odi.domain.project with parameters of type Step
 void OdiPackage.removeStep(Step pStep)
          Remove the given step from this OdiPackage instance.
 void OdiPackage.setFirstStep(Step pFirstStep)
          Defines the first step that will be executed within this package.
 void Step.setNextStepAfterFailure(Step pNextStepAfterFailure)
          Sets the Step that has to be executed after this one in case of failure.
 void Step.setNextStepAfterSuccess(Step pNextStepAfterSuccess)
          Sets the step that has to be executed after this one, if it succeeds.
 


Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

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