public interface PrecedingComponentConsumer extends Component
Components that are capable of placing itself as a
consumer (succeeding component) of a preceding Transformer or
Filter.| Modifier and Type | Method and Description |
|---|---|
void |
configureForFilterOutcome(org.datacleaner.job.builder.AnalysisJobBuilder analysisJobBuilder,
FilterDescriptor<?,?> descriptor,
java.lang.String categoryName)
Subclasses should implement this method with any configuration logic when
it is configured with a preceding
Filter. |
void |
configureForTransformedData(org.datacleaner.job.builder.AnalysisJobBuilder analysisJobBuilder,
TransformerDescriptor<?> descriptor)
Subclasses should implement this method with any configuration logic when
it is configured with a preceding
Transformer. |
void configureForTransformedData(org.datacleaner.job.builder.AnalysisJobBuilder analysisJobBuilder, TransformerDescriptor<?> descriptor)
Transformer.analysisJobBuilder - the AnalysisJobBuilder being used to build this
componentdescriptor - the descriptor of the Transformer that succeeds this
componentvoid configureForFilterOutcome(org.datacleaner.job.builder.AnalysisJobBuilder analysisJobBuilder, FilterDescriptor<?,?> descriptor, java.lang.String categoryName)
Filter.analysisJobBuilder - the AnalysisJobBuilder being used to build this
componentdescriptor - the descriptor of the Filter that succeeds this
componentcategoryName - the outcome category of the filter that succeeds this
componentCopyright © 2015. All Rights Reserved.