|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISourceSetCreator
Implementations of this class are used by ISourceSetComputers to create new SourceSets when needed.
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 |
|---|
SourceSet createSourceSetFor(SourceDataStore[] pSourceDataStores,
ISourceSetNameProvider pSourceSetNameProvider)
throws InexistentMappingException
SourceSet for the corresponding source datastores.
pSourceDataStores - the source datastores for which a new source set should be createdpSourceSetNameProvider - a name provider that will give the new source set a name
InexistentMappingException - if one or more datastores have a broken OdiLogicalSchema - OdiContext mapping that doesn't point to any OdiPhysicalSchema
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||