Skip navigation links

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

E17060-02


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

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

All Implemented Interfaces:
IAutoFixManager

public class AutoFixManagerComposer
extends java.lang.Object
implements IAutoFixManager

Implementation of IAutoFixManager interface which maintains references to various autofix managers.


Constructor Summary
AutoFixManagerComposer(IAutoFixManager[] pAutoFixManagers)
          Creates a new AutoFixManagerComposer by registering one or more auto fix managers.

 

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

AutoFixManagerComposer

public AutoFixManagerComposer(IAutoFixManager[] pAutoFixManagers)
Creates a new AutoFixManagerComposer by registering one or more auto fix managers.
Parameters:
pAutoFixManagers - an array of autofix managers

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.5.0)

E17060-02


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