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

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

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

Methods in com.informatica.powercenter.sdk.mapfwk.core that return PortLinkContext
static PortLinkContext PortLinkContextFactory.getPortLinkContextByMap(java.util.Map map)
          Create link context using mapped fields in Hashtable
static PortLinkContext PortLinkContextFactory.getPortLinkContextByName()
          Create a port link context by name
static PortLinkContext PortLinkContextFactory.getPortLinkContextByName(java.util.Vector voutFields)
          Create link context by name
static PortLinkContext PortLinkContextFactory.getPortLinkContextByPosition(java.util.Vector voutFields)
          Create link context by position
 

Methods in com.informatica.powercenter.sdk.mapfwk.core with parameters of type PortLinkContext
 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.
 

Constructors in com.informatica.powercenter.sdk.mapfwk.core with parameters of type PortLinkContext
GroupSet(RowSet rowset, PortPropagationContext portPropContext, PortLinkContext linkContext, java.lang.String name, int groupType)
          Initialize the object with RowSet, propagation context, port link context Group name and Group type
InputSet(RowSet rowSetObj, PortLinkContext linkContext)
          Initialize the InputSet object for a RowSet object along with a PortLinkContext.
InputSet(RowSet rsObj, PortPropagationContext contextObj, PortLinkContext linkContextObj)
          Initialize the InputSet object for a RowSet object along with a PortPropagationContext and PortLinkContext.
InputSet(Source sourceObj, PortPropagationContext contextObj, PortLinkContext linkContextObj)
          Initialize the InputSet object from a Source object and a propagation context.