Skip navigation links

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

E17060-04


oracle.odi.interfaces.interactive
Interface IInterfaceIssue


public interface IInterfaceIssue

This is the interface representing the errors (issues) related to ODI interface objects.

Since:
11.1.1.3.0

Nested Class Summary
static class IInterfaceIssue.Origin
          Origin indicates the area of the interface where the issue is related to.
static class IInterfaceIssue.Severity
          Severity 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

getObject

IInterfaceSubComponent getObject()
Returns the ODI interface object that this issue is related to.
Returns:
the IInterfaceSubComponent object

getSeverity

IInterfaceIssue.Severity getSeverity()
Returns the severity level of this issue.
Returns:
the Severity object

getMsg

java.lang.String getMsg()
Returns the text error message for this issue.
Returns:
the String which is the issue message

getAvailableFixes

IIssueFix[] getAvailableFixes()
Returns a list of possible fixes for this issue.
Returns:
an array of IIssueFix objects

addFix

void addFix(IIssueFix pIssueFix)
Adds a possible fix for this issue.
Parameters:
pIssueFix - the fix to be added

getOrigin

IInterfaceIssue.Origin getOrigin()
Returns the area of the interface that this issue is related to.
Returns:
the Origin object

Skip navigation links

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

E17060-04


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