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

E17060-01

Uses of Class
oracle.odi.domain.project.interfaces.SourceSet

Packages that use SourceSet
oracle.odi.domain.project.interfaces This package contains Oracle Data Integrator Interface implementation. 
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.actions This package contains the Oracle Data Integrator interface action implementation classes Classes in this package allow modification to the ODI interface object, when used in conjunction with the oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions helper class. 
oracle.odi.interfaces.interactive.support.sourceset.creators Contains classes which handles the Oracle Data Integrator interface source set creation. 
oracle.odi.interfaces.interactive.support.textholder This package contains the implementations of text holder for various types of objects, such as joins, filters, target columns and target mappings, in Oracle Data Integrator interfaces. 
 

Uses of SourceSet in oracle.odi.domain.project.interfaces
 

Methods in oracle.odi.domain.project.interfaces that return SourceSet
 SourceSet GenericClause.getSourceSet()
          Returns the source set where this clause is executed.
 SourceSet SourceDataStore.getSourceSet()
          Get the SourceSet object that contains this source data store in the interface.
 SourceSet TargetMapping.getSourceSet()
          Returns the SourceSet to which this mapping is attached.
 

Methods in oracle.odi.domain.project.interfaces that return types with arguments of type SourceSet
 java.util.Collection<SourceSet> DataSet.getSourceSets()
          Returns the list of source sets contained in this dataset.
 

Methods in oracle.odi.domain.project.interfaces with parameters of type SourceSet
 void DataSet.addSourceSet(SourceSet pSourceSet)
          Internal use only Adds the given source set to this dataset.
 void DataSet.removeSourceSet(SourceSet pSourceSet)
          Internal use only Removes a source set from this dataset.
 void GenericClause.setSourceSet(SourceSet pSourceSet)
          Internal use only Sets the source set where this clause will be executed.
 void SourceDataStore.setSourceSet(SourceSet pSourceSet)
          Set the SourceSet object that contains this source data store in the interface.
 void TargetMapping.setSourceSet(SourceSet pSourceSet)
          Internal use only Sets the source set to which this mapping should be attached.
 

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

Methods in oracle.odi.interfaces.interactive.support that return SourceSet
 SourceSet ISourceSetCreator.createSourceSetFor(SourceDataStore[] pSourceDataStores, ISourceSetNameProvider pSourceSetNameProvider)
          Creates a SourceSet for the corresponding source datastores.
 SourceSet IExecutableTextHolder.getSourceSet()
          Returns the source set in which this TextHolder is located.
 

Methods in oracle.odi.interfaces.interactive.support with parameters of type SourceSet
 void IExecutableTextHolder.setSourceSet(SourceSet pSourceSet)
          Sets the source set in which this TextHolder is located.
 void ISourceSetListener.sourceSetAdded(SourceSet pSourceSet)
          A new source set has been added.
 void ISourceSetListener.sourceSetRemoved(SourceSet pSourceSet)
          A source set has been removed.
 void ISourceSetListener.sourceSetRenamed(SourceSet pSourceSet, java.lang.String pOldName, java.lang.String pNewName)
          A source set has been renamed.
 

Uses of SourceSet in oracle.odi.interfaces.interactive.support.actions
 

Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type SourceSet
InterfaceActionOnSourceSetSetName(SourceSet pSourceSet, java.lang.String pName)
          Constructor for the action class.
 

Uses of SourceSet in oracle.odi.interfaces.interactive.support.sourceset.creators
 

Methods in oracle.odi.interfaces.interactive.support.sourceset.creators that return SourceSet
 SourceSet SourceSetCreatorNew.createSourceSetFor(SourceDataStore[] pSourceDataStores, ISourceSetNameProvider pSourceSetNameProvider)
           
 

Methods in oracle.odi.interfaces.interactive.support.sourceset.creators with parameters of type SourceSet
 void SourceSetCreatorNew.sourceSetAdded(SourceSet pSourceSet)
           
 void SourceSetCreatorNew.sourceSetRemoved(SourceSet pSourceSet)
           
 void SourceSetCreatorNew.sourceSetRenamed(SourceSet pSourceSet, java.lang.String pOldName, java.lang.String pNewName)
           
 

Uses of SourceSet in oracle.odi.interfaces.interactive.support.textholder
 

Methods in oracle.odi.interfaces.interactive.support.textholder that return SourceSet
 SourceSet ExecutableTextHolderGenericClause.getSourceSet()
           
 SourceSet ExecutableTextHolderTargetColumn.getSourceSet()
           
 SourceSet ExecutableTextHolderTargetMapping.getSourceSet()
           
 

Methods in oracle.odi.interfaces.interactive.support.textholder with parameters of type SourceSet
 void ExecutableTextHolderGenericClause.setSourceSet(SourceSet pSourceSet)
           
 void ExecutableTextHolderTargetColumn.setSourceSet(SourceSet pSourceSet)
           
 void ExecutableTextHolderTargetMapping.setSourceSet(SourceSet pSourceSet)
           
 


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.