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

E17060-01

oracle.odi.missingref
Interface IMissingRef

All Known Implementing Classes:
DefaultMissingRef

public interface IMissingRef

Interface that defines missing reference properties.

Missing references are due to versioning or import/export operations where the user have restored entities without having all the necessary referenced entities within the repository. The missing references state which relationships have been broken.

Since:
11.1.1.3.0

Method Summary
 java.lang.String getDescription()
          Returns the description of the missing reference.
 java.lang.Class<? extends IRepositoryEntity> getMissingEntityClass()
          Returns the class of the object referenced by the missing reference.
 java.lang.String getPropertyName()
          Returns the name of the property of the source object that is referenced by this missing reference.
 java.lang.Class<? extends IRepositoryEntity> getSourceEntityClass()
          Returns the class of the object holding the missing reference.
 java.io.Serializable getSourceEntityId()
          Returns the internal id of the object holding the missing reference.
 

Method Detail

getDescription

java.lang.String getDescription()
Returns the description of the missing reference.

Returns:
String

getMissingEntityClass

java.lang.Class<? extends IRepositoryEntity> getMissingEntityClass()
Returns the class of the object referenced by the missing reference.

Returns:
Class

getPropertyName

java.lang.String getPropertyName()
Returns the name of the property of the source object that is referenced by this missing reference.

Returns:
String

getSourceEntityClass

java.lang.Class<? extends IRepositoryEntity> getSourceEntityClass()
Returns the class of the object holding the missing reference.

Returns:
Class

getSourceEntityId

java.io.Serializable getSourceEntityId()
Returns the internal id of the object holding the missing reference.

Returns:
String

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

E17060-01

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