|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.fc.Function
com.ibm.di.fc.dcs.DataCleanserFC
public class DataCleanserFC
This class initializes Data Cleanser Service and takes a string and gives a standard CDM String corresponding to the inout string.
Field Summary | |
---|---|
static java.lang.String |
CDM_ATTR_TYPE
This output map attribute is used to override the CDM Attribute name set in the Components configuration panel. |
static java.lang.String |
CLEANSED_STRING
This input map attribute is the cleansed string of the given input string. |
static java.lang.String |
INPUT_STRING
This output map attribute is for input string which need to be cleansed. |
Fields inherited from class com.ibm.di.fc.Function |
---|
logger |
Constructor Summary | |
---|---|
DataCleanserFC()
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributeTypes()
Retrieves the Attribute Types which can be cleansed. |
java.lang.String |
getVersion()
Version information. |
void |
initialize(java.lang.Object obj)
Called once to initialize the Function Component. |
java.lang.Object |
perform(java.lang.Object obj)
The FC takes the string which needs to be cleansed and a CDM Attribute. |
Methods inherited from class com.ibm.di.fc.Function |
---|
debug, getConfiguration, getContext, getDebug, getLog, getParam, getRSInterface, getUI, initialize, logmsg, querySchema, setConfiguration, setContext, setDebug, setLog, setParam, setRSInterface, terminate, updateSchema, verifyInitialized |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CDM_ATTR_TYPE
public static final java.lang.String INPUT_STRING
public static final java.lang.String CLEANSED_STRING
Constructor Detail |
---|
public DataCleanserFC()
Method Detail |
---|
public void initialize(java.lang.Object obj) throws java.lang.Exception
initialize
in interface FunctionInterface
initialize
in class Function
obj
- -
ignored
java.lang.Exception
- if an error occurs.public java.lang.Object perform(java.lang.Object obj) throws java.lang.Exception
obj
- the work entry passed to the FC.
java.lang.Exception
- if a problem occurs.public java.util.Map<java.lang.String,java.lang.Object> getAttributeTypes() throws java.lang.Exception
java.lang.Exception
- if error occurred.public java.lang.String getVersion()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |