Uses of Class
com.informatica.powercenter.sdk.mapfwk.core.Source

Packages that use Source
com.informatica.powercenter.sdk.mapfwk.core   
 

Uses of Source in com.informatica.powercenter.sdk.mapfwk.core
 

Subclasses of Source in com.informatica.powercenter.sdk.mapfwk.core
 class PowerConnectSource
          This class gives additional support for PowerConnect sources.
 

Methods in com.informatica.powercenter.sdk.mapfwk.core that return Source
 Source TransformationContext.getLookupSource()
          Get the Lookup Source object
 Source InputSet.getSource()
          Get the source object
 Source Folder.getSource(java.lang.String name)
          Gets a Source object for a given name
 

Methods in com.informatica.powercenter.sdk.mapfwk.core with parameters of type Source
 void MappBase.addSource(Source s)
          Add a source object
 void Folder.addSource(Source sourceObj)
          Adds a Source in the folder if it is not already present.
 void MappBase.removeSource(Source s)
          Remove a source object
 void Folder.removeSource(Source sourceObj)
          Removes the specified Source from the folder
 void InputSet.setSource(Source src)
          Set the Source object
 OutputSet TransformHelper.sourceQualifier(Source source)
          Apply the Source Qualifier transformation on a Source object
 

Constructors in com.informatica.powercenter.sdk.mapfwk.core with parameters of type Source
InputSet(Source sourceObj)
          Initialize the InputSet object from a Source object.
InputSet(Source sourceObj, PortPropagationContext contextObj)
          Initialize the InputSet object from a Source object and a propagation context.
InputSet(Source sourceObj, PortPropagationContext contextObj, PortLinkContext linkContextObj)
          Initialize the InputSet object from a Source object and a propagation context.