IAutoFixManager interface which fixes errors resulting from the addition of a sub-component.public class AutoFixManagerNewObjects extends java.lang.Object implements IAutoFixManager
| Constructor and Description |
|---|
AutoFixManagerNewObjects()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
autoFix(IInterfaceAction pOriginalAction,
IImpacts impacts,
IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IInteractiveInterfaceHelper pInterfaceHelper)
Deprecated.
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.
|
public void autoFix(IInterfaceAction pOriginalAction, IImpacts impacts, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IInteractiveInterfaceHelper pInterfaceHelper)
autoFix in interface IAutoFixManagerpOriginalAction - the original action that was executedimpacts - the impacts caused by the actionpInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepInterfaceHelper - the interface helper instance