public interface CleansingProcedureDefinitionContext
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeUsedForManyFields()
Returns
true if the current Cleansing procedure can be used for many fields. |
boolean |
canBeUsedForManyTables()
Returns
true if the current Cleansing procedure can be used for many tables. |
boolean |
canBeUsedInProfiling()
Returns
true if the current Cleansing procedure can be used in profiling mode. |
List<CleansingOperationDefinitionContext> |
getCleansingOperationDefinitions()
Returns a list of
CleansingOperationDefinitionContext for the current Cleansing procedure. |
String |
getCleansingProcedureClass()
Returns a Cleansing procedure's definition class.
|
String |
getCode()
Returns a Cleansing procedure's code.
|
String |
getDataView()
Returns a data view of the Big data report Cleansing table associated with current Cleansing procedure.
|
DECType |
getDecType()
Returns a Cleansing procedure's
D.E.C type. |
com.onwbp.base.text.UserMessage |
getDescription()
Returns a Cleansing procedure's description.
|
List<InputParameter> |
getInputParameters()
Returns a list of input parameters for the current Cleansing procedure.
|
com.onwbp.base.text.UserMessage |
getName()
Returns a Cleansing procedure's name.
|
boolean |
saveLastValueOnly()
Returns
true if the current Cleansing procedure saves only last value of Cleansing and Profiling execution. |
String getCode()
com.onwbp.base.text.UserMessage getName()
String getCleansingProcedureClass()
com.onwbp.base.text.UserMessage getDescription()
List<InputParameter> getInputParameters()
InputParameterDECType getDecType()
D.E.C type.DECTypeboolean canBeUsedInProfiling()
true if the current Cleansing procedure can be used in profiling mode.String getDataView()
boolean canBeUsedForManyTables()
true if the current Cleansing procedure can be used for many tables.boolean canBeUsedForManyFields()
true if the current Cleansing procedure can be used for many fields.boolean saveLastValueOnly()
true if the current Cleansing procedure saves only last value of Cleansing and Profiling execution.List<CleansingOperationDefinitionContext> getCleansingOperationDefinitions()
CleansingOperationDefinitionContext for the current Cleansing procedure.CleansingOperationDefinitionContext