public interface CleansingOperationDefinitionContext
| Modifier and Type | Method and Description |
|---|---|
String |
getCleansingOperationClass()
Returns Cleansing operation's class definition.
|
com.onwbp.base.text.UserMessage |
getDescription()
Returns the Cleansing operation's description.
|
List<InputParameter> |
getInputParameters()
Returns the Cleansing operation's list of input parameters.
|
com.onwbp.base.text.UserMessage |
getName()
Returns the Cleansing operation's name.
|
boolean |
isMatchingActive()
Returns
true if Matching is active during Cleansing operation execution. |
com.onwbp.base.text.UserMessage getName()
String getCleansingOperationClass()
List<InputParameter> getInputParameters()
InputParameterboolean isMatchingActive()
true if Matching is active during Cleansing operation execution.com.onwbp.base.text.UserMessage getDescription()