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

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

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

Methods in com.informatica.powercenter.sdk.mapfwk.core that throw InvalidTransformationException
 OutputSet TransformHelper.aggregate(RowSet rowSet, TransformField transformField, java.lang.String[] groupBy, java.lang.String name)
          Apply the aggregate transformation on a RowSet by adding a TransformField for a given group by criteria
 OutputSet TransformHelper.aggregate(RowSet rowSet, java.util.Vector vTransformField, java.lang.String[] groupBy, java.lang.String name)
          Apply the aggregate transformation on a RowSet by adding a collection of TransformFields for a given group by criteria
 OutputSet TransformHelper.aggregate(java.util.Vector vInputSets, java.util.Vector vTransformFields, java.lang.String[] groupBy, java.lang.String name)
          Apply the aggregate transformation on a collection of InputSets by adding a collection of TransformFields for a given group by criteria
 OutputSet TransformHelper.aggregate(java.util.Vector vInputSets, java.util.Vector vTransformFields, java.lang.String[] groupBy, TransformationProperties props, java.lang.String name)
          Apply the aggregate transformation on a collection of InputSets by adding a collection of TransformFields for a given group by criteria and TransformationProperties
 OutputSet UpdateStrategyTransformation.apply()
           
 OutputSet UnionTransformation.apply()
           
 OutputSet Transform.apply()
          Apply the Transformation.
 OutputSet TransactionControlTransformation.apply()
          Apply the Transformation.
 OutputSet StoredProcTransformation.apply()
          Apply the Stored Procedure Tranformation
 OutputSet SQLTransformation.apply()
          Apply the SQL transformation and get a OutputSet as output.
 OutputSet SorterTransformation.apply()
          Apply the Transformation.
 OutputSet SequenceGenTransformation.apply()
           
 OutputSet RouterTransformation.apply()
           
 OutputSet RankTransformation.apply()
          Apply the Rank Transformation.
 OutputSet OutputTransformation.apply()
          Apply the Transformation.
 OutputSet NormalizerTransformation.apply()
          Apply the transformation
 OutputSet MultiGroupASQTransformation.apply()
          This function return outset, which has different row sets for different goups in source.
 OutputSet MappletTransformation.apply()
          Apply the transformation
 OutputSet LookupTransformation.apply()
          Apply the Transformation.
 OutputSet JoinerTransformation.apply()
          Apply the Transformation.
 OutputSet InputTransformation.apply()
          Apply the transformation
 OutputSet GenericTransformation.apply()
           
 OutputSet FilterTransformation.apply()
          Apply the Transformation.
 OutputSet ExpTransformation.apply()
          Apply the Transformation.
 OutputSet DSQTransformation.apply()
          Apply the Transformation.
 OutputSet CustomTransformation.apply()
           
 OutputSet AggregateTransformation.apply()
          Apply the 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
 OutputSet TransformHelper.expression(InputSet inSet, TransformField transformField, java.lang.String name)
          Apply the expression transformation on a InputSet by adding a TransformField.
 OutputSet TransformHelper.expression(RowSet rowSet, TransformField transformField, java.lang.String name)
          Apply the expression transformation on a RowSet by adding a TransformField.
 OutputSet TransformHelper.expression(RowSet rowSet, java.util.Vector vTransformField, java.lang.String name)
          Apply the expression transformation on a RowSet by adding a collection of TransformField.
 OutputSet TransformHelper.expression(java.util.Vector vInputSets, java.util.Vector vTransformFields, java.lang.String name)
          Apply the expression transformation on a collection of InputSets by adding a collection of TransformFields.
 OutputSet TransformHelper.expression(java.util.Vector vInputSets, java.util.Vector vTransformFields, TransformationProperties props, java.lang.String name)
          Apply the expression transformation on a collection of InputSets by adding a collection of TransformFields and TransformationProperties
 OutputSet TransformHelper.filter(InputSet inputSetObj, java.lang.String filterExpr, java.lang.String name)
          Apply the filter transformation using an expression on a InputSet
 OutputSet TransformHelper.filter(RowSet rowSetObj, java.lang.String filterExpr, java.lang.String name)
          Apply the filter transformation using an expression on a RowSet
 OutputSet TransformHelper.filter(java.util.Vector inputSets, java.lang.String filterExpr, java.lang.String name)
          Apply the filter transformation using an expression on a collection of InputSets
 OutputSet TransformHelper.filter(java.util.Vector inputSets, java.lang.String filterExpr, TransformationProperties properties, java.lang.String name)
          Apply the filter transformation using an expression on a collection of InputSets and properties
 OutputSet TransformHelper.inputTransform(InputSet inputSetObj, java.lang.String name)
          Apply the input transformation using an expression on a InputSet
 OutputSet TransformHelper.inputTransform(RowSet rowSetObj, java.lang.String name)
          Apply the input transformation using an expression on a RowSet
 OutputSet TransformHelper.inputTransform(java.util.Vector inputSets, java.lang.String name)
          Apply the input transformation using an expression on a collection of InputSets
 OutputSet TransformHelper.inputTransform(java.util.Vector inputSets, TransformationProperties properties, java.lang.String name)
          Apply the input transformation using an expression on a collection of InputSets and properties
 OutputSet TransformHelper.join(java.util.Vector vDetailInputSets, InputSet masterInputSet, java.lang.String joinCnd, java.lang.String name)
          Apply the joiner transformation on a collection of Detail InputSet's using a given InputSet as a master.
 OutputSet TransformHelper.join(java.util.Vector vDetailInputSets, InputSet masterInputSet, java.lang.String joinCnd, TransformationProperties properties, java.lang.String name)
          Apply the joiner transformation on a collection of Detail InputSet's using a given InputSet as a master.
 OutputSet TransformHelper.join(java.util.Vector vDetailRowSets, RowSet masterRowSet, java.lang.String joinCnd, java.lang.String name)
          Apply the joiner transformation on a collection of Detail RowSet's using a given RowSet as a master.
 OutputSet TransformHelper.lookup(InputSet inputSetObj, SourceTarget sourceTgtObj, java.lang.String condition, java.lang.String name)
          Apply the lookup transformation on a InputSet using fields from a source for a set of conditions specified as a Lookup condition
 OutputSet TransformHelper.lookup(RowSet rowSetObj, SourceTarget sourceTgtObj, java.lang.String condition, java.lang.String name)
          Apply the lookup transformation on a rowset using fields from a source for a set of conditions specified as a Lookup Condition
 OutputSet TransformHelper.lookup(java.util.Vector vInputSets, SourceTarget sourceTgtObj, java.lang.String condition, java.lang.String name)
          Apply the lookup transformation on a collection of InputSet's using fields from a source for a set of conditions specified as a Lookup condition
 OutputSet TransformHelper.lookup(java.util.Vector vInputSets, SourceTarget sourceTgtObj, java.lang.String condition, TransformationProperties props, java.lang.String name)
          Apply the lookup transformation on a collection of InputSet's using fields from a source for a set of conditions specified as a Lookup condition along with additional properties
 OutputSet TransformHelper.normalizer(java.util.Vector vRecords, java.util.Vector vFields, RowSet rowset, PortLinkContext linkStrategy, java.lang.String name, java.lang.String instName)
          Create a Normalizer transformation.
 OutputSet TransformHelper.normalizer(java.util.Vector vRecords, java.util.Vector vFields, RowSet rowset, java.lang.String name, java.lang.String instName)
          Create a Normalizer transformation.
 OutputSet TransformHelper.outputTransform(InputSet inputSetObj, java.lang.String name)
          Apply the output transformation using an expression on a InputSet
 OutputSet TransformHelper.outputTransform(RowSet rowSetObj, java.lang.String name)
          Apply the output transformation using an expression on a RowSet
 OutputSet TransformHelper.outputTransform(java.util.Vector inputSets, java.lang.String name)
          Apply the output transformation using an expression on a collection of InputSets
 OutputSet TransformHelper.outputTransform(java.util.Vector inputSets, TransformationProperties properties, java.lang.String name)
          Apply the output transformation using an expression on a collection of InputSets and properties
 OutputSet TransformHelper.rank(InputSet inputSetObj, int rank, java.lang.String rankPort, java.lang.String[] groupBy, java.lang.String name)
          This method creates a Rank Transformation using an InputSet without specifying a transformation field and using default rank order i.e TOP.
 OutputSet TransformHelper.rank(InputSet inputSetObj, int rank, java.lang.String rankPort, java.lang.String[] groupBy, java.lang.String name, boolean top, java.util.Vector vTransformField)
          This method creates a Rank Transformation using a given set of transformation field and rank order.
 OutputSet TransformHelper.rank(InputSet inputSetObj, int rank, java.lang.String rankPort, java.lang.String[] groupBy, java.lang.String name, boolean top, java.util.Vector vTransformField, TransformationProperties properties)
          This method creates a Rank Transformation using a given set of transformation properties, transformation field and rank order.
 OutputSet TransformHelper.rank(InputSet inputSetObj, int rank, java.lang.String rankPort, java.lang.String[] groupBy, java.lang.String name, TransformField transformField)
          This method creates a Rank Transformation using a transformation field and rank order.
 OutputSet TransformHelper.rank(RowSet rowSetObj, int rank, java.lang.String rankPort, java.lang.String[] groupBy, java.lang.String name)
          This method creates a Rank Transformation using RowSet without specifying a transformation field and but giving rank order.
 OutputSet TransformHelper.rank(RowSet rowSetObj, int rank, java.lang.String rankPort, java.lang.String[] groupBy, java.lang.String name, boolean top)
          This method creates a Rank Transformation using a RowSet without specifying a transformation field and but giving rank order.
 OutputSet TransformHelper.router(InputSet inputSet, TransformGroup transGroup, java.lang.String name)
          Apply the Router transformation on an InputSet along with TransformGroup
 OutputSet TransformHelper.router(InputSet inputSet, java.util.Vector vTransGroup, java.lang.String name)
          Apply the Router transformation on a InputSet along with collection of TransformGroup objects
 OutputSet TransformHelper.router(InputSet inputSet, java.util.Vector vTransGroup, java.lang.String name, TransformationProperties properties)
          Apply the Router transformation on InputSet along with collection of TransformGroup objects
 OutputSet TransformHelper.router(RowSet rowSet, TransformGroup transGroup, java.lang.String name)
          Apply the Router transformation on a RowSet along with TransformGroup object
 OutputSet TransformHelper.router(RowSet rowSet, java.util.Vector vTransGroup, java.lang.String name)
          Apply the Router transformation on a RowSet along with collection of TransformGroup objects
 OutputSet TransformHelper.router(java.util.Vector vInputSets, java.util.Vector vTransGroup, java.lang.String name, TransformationProperties properties)
          Apply the Router transformation on a collection of InputSets along with collection of TransformGroup objects
 OutputSet TransformHelper.sequenceGenerator(java.lang.String name)
          Apply the Sequence Generator transformation
 OutputSet TransformHelper.sequenceGenerator(java.lang.String name, TransformationProperties properties)
          Apply the Sequence Generator transformation with properties
 OutputSet TransformHelper.sorter(InputSet inputSetObj, java.lang.String[] sorterPort, boolean[] ascending, java.lang.String name)
          This method creates a Sorter Transformation using an InputSet as input an array of sorting port and the sort direction.
 OutputSet TransformHelper.sorter(InputSet inputSetObj, java.lang.String[] sorterPort, boolean[] ascending, java.lang.String name, TransformationProperties properties, java.util.Vector vTransformField)
          This method creates a Sorter Transformation using an InputSet as Input an array of sorting port and the sort direction, a new transformafield and a set of TransformationProperties.
 OutputSet TransformHelper.sorter(InputSet inputSetObj, java.lang.String[] sorterPort, boolean[] ascending, java.lang.String name, TransformField transformField)
          This method creates a Sorter Transformation using an InputSet as Input an array of sorting port and the sort direction and a new transformafield.
 OutputSet TransformHelper.sorter(InputSet inputSetObj, java.lang.String sorterPort, boolean ascending, java.lang.String name)
          This method creates a Sorter Transformation using an InputSet as input a sorting port and the sort direction.
 OutputSet TransformHelper.sorter(RowSet rowSetObj, java.lang.String[] sorterPort, boolean[] ascending, java.lang.String name)
          This method creates a Sorter Transformation using a RowSet as input an array of sorting port and the sort direction.
 OutputSet TransformHelper.sorter(RowSet rowSetObj, java.lang.String sorterPort, boolean ascending, java.lang.String name)
          This method creates a Sorter Transformation using a RowSet as input a sorting port and the sort direction.
 OutputSet TransformHelper.sourceQualifier(ShortCut shortCutObject)
          create a source qualifier from a shortcut of source object
 OutputSet TransformHelper.sourceQualifier(Source source)
          Apply the Source Qualifier transformation on a Source object
 OutputSet TransformHelper.sqlTransformation(InputSet inputSet, java.util.Vector vTransformFields, boolean isQueryMode, int DBType, boolean isStaticConnection, boolean isConnectionObjectProvided, java.lang.String name, TransformationProperties prop)
          Creates a SQL transformation depending on the arguments passed.
 OutputSet TransformHelper.sqlTransformation(RowSet inputRowSet, java.util.Vector vTransformFields, boolean isQueryMode, int DBType, boolean isStaticConnection, boolean isConnectionObjectProvided, java.lang.String name, TransformationProperties prop)
          Creates a SQL transformation depending on the arguments passed.
 OutputSet TransformHelper.sqlTransformation(java.util.Vector vInputSets, java.util.Vector vTransformFields, boolean isQueryMode, int DBType, boolean isStaticConnection, boolean isConnectionObjectProvided, java.lang.String name)
          Creates a SQL transformation depending on the arguments passed.
 OutputSet TransformHelper.sqlTransformation(java.util.Vector vInputSets, java.util.Vector vTransformFields, boolean isQueryMode, int DBType, boolean isStaticConnection, boolean isConnectionObjectProvided, java.lang.String name, TransformationProperties prop)
          Creates a SQL transformation depending on the arguments passed.
 OutputSet TransformHelper.sqlTransformation(java.util.Vector vInputSets, java.util.Vector vTransformFields, java.lang.String name)
          creates a SQL tranformation using the query mode, Oracle DB and static connection
 OutputSet TransformHelper.storedProc(InputSet inputSet, java.util.Vector vTransformFields, java.lang.String name, java.lang.String procName)
          Apply the Stored Procedure transformation on an InputSet by adding a collection of TransformFields and giving the Stored Proc Name.
 OutputSet TransformHelper.storedProc(InputSet inputSet, java.util.Vector vTransformFields, java.lang.String name, java.lang.String procName, TransformationProperties properties)
          Apply the Stored Procedure transformation on an InputSet by adding a collection of TransformFields and giving the Stored Proc Name and setting the properties.The InputSet of the Stored Procedure must match the Input Parameters of the Stored procedure.
 OutputSet TransformHelper.storedProc(RowSet rowSet, java.lang.String name, java.lang.String procName)
          Apply the Stored Procedure transformation on a RowSet by giving the Stored Proc Name.
 OutputSet TransformHelper.storedProc(RowSet rowSet, java.util.Vector vTransformFields, java.lang.String name, java.lang.String procName)
          Apply the Stored Procedure transformation on a RowSet by adding a collection of TransformFields and giving the Stored Proc Name.
 OutputSet TransformHelper.transactionControl(InputSet inputSet, java.util.Vector vTransformFields, java.lang.String name, java.lang.String condition, TransformationProperties properties)
          Apply the Transaction Control transformation on a collection of InputSets by adding a collection of TransformFields and TransformationProperties
 OutputSet TransformHelper.transactionControl(RowSet rowSet, java.lang.String name, java.lang.String condition, TransformationProperties properties)
          Apply the Transaction Control transformation on a RowSet.
 OutputSet TransformHelper.transactionControl(RowSet rowSet, java.util.Vector vTransformField, java.lang.String name, java.lang.String condition, TransformationProperties properties)
          Apply the Transaction Control transformation on a RowSet by adding a collection of TransformFields.
 OutputSet TransformHelper.union(InputSet inputSetObj, RowSet groupFieldSet, java.lang.String name)
          Apply the union transformation on a single InputSet and along with group field RowSet.
 OutputSet TransformHelper.union(RowSet rowSetObj, RowSet groupFieldSet, java.lang.String name)
          Apply the union transformation on a single RowSet and along with group field RowSet.
 OutputSet TransformHelper.union(java.util.Vector inputSets, RowSet groupFieldSet, java.lang.String name)
          Apply the union transformation on a collection of InputSets and along with group field RowSet.
 OutputSet TransformHelper.union(java.util.Vector inputSets, RowSet groupFieldSet, TransformationProperties properties, java.lang.String name)
          Apply the union transformation on a collection of InputSets and along with group field RowSet and properties.
 OutputSet TransformHelper.updateStrategy(InputSet inputSetObj, java.lang.String strategyExpr, java.lang.String name)
          Apply the Update Strategy transformation using an expression on a InputSet
 OutputSet TransformHelper.updateStrategy(RowSet rowSetObj, java.lang.String strategyExpr, java.lang.String name)
          Apply the Update Strategy transformation using an expression on a RowSet
 OutputSet TransformHelper.updateStrategy(java.util.Vector inputSets, java.lang.String strategyExpr, java.lang.String name)
          Apply the Update Strategy transformation using an expression on a collection of InputSets
 OutputSet TransformHelper.updateStrategy(java.util.Vector inputSets, java.lang.String strategyExpr, TransformationProperties properties, java.lang.String name)
          Apply the Update Strategy transformation using an expression on a collection of InputSets and properties
 

Constructors in com.informatica.powercenter.sdk.mapfwk.core that throw InvalidTransformationException
AggregateTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, Mapping mapping, java.util.Vector vInputSets, java.util.Vector vTransformFields, java.lang.String[] groupBy, TransformationProperties props)
          Constructor for Aggregate Transformation
CustomTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, int type, Mapping mapping, java.util.Vector vGroupSets, java.lang.String moduleIdetifier, java.lang.String functionIdetifier, TransformationProperties properties)
          Constructor for Custom Transformation
ExpTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, Mapping mapping, java.util.Vector vInputSets, java.util.Vector vTransformFields, TransformationProperties props)
          Constructor for Expression Transformation
FilterTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, Mapping mapping, java.util.Vector vInputSets, java.lang.String filterExpr, TransformationProperties props)
           
GenericTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, java.lang.String transformationType)
          Initialize the object with name, business name, description and instance name
GenericTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, java.lang.String transformationType, java.util.Vector vInputOrGroupSets, java.util.Vector vTransformFields, TransformationProperties props)
          This constructor needs to be used for creating a generic transformation
InputTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, java.util.Vector vInputSets, TransformationProperties props)
          Constructor for Input Transformation
JoinerTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, Mapping mapping, java.util.Vector vDetailInputSets, InputSet masterInputSet, java.lang.String joinCnd, TransformationProperties props)
           
LookupTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, Mapping mapping, java.util.Vector vInputSets, SourceTarget sourceTgtObj, java.lang.String condition, TransformationProperties props)
          Constructor for Lookup Transformation
MappletTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, java.util.Vector vGroupSets)
          rjain created during mapplet extension Initialize the object using name, business name, description and instance name, vGroupSet and transformation type
NormalizerTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, java.util.Vector vRecords, java.util.Vector vFields, java.util.Vector vInputSets, java.util.Vector normalizerPorts, TransformationProperties props)
          Constructor for Normalizer Transformation
OutputTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, java.util.Vector vInputSets, TransformationProperties props)
          Constructor for Output transformation
RankTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, Mapping mapping, InputSet vInputSets, int rank, java.lang.String rankPort, java.lang.String[] groupBy, boolean top, java.util.Vector vTransformFields, TransformationProperties props)
          Constructor for Rank Transformation
RouterTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, Mapping mapping, java.util.Vector vInputSets, java.util.Vector vTransformGroup, TransformationProperties props)
           
SequenceGenTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, Mapping mapping, TransformationProperties props)
          Constructor for Sequence Transformation
SorterTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, Mapping mapping, InputSet inputSetObj, java.lang.String[] sorterPort, boolean[] ascending, TransformationProperties properties, java.util.Vector vTransformField)
           
SQLTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, Mapping mapping, java.util.Vector vInputSets, java.util.Vector vTransformFields, boolean isQueryMode, int DBType, boolean isStaticConnection, boolean isConnectionObjectProvided, TransformationProperties properties)
          Initialise the Transformation with all the required fields.
StoredProcTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, Mapping mapping, InputSet inputSet, java.util.Vector vTransformFields, TransformationProperties properties)
          Constructor for Stored Procedure Transformation
TransactionControlTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, Mapping mapping, InputSet inputSet, java.util.Vector vTransformFields, java.lang.String condition, TransformationProperties properties)
          Constructor for Transaction Control Transformation
UnionTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, Mapping mapping, java.util.Vector inputSets, RowSet groupFieldSet, TransformationProperties properties)
          Constructor for Union Transformation
UpdateStrategyTransformation(java.lang.String name, java.lang.String busName, java.lang.String desc, java.lang.String instName, Mapping mapping, java.util.Vector inputSets, java.lang.String strategyExpr, TransformationProperties properties)
          Constructor for Update Strategy Transformation