|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| 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, IOdiEntityManager pEntityManager, ISourceSetNameProvider pSourceSetNameProvider)Creates a SourceSet for the corresponding source datastores. |
SourceSet |
createSourceSetFor(SourceDataStore[] pSourceDataStores, ISourceSetNameProvider pSourceSetNameProvider)Deprecated. use the one with pEntityManager instead |
| Methods inherited from interface oracle.odi.interfaces.interactive.support.ISourceSetListener |
|---|
sourceSetAdded, sourceSetRemoved, sourceSetRenamed |
| Method Detail |
|---|
SourceSet createSourceSetFor(SourceDataStore[] pSourceDataStores,
IOdiEntityManager pEntityManager,
ISourceSetNameProvider pSourceSetNameProvider)
throws InexistentMappingException
SourceSet for the corresponding source datastores.pSourceDataStores - the source datastores for which a new source set should be createdpEntityManager - an entity manager to get KMspSourceSetNameProvider - a name provider that will give the new source set a nameInexistentMappingException - if one or more datastores have a broken OdiLogicalSchema - OdiContext mapping that doesn't point to any OdiPhysicalSchema
SourceSet createSourceSetFor(SourceDataStore[] pSourceDataStores,
ISourceSetNameProvider pSourceSetNameProvider)
throws InexistentMappingException
pSourceDataStores -pSourceSetNameProvider -InexistentMappingException
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||