|
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 |
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.io.Serializable getSourceEntityId()
String
java.lang.Class<? extends IRepositoryEntity> getSourceEntityClass()
Class
java.lang.String getPropertyName()
String
java.lang.Class<? extends IRepositoryEntity> getMissingEntityClass()
Class
java.lang.String getDescription()
String
|
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 |