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

E17060-01

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

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.issues.autofixmanager.AutoFixManagerNewObjects
All Implemented Interfaces:
IAutoFixManager

public class AutoFixManagerNewObjects
extends java.lang.Object
implements IAutoFixManager

Implementation of IAutoFixManager interface which fixes errors resulting from the addition of a sub-component.


Constructor Summary
AutoFixManagerNewObjects()
           
 
Method Summary
 void autoFix(IInterfaceAction pOriginalAction, IImpacts impacts, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IInteractiveInterfaceHelper pInterfaceHelper)
          Fixes WARNING, CRITICAL, or FATAL issues for the sub-component that has been added and also for the target columns of the target data store if the added sub-component is a source data store.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoFixManagerNewObjects

public AutoFixManagerNewObjects()
Method Detail

autoFix

public void autoFix(IInterfaceAction pOriginalAction,
                    IImpacts impacts,
                    IInterfaceActionListener pInterfaceActionListener,
                    IInterfaceUndoListener pInterfaceUndoListener,
                    IInteractiveInterfaceHelper pInterfaceHelper)
Fixes WARNING, CRITICAL, or FATAL issues for the sub-component that has been added and also for the target columns of the target data store if the added sub-component is a source data store.

Specified by:
autoFix in interface IAutoFixManager
Parameters:
pOriginalAction - the original action that was executed
impacts - the impacts caused by the action
pInterfaceActionListener - the interface action listener instance
pInterfaceUndoListener - the interface undo listener instance
pInterfaceHelper - the interface helper instance

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

E17060-01

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