public interface CleansingOperationDefinition
Modifier and Type | Method and Description |
---|---|
com.onwbp.base.text.UserMessage |
getDescription()
Returns the Cleansing operation's description.
|
List<ParameterDefinition> |
getInputParameters()
Returns the Cleansing operation's list of input parameters.
|
com.onwbp.base.text.UserMessage |
getName()
Returns the Cleansing operation's name.
|
CleansingOperationView |
getOperationView()
Returns the view for the current Cleansing operation.
|
boolean |
isMatchingActive()
Returns
true if Matching is active during Cleansing operation execution. |
com.onwbp.base.text.UserMessage |
validateCleansingOperationInputParameters(List<InputParameter> inputParameters)
Validates list of input parameters for a Cleansing operation.
|
com.onwbp.base.text.UserMessage getName()
com.onwbp.base.text.UserMessage getDescription()
List<ParameterDefinition> getInputParameters()
ParameterDefinition
boolean isMatchingActive()
true
if Matching is active during Cleansing operation execution.CleansingOperationView getOperationView()
CleansingOperationView
com.onwbp.base.text.UserMessage validateCleansingOperationInputParameters(List<InputParameter> inputParameters)