|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IImpacts | |
---|---|
oracle.odi.interfaces.interactive | Provides interfaces for interactive handling of Oracle Data Integrator interfaces. |
oracle.odi.interfaces.interactive.support | This package and its sub-packages provide the implementations for interactive handling of Oracle Data Integrator interfaces. |
oracle.odi.interfaces.interactive.support.issues.autofixmanager | Contains classes which handles the auto-fixing of Oracle Data Integrator interface sub-component issues. |
Uses of IImpacts in oracle.odi.interfaces.interactive |
---|
Methods in oracle.odi.interfaces.interactive that return IImpacts | |
---|---|
IImpacts |
IInteractiveInterfaceHelper.computeSourceSets() Recomputes the SourceSet objects for the associated interface.Should be called at some point after source data stores are added to or removed from the interface, or some mappings/joins/filters have been added or had their locations changed, to create the correct source sets. Typically called before setting the KMs for the interface source set, or before calling preparePersist .The current source set computer (which can be passed to the constructor for this helper instance) will be used to compute the source sets. To know whether you should call this method, use IInteractiveInterfaceHelper.areSourceSetsDirty() . |
IImpacts |
IInteractiveInterfaceHelperWithActions.performAction(IInterfaceAction pAction) Performs the specified action, using the default autofix manager that was provided when creating this InteractiveInterfaceHelperWithActions . |
IImpacts |
IInteractiveInterfaceHelperWithActions.performAction(IInterfaceAction pAction, IAutoFixManager pAutoFixManager) Performs the specified action, and uses the specified auto fix manager to do automatic fixing of interface issues. |
Methods in oracle.odi.interfaces.interactive with parameters of type IImpacts | |
---|---|
void |
IAutoFixManager.autoFix(IInterfaceAction pOriginalAction, IImpacts pOriginalImpacts, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IInteractiveInterfaceHelper pInterfaceHelper) This method will execute automatic fixes for ODI interface objects. |
Uses of IImpacts in oracle.odi.interfaces.interactive.support |
---|
Classes in oracle.odi.interfaces.interactive.support that implement IImpacts | |
---|---|
class |
Impacts Default implementation for IImpacts . |
Methods in oracle.odi.interfaces.interactive.support that return IImpacts | |
---|---|
IImpacts |
InteractiveInterfaceHelperWithActions.computeSourceSets() Recomputes the SourceSet objects for the associated interface.Should be called at some point after source data stores are added to or removed from the interface, or some mappings/joins/filters have been added or had their locations changed, to create the correct source sets. Typically called before setting the KMs for the interface source set, or before calling preparePersist .The current source set computer (which can be passed to the constructor for this helper instance) will be used to compute the source sets. To know whether you should call this method, use InteractiveInterfaceHelperWithActions.areSourceSetsDirty() . |
IImpacts |
InteractiveInterfaceHelperWithActions.performAction(IInterfaceAction pAction) Performs the specified action, using the default autofix manager that was provided when creating this InteractiveInterfaceHelperWithActions . |
IImpacts |
InteractiveInterfaceHelperWithActions.performAction(IInterfaceAction pAction, IAutoFixManager pAutoFixManager) Performs the specified action, and uses the specified auto fix manager to do automatic fixing of interface issues. |
Constructors in oracle.odi.interfaces.interactive.support with parameters of type IImpacts | |
---|---|
Impacts(IImpacts[] pImpactsArray) Same than Impacts(List<IImpacts>) with an array of impacts. |
Constructor parameters in oracle.odi.interfaces.interactive.support with type arguments of type IImpacts | |
---|---|
Impacts(java.util.List<IImpacts> pImpactsList) Build impacts from a list of impacts: adds the modifications and reverse actions of the list of impacts pImpactsList . |
Uses of IImpacts in oracle.odi.interfaces.interactive.support.issues.autofixmanager |
---|
Methods in oracle.odi.interfaces.interactive.support.issues.autofixmanager with parameters of type IImpacts | |
---|---|
void |
AutoFixManagerComposer.autoFix(IInterfaceAction pOriginalAction, IImpacts pOriginalImpacts, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IInteractiveInterfaceHelper pInterfaceHelper) |
void |
AutoFixManagerEnableText.autoFix(IInterfaceAction pOriginalAction, IImpacts pOriginalImpacts, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IInteractiveInterfaceHelper pInterfaceHelper) |
void |
AutoFixManagerLazy.autoFix(IInterfaceAction pOriginalAction, IImpacts pOriginalImpacts, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IInteractiveInterfaceHelper pInterfaceHelper) Dummy implementation. |
void |
AutoFixManagerNewObjects.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. |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |