Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


Uses of Package
oracle.odi.interfaces.interactive

Packages that use oracle.odi.interfaces.interactive
oracle.odi.interfaces.interactive Provides interfaces for interactive handling of Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.exceptions This package contains the exception classes thrown during interactive handling of interface objects in Oracle Data Integrator. 
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.actionlistener This package contains the implementations for creating action listeners when working with InteractiveInterfaceHelperWithActions
oracle.odi.interfaces.interactive.support.actions This package contains the Oracle Data Integrator interface action implementation classes Classes in this package allow modification to the ODI interface object, when used in conjunction with the oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions helper class. 
oracle.odi.interfaces.interactive.support.aliascomputers This package contains the implementations for computing the default alias of objects when working with Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.clauseimporters This package contains the implementations to import join and filter clauses when adding new source datastores in Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.issues Provides interfaces for managing Oracle Data Integrator interface issues. 
oracle.odi.interfaces.interactive.support.issues.autofixmanager Contains classes which handles the auto-fixing of Oracle Data Integrator interface sub-component issues. 
oracle.odi.interfaces.interactive.support.issues.predicates Contains classes which supports the checking of interface issue severity levels. 
oracle.odi.interfaces.interactive.support.mapping.automap This package contains the implementations for auto mapping handling when working with Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.mapping.matchpolicy This package contains the implementations, when working with Oracle Data Integrator interfaces, for defining the matching policy to reuse mappings when the target datastore of an interface is changed. 
oracle.odi.interfaces.interactive.support.references.breakers This package contains the implementations, when working with Oracle Data Integrator interfaces, on removing cross references during a deletion of a source datastore. 
oracle.odi.interfaces.interactive.support.sourceset.computers Contains classes which handles the computation of source sets of an Oracle Data Integrator interface. 

 

Classes in oracle.odi.interfaces.interactive used by oracle.odi.interfaces.interactive
IActionHelper
          This interface provides the generic helper methods for various actions on ODI interface objects.
IAutoFixManager
          This interface manages the auto-fixing of actions.
IImpacts
          Implementations of this interface represent impacts that have been caused by the execution of an action.
IInteractiveInterfaceHelper
          Any class implementing this interface is a helper to manipulate Odi interfaces in an interactive way.
IInterfaceAction
          This is the interface for performing various actions on ODI interface objects.
IInterfaceActionListener
          This is the interface for responding to the result of the various actions performed on ODI interface objects.
IInterfaceIssue
          This is the interface representing the errors (issues) related to ODI interface objects.
IInterfaceIssue.Origin
          Origin indicates the area of the interface where the issue is related to.
IInterfaceIssue.Severity
          Severity levels give information about the state of the interface and its children.
IInterfaceUndoListener
          This is the interface for managing the "undo" of actions performed on ODI interface objects.
IIssueFix
          This is the interface representing the fixes that can be applied to issues related to ODI interface objects.
InterfaceObjectModification
          This class manages the modifications performed on ODI interface objects.
InterfaceObjectModification.Modification
          Modification indicates the action performed on the ODI interface object.

 

Classes in oracle.odi.interfaces.interactive used by oracle.odi.interfaces.interactive.exceptions
IInterfaceAction
          This is the interface for performing various actions on ODI interface objects.
IInterfaceIssue
          This is the interface representing the errors (issues) related to ODI interface objects.

 

Classes in oracle.odi.interfaces.interactive used by oracle.odi.interfaces.interactive.support
IActionHelper
          This interface provides the generic helper methods for various actions on ODI interface objects.
IAutoFixManager
          This interface manages the auto-fixing of actions.
IImpacts
          Implementations of this interface represent impacts that have been caused by the execution of an action.
IInteractiveInterfaceHelper
          Any class implementing this interface is a helper to manipulate Odi interfaces in an interactive way.
IInteractiveInterfaceHelperWithActions
          Any class implementing this interface is a helper to manipulate Odi interfaces in an interactive way.
IInterfaceAction
          This is the interface for performing various actions on ODI interface objects.
IInterfaceActionListener
          This is the interface for responding to the result of the various actions performed on ODI interface objects.
IInterfaceIssue
          This is the interface representing the errors (issues) related to ODI interface objects.
IInterfaceUndoListener
          This is the interface for managing the "undo" of actions performed on ODI interface objects.
InterfaceObjectModification
          This class manages the modifications performed on ODI interface objects.
ISourceSetComputer
          Computes source sets for an interface.

 

Classes in oracle.odi.interfaces.interactive used by oracle.odi.interfaces.interactive.support.actionlistener
IInterfaceActionListener
          This is the interface for responding to the result of the various actions performed on ODI interface objects.

 

Classes in oracle.odi.interfaces.interactive used by oracle.odi.interfaces.interactive.support.actions
IActionHelper
          This interface provides the generic helper methods for various actions on ODI interface objects.
IAliasComputer
          This interface provides the alias name computation for ODI interface data stores.
IClauseImporter
          This interface imports the filter and join conditions for ODI interface objects.
IInterfaceAction
          This is the interface for performing various actions on ODI interface objects.
IInterfaceActionListener
          This is the interface for responding to the result of the various actions performed on ODI interface objects.
IInterfaceUndoListener
          This is the interface for managing the "undo" of actions performed on ODI interface objects.
IMappingMatchPolicy
          An interface that can be implemented to define a matching policy that is used to reuse mappings when the target data store of an interface is changed.

 

Classes in oracle.odi.interfaces.interactive used by oracle.odi.interfaces.interactive.support.aliascomputers
IAliasComputer
          This interface provides the alias name computation for ODI interface data stores.

 

Classes in oracle.odi.interfaces.interactive used by oracle.odi.interfaces.interactive.support.clauseimporters
IActionHelper
          This interface provides the generic helper methods for various actions on ODI interface objects.
IClauseImporter
          This interface imports the filter and join conditions for ODI interface objects.
IInterfaceActionListener
          This is the interface for responding to the result of the various actions performed on ODI interface objects.
IInterfaceUndoListener
          This is the interface for managing the "undo" of actions performed on ODI interface objects.

 

Classes in oracle.odi.interfaces.interactive used by oracle.odi.interfaces.interactive.support.issues
IActionHelper
          This interface provides the generic helper methods for various actions on ODI interface objects.
IInterfaceIssue
          This is the interface representing the errors (issues) related to ODI interface objects.

 

Classes in oracle.odi.interfaces.interactive used by oracle.odi.interfaces.interactive.support.issues.autofixmanager
IAutoFixManager
          This interface manages the auto-fixing of actions.
IImpacts
          Implementations of this interface represent impacts that have been caused by the execution of an action.
IInteractiveInterfaceHelper
          Any class implementing this interface is a helper to manipulate Odi interfaces in an interactive way.
IInterfaceAction
          This is the interface for performing various actions on ODI interface objects.
IInterfaceActionListener
          This is the interface for responding to the result of the various actions performed on ODI interface objects.
IInterfaceUndoListener
          This is the interface for managing the "undo" of actions performed on ODI interface objects.

 

Classes in oracle.odi.interfaces.interactive used by oracle.odi.interfaces.interactive.support.issues.predicates
IInterfaceIssue.Severity
          Severity levels give information about the state of the interface and its children.

 

Classes in oracle.odi.interfaces.interactive used by oracle.odi.interfaces.interactive.support.mapping.automap
IActionHelper
          This interface provides the generic helper methods for various actions on ODI interface objects.
IInterfaceActionListener
          This is the interface for responding to the result of the various actions performed on ODI interface objects.
IInterfaceUndoListener
          This is the interface for managing the "undo" of actions performed on ODI interface objects.

 

Classes in oracle.odi.interfaces.interactive used by oracle.odi.interfaces.interactive.support.mapping.matchpolicy
IMappingMatchPolicy
          An interface that can be implemented to define a matching policy that is used to reuse mappings when the target data store of an interface is changed.

 

Classes in oracle.odi.interfaces.interactive used by oracle.odi.interfaces.interactive.support.references.breakers
IActionHelper
          This interface provides the generic helper methods for various actions on ODI interface objects.
IInterfaceActionListener
          This is the interface for responding to the result of the various actions performed on ODI interface objects.
IInterfaceUndoListener
          This is the interface for managing the "undo" of actions performed on ODI interface objects.

 

Classes in oracle.odi.interfaces.interactive used by oracle.odi.interfaces.interactive.support.sourceset.computers
IActionHelper
          This interface provides the generic helper methods for various actions on ODI interface objects.
IInterfaceActionListener
          This is the interface for responding to the result of the various actions performed on ODI interface objects.
IInterfaceUndoListener
          This is the interface for managing the "undo" of actions performed on ODI interface objects.
ISourceSetComputer
          Computes source sets for an interface.

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.