|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.project.StepModel.ControlModel
public static class StepModel.ControlModel
Used to encapsulate informations about the control that has to be done over the model related to an StepModel instance.
| Constructor Summary | |
|---|---|
StepModel.ControlModel(boolean pControlDeleteErrors)Create a new StepModel.ControlModel. |
|
StepModel.ControlModel(boolean pControlDeleteErrors, boolean pRecurseSubModels)Create a new StepModel.ControlModel. |
|
| Method Summary | |
|---|---|
boolean |
isControlDeleteErrors()Returns true if this action has to control delete errors, false otherwise. |
boolean |
isRecurseSubModels()Returns true if this action has to recurse through submodels, false otherwise. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StepModel.ControlModel(boolean pControlDeleteErrors)
StepModel.ControlModel.
pControlDeleteErrors - whether to control delete errors
public StepModel.ControlModel(boolean pControlDeleteErrors,
boolean pRecurseSubModels)
StepModel.ControlModel.
pControlDeleteErrors - whether to control delete errorspRecurseSubModels - whether to recurse through submodels.| Method Detail |
|---|
public boolean isControlDeleteErrors()
true if this action has to control delete errors, false otherwise.public boolean isRecurseSubModels()
true if this action has to recurse through submodels, false otherwise.
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||