|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IInteractiveInterfaceHelperWithActions
Any class implementing this interface is a helper to manipulate Odi interfaces in an interactive way.
| Method Summary | |
|---|---|
IImpacts |
performAction(IInterfaceAction pAction)
Performs the specified action, using the default autofix manager that was provided when creating this InteractiveInterfaceHelperWithActions. |
IImpacts |
performAction(IInterfaceAction pAction,
IAutoFixManager pAutoFixManager)
Performs the specified action, and uses the specified auto fix manager to do automatic fixing of interface issues. |
| Methods inherited from interface oracle.odi.interfaces.interactive.IInteractiveInterfaceHelper |
|---|
areSourceSetsDirty, computeSourceSets, getAllCurrentIssues, getCurrentIssues, getOdiInterface, preparePersist |
| Method Detail |
|---|
IImpacts performAction(IInterfaceAction pAction)
throws UnknownActionException
InteractiveInterfaceHelperWithActions.
pAction - The action interface instance to perform.
VetoActionException - if the action couldn't be performed
UnknownActionException - if the action is unknown to the helper
IImpacts performAction(IInterfaceAction pAction,
IAutoFixManager pAutoFixManager)
throws UnknownActionException
pAction - The action interface instance to perform.pAutoFixManager - The auto-fix manager instance used to fix issues.
VetoActionException - if the action couldn't be performed
UnknownActionException - if the action is unknown to the helper
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||