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.support.ISourceSetNameProvider

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

 

Methods in oracle.odi.interfaces.interactive that return ISourceSetNameProvider
 ISourceSetNameProvider IActionHelper.getSourceSetNameProvider()
          Please refer to InteractiveInterfaceHelperWithActions.

 

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

 

Methods in oracle.odi.interfaces.interactive.support that return ISourceSetNameProvider
 ISourceSetNameProvider InteractiveInterfaceHelperWithActions.getSourceSetNameProvider()
          Returns the current ISourceSetNameProvider interface instance object that is used to generate source set names.

 

Methods in oracle.odi.interfaces.interactive.support with parameters of type ISourceSetNameProvider
 SourceSet ISourceSetCreator.createSourceSetFor(SourceDataStore[] pSourceDataStores, IOdiEntityManager pEntityManager, ISourceSetNameProvider pSourceSetNameProvider)
          Creates a SourceSet for the corresponding source datastores.
 SourceSet ISourceSetCreator.createSourceSetFor(SourceDataStore[] pSourceDataStores, ISourceSetNameProvider pSourceSetNameProvider)
          Deprecated. use the one with pEntityManager instead

 

Constructors in oracle.odi.interfaces.interactive.support with parameters of type ISourceSetNameProvider
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 ISourceSetNameProvider in oracle.odi.interfaces.interactive.support.sourceset.creators

 

Methods in oracle.odi.interfaces.interactive.support.sourceset.creators with parameters of type ISourceSetNameProvider
 SourceSet SourceSetCreatorNew.createSourceSetFor(SourceDataStore[] pSourceDataStores, IOdiEntityManager pEntityManager, ISourceSetNameProvider pSourceSetNameProvider)
           
 SourceSet SourceSetCreatorNew.createSourceSetFor(SourceDataStore[] pSourceDataStores, ISourceSetNameProvider pSourceSetNameProvider)
           

 


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.