Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IImpacts |
IInteractiveInterfaceHelper.computeSourceSets()
Deprecated.
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)
Deprecated.
Performs the specified action, using the default autofix manager that was provided when creating this
InteractiveInterfaceHelperWithActions . |
IImpacts |
IInteractiveInterfaceHelperWithActions.performAction(IInterfaceAction pAction,
IAutoFixManager pAutoFixManager)
Deprecated.
Performs the specified action, and uses the specified auto fix manager to do automatic fixing of interface issues.
|
Modifier and Type | Method and Description |
---|---|
void |
IAutoFixManager.autoFix(IInterfaceAction pOriginalAction,
IImpacts pOriginalImpacts,
IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IInteractiveInterfaceHelper pInterfaceHelper)
Deprecated.
This method will execute automatic fixes for ODI interface objects.
|
Modifier and Type | Class and Description |
---|---|
class |
Impacts
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release.
Default implementation for
IImpacts . |
Modifier and Type | Method and Description |
---|---|
IImpacts |
InteractiveInterfaceHelperWithActions.computeSourceSets()
Deprecated.
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)
Deprecated.
Performs the specified action, using the default autofix manager that was provided when creating this
InteractiveInterfaceHelperWithActions . |
IImpacts |
InteractiveInterfaceHelperWithActions.performAction(IInterfaceAction pAction,
IAutoFixManager pAutoFixManager)
Deprecated.
Performs the specified action, and uses the specified auto fix manager to do automatic fixing of interface issues.
|
Constructor and Description |
---|
Impacts(IImpacts[] pImpactsArray)
Deprecated.
Same than
Impacts(List<IImpacts>) with an array of impacts. |
Modifier and Type | Method and Description |
---|---|
void |
AutoFixManagerComposer.autoFix(IInterfaceAction pOriginalAction,
IImpacts pOriginalImpacts,
IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IInteractiveInterfaceHelper pInterfaceHelper)
Deprecated.
|
void |
AutoFixManagerEnableText.autoFix(IInterfaceAction pOriginalAction,
IImpacts pOriginalImpacts,
IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IInteractiveInterfaceHelper pInterfaceHelper)
Deprecated.
|
void |
AutoFixManagerLazy.autoFix(IInterfaceAction pOriginalAction,
IImpacts pOriginalImpacts,
IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IInteractiveInterfaceHelper pInterfaceHelper)
Deprecated.
Dummy implementation.
|
void |
AutoFixManagerNewObjects.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.
|