Skip navigation links

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

E17060-03


oracle.odi.domain.project
Class StepDataStore.ControlDataStore

java.lang.Object
  extended by oracle.odi.domain.project.StepDataStore.ControlDataStore

All Implemented Interfaces:
StepDataStore.IDataStoreAction
Enclosing class:
StepDataStore

public static class StepDataStore.ControlDataStore
extends java.lang.Object
implements StepDataStore.IDataStoreAction

Implements control action for an StepDataStore.

Since:
11.1.1.3.0

Constructor Summary
StepDataStore.ControlDataStore(boolean pControlDeleteErrors)
          Create a new StepDataStore.ControlDataStore.

 

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

StepDataStore.ControlDataStore

public StepDataStore.ControlDataStore(boolean pControlDeleteErrors)
Create a new StepDataStore.ControlDataStore.
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

Skip navigation links

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

E17060-03


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