Skip navigation links

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

E17060-04


oracle.odi.domain.project
Class StepInterface

java.lang.Object
  extended by oracle.odi.domain.support.BusinessObject
      extended by oracle.odi.domain.support.AbstractRepositoryEntity
          extended by oracle.odi.domain.project.Step
              extended by oracle.odi.domain.project.StepInterface

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, IRepositoryEntity

public class StepInterface
extends Step

Subclass of Step that will be used inside an OdiPackage to express execution of an OdiInterface.

Since:
11.1.1.3.0
See Also:
Serialized Form

Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.odi.domain.project.Step
Step.LogLevel

 

Field Summary

 

Fields inherited from class oracle.odi.domain.project.Step
NAME_MAX_LENGTH

 

Constructor Summary
StepInterface(OdiPackage pPackage, OdiInterface pInterface, java.lang.String pName)
          Constructor that sets the parent OdiPackage, the OdiInterface upon which this Step is based, and the step name.

 

Method Summary
 OdiInterface getOdiInterface()
          Returns the OdiInterface upon which is based this Step.
 OdiInterface getOdiInterfaceShortcut()
          Internal use only

 

Methods inherited from class oracle.odi.domain.project.Step
getFailureRetryDelay, getFailureRetryNumber, getInternalId, getLoglevel, getName, getNextStepAfterFailure, getNextStepAfterSuccess, getParentPackage, getSecurityContainer, getStepId, isFirstStep, setFailureRetryDelay, setFailureRetryNumber, setLoglevel, setName, setNextStepAfterFailure, setNextStepAfterSuccess

 

Methods inherited from class oracle.odi.domain.support.BusinessObject
clone

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

StepInterface

public StepInterface(OdiPackage pPackage,
                     OdiInterface pInterface,
                     java.lang.String pName)
Constructor that sets the parent OdiPackage, the OdiInterface upon which this Step is based, and the step name.
Parameters:
pPackage - the package that will hold this step
pInterface - the declared interface
pName - the name of the step to be created
Throws:
DomainRuntimeException - if the package or interface is null, or if the name is null, empty or longer than

Method Detail

getOdiInterface

public OdiInterface getOdiInterface()
Returns the OdiInterface upon which is based this Step.
Returns:
an OdiInterface object

getOdiInterfaceShortcut

public OdiInterface getOdiInterfaceShortcut()
Internal use only
Returns:
The shortcut associated with this interface step. This may be null.

Skip navigation links

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

E17060-04


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