| Package | Description | 
|---|---|
| oracle.odi.domain.project | 
 This package contains the Oracle Data Integrator Project implementation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StepDataStore
Subclass of  
Step that represent a step based on a datastore. | 
class  | 
StepInterface
Deprecated. 
 
this class/method belongs to 11g SDK and is deprecated in 12c release.
 
 Subclass of  
Step that will be used inside an  OdiPackage to express
 execution of an OdiInterface. | 
class  | 
StepMapping
 | 
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. | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
Step | 
OdiDesigntimeBreakpoint.getStep()
 | 
| Modifier and Type | Method and Description | 
|---|---|
OdiDesigntimeBreakpoint | 
OdiPackage.getBreakpointOn(Step pStep)
Returns breakpoint set on the step specified if any and  
null
 otherwise. | 
void | 
OdiPackage.removeBreakpointOn(Step pStep)
Removes breakpoint on the step specified. 
 | 
void | 
OdiPackage.removeStep(Step pStep)
Remove the given step from this  
OdiPackage instance. | 
OdiDesigntimeBreakpoint | 
OdiPackage.setBreakpointOn(Step pStep)
Sets breakpoint on the step specified. 
 | 
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. 
 |