|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.
| 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 |
|---|
java.lang.String getDescription()
Stringjava.lang.Class<? extends IRepositoryEntity> getMissingEntityClass()
Classjava.lang.String getPropertyName()
Stringjava.lang.Class<? extends IRepositoryEntity> getSourceEntityClass()
Classjava.io.Serializable getSourceEntityId()
String
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||