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

E17060-01

Uses of Interface
oracle.odi.interfaces.interactive.support.ISourceSetCreator

Packages that use ISourceSetCreator
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.sourceset.creators Contains classes which handles the Oracle Data Integrator interface source set creation. 
 

Uses of ISourceSetCreator in oracle.odi.interfaces.interactive
 

Methods in oracle.odi.interfaces.interactive that return ISourceSetCreator
 ISourceSetCreator IActionHelper.getSourceSetCreator()
          Returns the current ISourceSetCreator interface instance object that is used to create the source sets.
 

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

Methods in oracle.odi.interfaces.interactive.support that return ISourceSetCreator
 ISourceSetCreator InteractiveInterfaceHelperWithActions.getSourceSetCreator()
          Returns the current ISourceSetCreator interface instance object that is used to create the source sets.
 

Constructors in oracle.odi.interfaces.interactive.support with parameters of type ISourceSetCreator
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, oracle.odi.core.IOdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy)
          Deprecated. replaced by constructor with OdiInstance
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, oracle.odi.core.IOdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy, IAutoFixManager pAutoFixManager)
          Deprecated. replaced by constructor with OdiInstance
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, oracle.odi.core.IOdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy, IAutoFixManager pAutoFixManager, IInterfaceActionListener pActionListenerForChangesAtOpenTime)
          Deprecated. replaced by constructor with OdiInstance
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, oracle.odi.core.IOdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy, IAutoFixManager pAutoFixManager, IInterfaceActionListener pActionListenerForChangesAtOpenTime, boolean pGarbagedDestroyedObject)
          Deprecated. replaced by constructor with OdiInstance
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy)
          Constructor for this helper class, that takes an entity manager and an action listener interface instance reference.
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 ISourceSetCreator in oracle.odi.interfaces.interactive.support.sourceset.creators
 

Classes in oracle.odi.interfaces.interactive.support.sourceset.creators that implement ISourceSetCreator
 class SourceSetCreatorNew
          This implementation systematically create new source sets and can automatically choose LKMs if needed.
It doesn't cache deleted source sets.
 


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

E17060-01

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