Skip navigation links

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

E17060-02


Uses of Interface
oracle.odi.interfaces.interactive.support.IDataStoreReferenceBreaker

Packages that use IDataStoreReferenceBreaker
oracle.odi.interfaces.interactive.support.actions This package contains the Oracle Data Integrator interface action implementation classes Classes in this package allow modification to the ODI interface object, when used in conjunction with the oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions helper class. 
oracle.odi.interfaces.interactive.support.references.breakers This package contains the implementations, when working with Oracle Data Integrator interfaces, on removing cross references during a deletion of a source datastore. 

 

Uses of IDataStoreReferenceBreaker in oracle.odi.interfaces.interactive.support.actions

 

Methods in oracle.odi.interfaces.interactive.support.actions that return IDataStoreReferenceBreaker
 IDataStoreReferenceBreaker InterfaceActionRemoveSourceDataStore.getDataStoreReferenceBreaker()
          Gets the data store reference breaker.

 

Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type IDataStoreReferenceBreaker
InterfaceActionRemoveSourceDataStore(SourceDataStore pSourceDataStore, IDataStoreReferenceBreaker pDataStoreReferenceBreaker)
          Creates an action class instance which will remove a source data store, when performAction is called.

 

Uses of IDataStoreReferenceBreaker in oracle.odi.interfaces.interactive.support.references.breakers

 

Classes in oracle.odi.interfaces.interactive.support.references.breakers that implement IDataStoreReferenceBreaker
 class DataStoreReferenceBreakerClauses
          This implementation deletes any clauses involved in the references.
This is because the default behaviour is to delete any clause referencing the source datastore that is being deleted.
 class DataStoreReferenceBreakerComposer
          A composer of reference breakers.
 class DataStoreReferenceBreakerLazy
          This implementation is lazy and doesn't do anything to break references.
 class DataStoreReferenceBreakerTargetMapping
          This implementation removes references to source datastore from target mappings by switching the mappings to the target.

 

Constructors in oracle.odi.interfaces.interactive.support.references.breakers with parameters of type IDataStoreReferenceBreaker
DataStoreReferenceBreakerComposer(IDataStoreReferenceBreaker[] pInternalBreakers)
          Constructor.

 


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.