public class ExtractionVerificationStep extends BasePipelineStep
RawDocument is extracted and merged back properly.
This step performs a first extraction, merges the result without changing
the data, then re-exact the file generated by the merge, and compare the event
generated in both extraction. There should be no difference.
This verification does not verify that the merge file is valid, but it should catch most of the problems caused by invalid merges.
| Constructor and Description |
|---|
ExtractionVerificationStep()
Creates a new ExtractionVerificationStep object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
destroy() |
String |
getDescription() |
String |
getName() |
ExtractionVerificationStepParameters |
getParameters() |
protected Event |
handleRawDocument(Event event) |
void |
setFilterConfigurationId(String filterConfigId) |
void |
setFilterConfigurationMapper(IFilterConfigurationMapper fcMapper) |
void |
setParameters(IParameters params) |
getHelpLocation, handleCustom, handleDocumentPart, handleEndBatch, handleEndBatchItem, handleEndDocument, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleEvent, handleMultiEvent, handlePipelineParameters, handleStartBatch, handleStartBatchItem, handleStartDocument, handleStartGroup, handleStartSubDocument, handleStartSubfilter, handleTextUnit, isDone, isLastOutputStep, setLastOutputSteppublic ExtractionVerificationStep()
public void setParameters(IParameters params)
setParameters in interface IPipelineStepsetParameters in class BasePipelineSteppublic ExtractionVerificationStepParameters getParameters()
getParameters in interface IPipelineStepgetParameters in class BasePipelineSteppublic void setFilterConfigurationMapper(IFilterConfigurationMapper fcMapper)
public void setFilterConfigurationId(String filterConfigId)
public String getName()
public String getDescription()
protected Event handleRawDocument(Event event)
handleRawDocument in class BasePipelineSteppublic void destroy()
destroy in interface IPipelineStepdestroy in class BasePipelineSteppublic void cancel()
cancel in interface IPipelineStepcancel in class BasePipelineStepCopyright © 2020. All rights reserved.