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

E17060-01

oracle.odi.interfaces.interactive.support
Interface ISourceSetNameProvider

All Superinterfaces:
ISourceSetListener

public interface ISourceSetNameProvider
extends ISourceSetListener

Implementations of this class are in charge of providing names for SourceSets.

Since:
11.1.1.3.0
See Also:
SourceSet, ISourceSetCreator

Method Summary
 java.lang.String giveNewName(SourceDataStore[] pSourceDataStores)
          Returns a name for the SourceSet containing the following SourceDataStores.
 
Methods inherited from interface oracle.odi.interfaces.interactive.support.ISourceSetListener
sourceSetAdded, sourceSetRemoved, sourceSetRenamed
 

Method Detail

giveNewName

java.lang.String giveNewName(SourceDataStore[] pSourceDataStores)
Returns a name for the SourceSet containing the following SourceDataStores.

Parameters:
pSourceDataStores - all source datastores in the source set for which we want a name
Returns:
a name for the source set

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.