Skip navigation links

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

E17060-03


oracle.odi.interfaces.interactive.support.issues.autofixmanager
Class AutoFixManagerEnableText

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.issues.autofixmanager.AutoFixManagerEnableText

All Implemented Interfaces:
IAutoFixManager

public class AutoFixManagerEnableText
extends java.lang.Object
implements IAutoFixManager

Implementation of IAutoFixManager interface which fixes IExecutableTextHolder sub-component text-enabling modification errors.


Constructor Summary
AutoFixManagerEnableText()
           

 

Method Summary
 void autoFix(IInterfaceAction pOriginalAction, IImpacts pOriginalImpacts, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IInteractiveInterfaceHelper pInterfaceHelper)
          This method will execute automatic fixes for ODI interface objects.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AutoFixManagerEnableText

public AutoFixManagerEnableText()

Method Detail

autoFix

public void autoFix(IInterfaceAction pOriginalAction,
                    IImpacts pOriginalImpacts,
                    IInterfaceActionListener pInterfaceActionListener,
                    IInterfaceUndoListener pInterfaceUndoListener,
                    IInteractiveInterfaceHelper pInterfaceHelper)
Description copied from interface: IAutoFixManager
This method will execute automatic fixes for ODI interface objects.
Specified by:
autoFix in interface IAutoFixManager
Parameters:
pOriginalAction - the original action that was performed
pOriginalImpacts - the original interface modifications that were made
pInterfaceActionListener - the interface action listener
pInterfaceUndoListener - the interface undo listener
pInterfaceHelper - the interface helper

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.