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

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

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

Subclasses of Transformation in com.informatica.powercenter.sdk.mapfwk.core
 class AggregateTransformation
          The class AggregateTransformation extends Transformation .
 class ASQTransformation
          Class that provides the Application Source Qualifier transformation functionality by implementing the Transform interface.
 class CustomTransformation
          This class implements the Custom Transformation for Active and Passive type.
 class DSQTransformation
          Class that provides the Source Qualifier transformation functionality by implementing the Transform interface.
 class ExpTransformation
          Class to provide the Expression Transformation functionality.
 class FilterTransformation
          Class that provides the Filter Transformation functionality.
 class GenericTransformation
           
 class InputTransformation
          This class is for creating input transfrom which is used in a mapplet
 class JoinerTransformation
          This class provides by the Joiner Transformation functionality.
 class LookupTransformation
          This class implements the Lookup Transformation.
 class MappletTransformation
          This class enables the usage of a Mapplet in a transformation.
 class MultiGroupASQTransformation
           
 class NormalizerTransformation
           
 class OutputTransformation
          This class is for creating output transformation which is used by mapplet
 class RankTransformation
          The following class encaspulates the creation of Rank transformation which extends Transformation.
 class RouterTransformation
          This class implements the Router Transformation.
 class SequenceGenTransformation
          This class implements the Sequence Generator Transformation.
 class SorterTransformation
          The class SorterTransformation implements a Sorter Transformation.
 class SQLTransformation
          The class StoredProcTransformation extents Transformation.
 class StoredProcTransformation
          The class StoredProcTransformation extents Transformation.
 class TransactionControlTransformation
           A TransactionControl Transformation is used to manage a Transaction.
 class UnconnectedLookup
          This class implements the UnConnected Lookup transformation.
 class UnionTransformation
          This class implements the Union Transformation.
 class UpdateStrategyTransformation
          This class implements the Update Strategy Transformation.
 

Methods in com.informatica.powercenter.sdk.mapfwk.core that return Transformation
 Transformation PowerConnectSource.createASQTransform()
          This function ceates an ASQ Transformation for a given PowerConnect Source
 Transformation Source.createDSQTransform()
          Creates a DSQTransform and returns an OutputSet
 Transformation Source.createDSQTransform(java.lang.String name)
          Creates a DSQTransform with name and returns an OutputSet
 Transformation TransformationContext.createTransform(int type)
          Get a transformation object for a given TransformationContext object and type
 Transformation TransformationContext.createTransform(int type, java.lang.String transformName)
          Get a transformation object for a given TransformationContext object and type
 Transformation TransformationContext.createTransform(int type, java.lang.String transformName, InputSet masterInputSet)
          Get a transformation object for a given TransformationContext object type and master input set
 Transformation TransformationContext.createTransform(int type, java.lang.String transformName, RowSet groupFieldSet)
          Get a transformation object for a given TransformationContext object type and group fields set
 Transformation TransformationContext.createTransform(int type, java.lang.String transformName, SourceTarget srcObj)
          Get a transformation object for a given TransformationContext object type and Source
 Transformation TransformationContext.createTransform(int type, java.lang.String transformName, java.lang.String instName)
          Get a transformation object for a given TransformationContext object and type
 Transformation TransformationContext.createTransform(int type, java.lang.String transformName, java.lang.String instName, InputSet masterInputSet)
          Get a transformation object for a given TransformationContext object type and master input set
 Transformation TransformationContext.createTransform(int type, java.lang.String transformName, java.lang.String instName, RowSet groupFieldSet)
          Get a transformation object for a given TransformationContext object type and group fields set
 Transformation TransformationContext.createTransform(int type, java.lang.String transformName, java.lang.String instName, SourceTarget srcObj)
          Get a transformation object for a given TransformationContext object type and Source
 Transformation MappBase.getTransformation(java.lang.String name)
          Return the transformation for a given transformation name
static Transformation TransformContextFactory.getTransformContext(int type)
          Return an object that implements the Transform interface depending on the integer constant, type.
 Transformation TransformationContext.getTransformObj()
          Get the Transformation object
 

Methods in com.informatica.powercenter.sdk.mapfwk.core with parameters of type Transformation
 void MappBase.addTransformation(Transformation transform)
          Add a transformation object
 void Folder.addTransformation(Transformation transObj)
          Adds a Transformation in the folder if it is not already present
 void MappBase.removeTransformation(Transformation transform)
          Remove a transformation object
 void Folder.removeTransformation(Transformation transObj)
          Removes the specified Transformation from the folder