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

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

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

Methods in com.informatica.powercenter.sdk.mapfwk.core with parameters of type Mapplet
 void Folder.addMapplet(Mapplet mapObj)
          Adds a Mapplet in the folder if it is not already present
 java.util.Vector MappletHelper.getInputGroupSets(Mapplet mapplet, java.util.Vector vInputSets, java.util.Properties nameMapping)
          This function generates Input Groupset from the vector of Inputset which could be used for different purposes.
 java.util.Vector MappletHelper.getOutputGroupSets(Mapplet mapplet, java.util.Properties nameMapping)
          This function generates Output Groupset from the fields of output transformation of mapplet which could be used for different purposes.
 OutputSet TransformHelper.mapplet(Mapplet mapplet, java.util.Vector vInputSets, java.lang.String instName)
          Use the mapplet either as a Transformation or Source.
 void Folder.removeMapplet(Mapplet mapObj)
          Removes the specified Mapplet from the folder
 

Constructors in com.informatica.powercenter.sdk.mapfwk.core with parameters of type Mapplet
TransformHelper(Mapplet mapplet)
          Initialize the object with a Mapplet object