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

E17060-01

oracle.odi.domain.project
Class StepModel.ControlModel

java.lang.Object
  extended by oracle.odi.domain.project.StepModel.ControlModel
All Implemented Interfaces:
StepModel.IModelAction
Enclosing class:
StepModel

public static class StepModel.ControlModel
extends java.lang.Object
implements StepModel.IModelAction

Used to encapsulate informations about the control that has to be done over the model related to an StepModel instance.

Since:
11.1.1.3.0

Constructor Summary
StepModel.ControlModel(boolean pControlDeleteErrors)
          Create a new StepModel.ControlModel.
 
Method Summary
 boolean isControlDeleteErrors()
          Returns true if this action has to control delete errors, false otherwise.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepModel.ControlModel

public StepModel.ControlModel(boolean pControlDeleteErrors)
Create a new StepModel.ControlModel.

Parameters:
pControlDeleteErrors - whether to control delete errors
Method Detail

isControlDeleteErrors

public boolean isControlDeleteErrors()
Returns true if this action has to control delete errors, false otherwise.

Returns:
if this action has to control delete errors

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

E17060-01

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