Skip navigation links

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

E17060-02


oracle.odi.interfaces.interactive.support
Interface ISourceSetCreator

All Superinterfaces:
ISourceSetListener
All Known Implementing Classes:
SourceSetCreatorNew

public interface ISourceSetCreator
extends ISourceSetListener

Implementations of this class are used by ISourceSetComputers to create new SourceSets when needed.

Since:
11.1.1.3.0
See Also:
ISourceSetComputer

Method Summary
 SourceSet createSourceSetFor(SourceDataStore[] pSourceDataStores, ISourceSetNameProvider pSourceSetNameProvider)
          Creates a SourceSet for the corresponding source datastores.

 

Methods inherited from interface oracle.odi.interfaces.interactive.support.ISourceSetListener
sourceSetAdded, sourceSetRemoved, sourceSetRenamed

 

Method Detail

createSourceSetFor

SourceSet createSourceSetFor(SourceDataStore[] pSourceDataStores,
                             ISourceSetNameProvider pSourceSetNameProvider)
                             throws InexistentMappingException
Creates a SourceSet for the corresponding source datastores.
Parameters:
pSourceDataStores - the source datastores for which a new source set should be created
pSourceSetNameProvider - a name provider that will give the new source set a name
Returns:
the new source set
Throws:
InexistentMappingException - if one or more datastores have a broken OdiLogicalSchema - OdiContext mapping that doesn't point to any OdiPhysicalSchema

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.