Uses of Interface
com.informatica.powercenter.sdk.mapfwk.core.Transform

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

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

Classes in com.informatica.powercenter.sdk.mapfwk.core that implement Transform
 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 Transformation
          Base class for all transformations that implement Transform interface.
 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.