public class BatchTranslationStep extends BasePipelineStep
| Constructor and Description |
|---|
BatchTranslationStep() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchInputCount() |
String |
getDescription() |
IFilterConfigurationMapper |
getFilterConfigurationMapper() |
String |
getInputRootDirectory() |
String |
getName() |
Parameters |
getParameters() |
String |
getRootDirectory() |
protected Event |
handleEndBatchItem(Event event) |
protected Event |
handleRawDocument(Event event) |
protected Event |
handleStartBatch(Event event) |
protected Event |
handleStartBatchItem(Event event) |
void |
setBatchInputCount(int batchInputCount) |
void |
setFilterConfigurationMapper(IFilterConfigurationMapper fcMapper) |
void |
setInputRootDirectory(String inputRootDir) |
void |
setParameters(IParameters params) |
void |
setRootDirectory(String rootDir) |
cancel, destroy, getHelpLocation, getSourceLocale, getTargetLocale, handleCustom, handleDocumentPart, handleEndBatch, handleEndDocument, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleEvent, handleMultiEvent, handlePipelineParameters, handleStartDocument, handleStartGroup, handleStartSubDocument, handleStartSubfilter, handleTextUnit, isDone, isLastOutputStep, setLastOutputStep, setSourceLocale, setTargetLocalepublic void setFilterConfigurationMapper(IFilterConfigurationMapper fcMapper)
public IFilterConfigurationMapper getFilterConfigurationMapper()
public void setRootDirectory(String rootDir)
public String getRootDirectory()
public void setInputRootDirectory(String inputRootDir)
public String getInputRootDirectory()
public void setBatchInputCount(int batchInputCount)
public int getBatchInputCount()
public String getName()
public String getDescription()
protected Event handleStartBatch(Event event)
handleStartBatch in class BasePipelineStepprotected Event handleStartBatchItem(Event event)
handleStartBatchItem in class BasePipelineStepprotected Event handleEndBatchItem(Event event)
handleEndBatchItem in class BasePipelineStepprotected Event handleRawDocument(Event event)
handleRawDocument in class BasePipelineSteppublic Parameters getParameters()
getParameters in interface IPipelineStepgetParameters in class BasePipelineSteppublic void setParameters(IParameters params)
setParameters in interface IPipelineStepsetParameters in class BasePipelineStepCopyright © 2021. All rights reserved.