|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.odi.domain.support.BusinessObject
oracle.odi.domain.support.AbstractRepositoryEntity
oracle.odi.domain.project.Step
oracle.odi.domain.project.StepSubModel
public class StepSubModel
Subclass of Step that will be used to control an OdiSubModel for
errors.
For this version, Control Knowledge Module options can't be overriden in the step. Default values will be used.
| 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 | |
|---|---|
StepSubModel(OdiPackage pPackage,
OdiSubModel pSubModel,
java.lang.String pName)
Constructor that sets the parent OdiPackage, the OdiSubModel upon
which this Step is based and the step name. |
|
| Method Summary | |
|---|---|
OdiSubModel |
getSubModel()
Returns the OdiSubModel to control when this Step is executed. |
boolean |
isControlDeleteErrors()
Returns whether the error found during control will be deleted, or not. |
void |
setControlDeleteErrors(boolean pControlDeleteErrors)
Sets whether the error found during control must be deleted, or not. |
| 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 StepSubModel(OdiPackage pPackage,
OdiSubModel pSubModel,
java.lang.String pName)
OdiPackage, the OdiSubModel upon
which this Step is based and the step name.
pPackage - the package that will hold this steppName - the name of the step to be createdpSubModel - the subModel to be controlled when executing this step
java.lang.IllegalArgumentException - if the package is null, if the sub Model is null or if the name
is null, empty or longer than | Method Detail |
|---|
public OdiSubModel getSubModel()
OdiSubModel to control when this Step is executed.
OdiSubModel objectpublic boolean isControlDeleteErrors()
true if the control error will be deleted, false otherwisesetControlDeleteErrors(boolean)public void setControlDeleteErrors(boolean pControlDeleteErrors)
By default, this property is set to false.
pControlDeleteErrors - true to delete the errors, false otherwiseisControlDeleteErrors()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||