Skip navigation links

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

E17060-03


Uses of Interface
oracle.odi.missingref.IMissingRef

Packages that use IMissingRef
oracle.odi.missingref Provides classes to manage missing references which may occur when doing versioning or import/export operations. 
oracle.odi.missingref.support Provides classes to support the management of missing references which may occur when doing versioning or import/export operations. 

 

Uses of IMissingRef in oracle.odi.missingref

 

Methods in oracle.odi.missingref that return types with arguments of type IMissingRef
 java.util.Collection<IMissingRef> IMissingRefService.findMissingReferences(java.lang.Class<? extends IOdiEntity> pOdiEntityClass, java.io.Serializable pOdiEntityId, boolean pApplyToChildren)
          Query the missing references for the given entity type and identifier.

 

Methods in oracle.odi.missingref with parameters of type IMissingRef
 void IMissingRefService.markAsFixed(IMissingRef pMissingRef)
          Mark the given missing reference as fixed.

 

Method parameters in oracle.odi.missingref with type arguments of type IMissingRef
 void IMissingRefService.markAsFixed(java.util.Collection<IMissingRef> pMissingRefs)
          Mark the given missing references collection as fixed.

 

Uses of IMissingRef in oracle.odi.missingref.support

 

Classes in oracle.odi.missingref.support that implement IMissingRef
 class DefaultMissingRef
          Default IMissingRef implementation.

 

Methods in oracle.odi.missingref.support that return IMissingRef
 IMissingRef[] MissingRefManager.getAllMissingRefs()
          Returns the list of missing refs still managed (not corrected) by this manager.
 IMissingRef[] MissingRefManager.getCorrectedMissingRefs()
          Returns the list of missing refs corrected in this manager.
 IMissingRef[] MissingRefManager.getMissingRefsFor(java.lang.Class sourceEntityClass, java.io.Serializable pSourceEntityId)
          Returns the missing refs managed in this manager whose origin entity matches Class sourceEntityClass, Serializable pSourceEntityId.
 IMissingRef[] MissingRefManager.getMissingRefsForObject(IRepositoryEntity pRepositoryEntity)
          Returns the missing refs managed in this manager whose origin entity is this one.

 

Methods in oracle.odi.missingref.support that return types with arguments of type IMissingRef
 java.util.Collection<IMissingRef> MissingRefServiceImpl.findEntityMissingReferences(java.lang.Class<? extends IRepositoryEntity> pOdiEntityClass, java.io.Serializable pOdiEntityId, boolean pApplyToChildren)
           
 java.util.Collection<IMissingRef> MissingRefServiceImpl.findMissingReferences(java.lang.Class<? extends IOdiEntity> pOdiEntityClass, java.io.Serializable pOdiEntityId, boolean pApplyToChildren)
          Query the missing references for the given entity type and identifier.

 

Methods in oracle.odi.missingref.support with parameters of type IMissingRef
 void MissingRefManager.markAsFixed(IMissingRef pMissingRef)
          Removes a missing ref from the missing refs cache, adds it to the corrected missing refs cache and propagates the event.
 void MissingRefServiceImpl.markAsFixed(IMissingRef pMissingRef)
          Mark the given missing reference as fixed.

 

Method parameters in oracle.odi.missingref.support with type arguments of type IMissingRef
 void MissingRefManager.addMissingRefs(java.util.Collection<IMissingRef> pMissingRefs)
          Add a collection of missing references to the missing refs cache and propagates the event.
 void MissingRefServiceImpl.markAsFixed(java.util.Collection<IMissingRef> pMissingRefs)
          Mark the given missing references collection as fixed.

 


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.