Skip navigation links
oracle.odi.interfaces.interactive.support.issues.autofixmanager
Class AutoFixManagerNewObjects
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoFixManagerNewObjects
public AutoFixManagerNewObjects()
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
Skip navigation links
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.