|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.support.BusinessObject
oracle.odi.domain.support.AbstractRepositoryEntity
oracle.odi.domain.project.Step
oracle.odi.domain.project.StepInterface
public class StepInterface
Subclass of Step that will be used inside an OdiPackage to express execution of an OdiInterface.
| 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. |
| 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 |
|---|
public StepInterface(OdiPackage pPackage,
OdiInterface pInterface,
java.lang.String pName)
OdiPackage, the OdiInterface upon which this Step is based, and the step name.
pPackage - the package that will hold this steppInterface - the declared interfacepName - the name of the step to be createdjava.lang.IllegalArgumentException - if the package or interface is null, or if the name is null, empty or longer than| Method Detail |
|---|
public OdiInterface getOdiInterface()
OdiInterface upon which is based this Step.OdiInterface object
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||