Skip navigation links

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

E17060-03


Uses of Interface
oracle.odi.interfaces.interactive.IAutoFixManager

Packages that use IAutoFixManager
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 IAutoFixManager in oracle.odi.interfaces.interactive

 

Methods in oracle.odi.interfaces.interactive with parameters of type IAutoFixManager
 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.

 

Uses of IAutoFixManager in oracle.odi.interfaces.interactive.support

 

Methods in oracle.odi.interfaces.interactive.support with parameters of type IAutoFixManager
 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 IAutoFixManager
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy, IAutoFixManager pAutoFixManager)
          Constructor for this helper class, that allows more specialized creator and provider classes to be specified.
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy, IAutoFixManager pAutoFixManager, IInterfaceActionListener pActionListenerForChangesAtOpenTime)
          Constructor for this helper class, that allows more specialized creator and provider classes to be specified.
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy, IAutoFixManager pAutoFixManager, IInterfaceActionListener pActionListenerForChangesAtOpenTime, boolean pGarbagedDestroyedObject)
          A detailed constructor for this helper class, allowing for many specialized settings.

 

Uses of IAutoFixManager in oracle.odi.interfaces.interactive.support.issues.autofixmanager

 

Classes in oracle.odi.interfaces.interactive.support.issues.autofixmanager that implement IAutoFixManager
 class AutoFixManagerComposer
          Implementation of IAutoFixManager interface which maintains references to various autofix managers.
 class AutoFixManagerEnableText
          Implementation of IAutoFixManager interface which fixes IExecutableTextHolder sub-component text-enabling modification errors.
 class AutoFixManagerLazy
          Generic implementation of IAutoFixManager interface.
 class AutoFixManagerNewObjects
          Implementation of IAutoFixManager interface which fixes errors resulting from the addition of a sub-component.

 

Constructors in oracle.odi.interfaces.interactive.support.issues.autofixmanager with parameters of type IAutoFixManager
AutoFixManagerComposer(IAutoFixManager[] pAutoFixManagers)
          Creates a new AutoFixManagerComposer by registering one or more auto fix managers.

 


Skip navigation links

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

E17060-03


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