|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.validation.ValidationRecord
public class ValidationRecord
Record, which holds information about any issue with domain object. Note: this class has a natural ordering that is inconsistent with equals. Record with type ERROR > Record with type WARNING > Record with type NOTIFICATION
ValidationMessageHandle| Nested Class Summary | |
|---|---|
static class |
ValidationRecord.Type |
| Constructor Summary | |
|---|---|
ValidationRecord(ValidationMessageHandle messageHandle, java.lang.Object... args)Create new record. |
|
| Method Summary | |
|---|---|
int |
compareTo(ValidationRecord o)Record with type ERROR > Record with type WARNING > Record with type NOTIFICATION. |
java.lang.String |
getLocalizedMessage(java.util.Locale locale)Return issue message in preferred locale, if possible. |
oracle.odi.internal.util.MessageHandle |
getMessageHandle()Retrieve underlying MessageHandle. |
ValidationRecord.Type |
getValidationRecordType()Return validation severity from (NOTIFICATION, WARNING or ERROR). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationRecord(ValidationMessageHandle messageHandle,
java.lang.Object... args)
messageHandle - cannot be nullargs - arguments for message handle. Can be omitted if there are no arguments| Method Detail |
|---|
public ValidationRecord.Type getValidationRecordType()
ValidationRecord.Typepublic java.lang.String getLocalizedMessage(java.util.Locale locale)
locale - preferred localepublic oracle.odi.internal.util.MessageHandle getMessageHandle()
MessageHandle. For advanced usage.MessageHandlepublic int compareTo(ValidationRecord o)
compareTo in interface java.lang.Comparable<ValidationRecord>
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||