Skip navigation links

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

E17060-03


oracle.odi.interfaces.interactive
Interface IIssueFix


public interface IIssueFix

This is the interface representing the fixes that can be applied to issues related to ODI interface objects.

Since:
11.1.1.3.0

Method Summary
 IInterfaceAction[] getActions()
          Returns the list of actions that will be performed by this fix.
 java.lang.String getDescription()
          Returns the text description of this fix.

 

Method Detail

getActions

IInterfaceAction[] getActions()
Returns the list of actions that will be performed by this fix.
Returns:
an array of IInterfaceAction objects

getDescription

java.lang.String getDescription()
Returns the text description of this fix.
Returns:
the String which is the fix description

Skip navigation links

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

E17060-03


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