public class MergingStep extends BasePipelineStep
| Constructor and Description |
|---|
MergingStep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets a short localizable description of what this step does.
|
protected int |
getErrorCount() |
IFilterConfigurationMapper |
getFilterConfigurationMapper() |
String |
getName()
Gets the localizable name of this step.
|
Parameters |
getParameters()
Gets the current parameters for this step.
|
LocaleId |
getTargetLocale() |
Event |
handleEvent(Event event)
Processes each event sent though the pipeline.
|
protected Event |
handleStartDocument(Event event)
Handles the
EventType.START_DOCUMENT event. |
void |
setFilterConfigurationMapper(IFilterConfigurationMapper fcMapper) |
void |
setParameters(IParameters params)
Sets new parameters for this step.
|
void |
setTargetLocale(LocaleId targetLocale) |
cancel, destroy, getHelpLocation, handleCustom, handleDocumentPart, handleEndBatch, handleEndBatchItem, handleEndDocument, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleMultiEvent, handlePipelineParameters, handleRawDocument, handleStartBatch, handleStartBatchItem, handleStartGroup, handleStartSubDocument, handleStartSubfilter, handleTextUnit, isDone, isLastOutputStep, setLastOutputSteppublic static final String NAME
public String getDescription()
IPipelineSteppublic String getName()
IPipelineSteppublic void setFilterConfigurationMapper(IFilterConfigurationMapper fcMapper)
public IFilterConfigurationMapper getFilterConfigurationMapper()
public void setTargetLocale(LocaleId targetLocale)
public LocaleId getTargetLocale()
public Event handleEvent(Event event)
IPipelineStephandleEvent in interface IPipelineStephandleEvent in class BasePipelineStepevent - the event to process.protected Event handleStartDocument(Event event)
BasePipelineStepEventType.START_DOCUMENT event.handleStartDocument in class BasePipelineStepevent - event to handle.public Parameters getParameters()
IPipelineStepgetParameters in interface IPipelineStepgetParameters in class BasePipelineSteppublic void setParameters(IParameters params)
IPipelineStepsetParameters in interface IPipelineStepsetParameters in class BasePipelineStepparams - the new parameters to use.protected int getErrorCount()
Copyright © 2021. All rights reserved.