|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.support.BusinessObject
oracle.odi.domain.support.PersistableValue
oracle.odi.domain.model.OdiDataStore.CdcDescriptor
public static class OdiDataStore.CdcDescriptor
A Change Data Capture descriptor.
Used to hold Change Data Capture policy of an OdiDataStore.
| 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 |
|---|
public OdiDataStore.CdcDescriptor(boolean pCdcEnabled,
int pCdcOrder)
pCdcEnabled - True if this datastore is added to the model's CDC set false otherwisepCdcOrder - CDC order of this datastore in the CDC set| Method Detail |
|---|
public boolean isCdcEnabled()
public int getCdcOrder()
OdiDataStore in the CDC set.
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||