com.informatica.powercenter.sdk.mapfwk.core
Class ExcludedFieldStrategy

java.lang.Object
  extended by com.informatica.powercenter.sdk.mapfwk.core.ExcludedColumnStrategy
      extended by com.informatica.powercenter.sdk.mapfwk.core.ExcludedFieldStrategy
All Implemented Interfaces:
PropogateStrategy

public class ExcludedFieldStrategy
extends ExcludedColumnStrategy

Propogate Strategy for excluding certain fields while propogating


Constructor Summary
ExcludedFieldStrategy(java.util.Vector cols)
          Instantiate ExcludedFieldStrategy with vector of fields that need to be excluded during propogation
 
Method Summary
protected  boolean isNotPresent(Field field)
          Checks if the given field is present in the given list
 
Methods inherited from class com.informatica.powercenter.sdk.mapfwk.core.ExcludedColumnStrategy
propogate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcludedFieldStrategy

public ExcludedFieldStrategy(java.util.Vector cols)
Instantiate ExcludedFieldStrategy with vector of fields that need to be excluded during propogation

Parameters:
cols - Vector of fields to be excluded
Method Detail

isNotPresent

protected boolean isNotPresent(Field field)
Checks if the given field is present in the given list

Overrides:
isNotPresent in class ExcludedColumnStrategy
Parameters:
field -
Returns:
boolean