|
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 IInterfaceIssue
This is the interface representing the errors (issues) related to ODI interface objects.
| Nested Class Summary | |
|---|---|
static class |
IInterfaceIssue.OriginOrigin indicates the area of the interface where the issue is related to. |
static class |
IInterfaceIssue.SeveritySeverity levels give information about the state of the interface and its children. |
| Method Summary | |
|---|---|
void |
addFix(IIssueFix pIssueFix)Adds a possible fix for this issue. |
IIssueFix[] |
getAvailableFixes()Returns a list of possible fixes for this issue. |
java.lang.String |
getMsg()Returns the text error message for this issue. |
IInterfaceSubComponent |
getObject()Returns the ODI interface object that this issue is related to. |
IInterfaceIssue.Origin |
getOrigin()Returns the area of the interface that this issue is related to. |
IInterfaceIssue.Severity |
getSeverity()Returns the severity level of this issue. |
| Method Detail |
|---|
IInterfaceSubComponent getObject()
IInterfaceIssue.Severity getSeverity()
java.lang.String getMsg()
IIssueFix[] getAvailableFixes()
void addFix(IIssueFix pIssueFix)
pIssueFix - the fix to be addedIInterfaceIssue.Origin getOrigin()
|
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 | |||||||||