Skip navigation links

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

E17060-02


oracle.odi.domain.model
Class OdiDataStore.CdcDescriptor

java.lang.Object
  extended by oracle.odi.domain.support.BusinessObject
      extended by oracle.odi.domain.support.PersistableValue
          extended by oracle.odi.domain.model.OdiDataStore.CdcDescriptor

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing class:
OdiDataStore

public static class OdiDataStore.CdcDescriptor
extends oracle.odi.domain.support.PersistableValue

A Change Data Capture descriptor.

Used to hold Change Data Capture policy of an OdiDataStore.

Since:
11.1.1.3.0
See Also:
Serialized Form

Constructor Summary
OdiDataStore.CdcDescriptor(boolean pCdcEnabled, int pCdcOrder)
          Create a CdcDescriptor.

 

Method Summary
 int getCdcOrder()
          Returns the position of the OdiDataStore in the CDC set.
 boolean isCdcEnabled()
          Returns true if the change data capture is enabled for this datastore.

 

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

OdiDataStore.CdcDescriptor

public OdiDataStore.CdcDescriptor(boolean pCdcEnabled,
                                  int pCdcOrder)
Create a CdcDescriptor.
Parameters:
pCdcEnabled - True if this datastore is added to the model's CDC set false otherwise
pCdcOrder - CDC order of this datastore in the CDC set

Method Detail

isCdcEnabled

public boolean isCdcEnabled()
Returns true if the change data capture is enabled for this datastore.
Returns:
true if the change data capture is enabled, false otherwise.

getCdcOrder

public int getCdcOrder()
Returns the position of the OdiDataStore in the CDC set.
Returns:
the position.

Skip navigation links

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

E17060-02


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