public class BatchTranslationStep extends BasePipelineStep
| Constructor and Description |
|---|
BatchTranslationStep() |
cancel, destroy, getHelpLocation, handleCustom, handleDocumentPart, handleEndBatch, handleEndDocument, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleEvent, handleMultiEvent, handlePipelineParameters, handleStartDocument, handleStartGroup, handleStartSubDocument, handleStartSubfilter, handleTextUnit, isDone, isLastOutputStep, setLastOutputSteppublic 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()
IPipelineSteppublic String getDescription()
IPipelineStepprotected Event handleStartBatch(Event event)
BasePipelineStepEventType.START_BATCH event.handleStartBatch in class BasePipelineStepevent - event to handle.protected Event handleStartBatchItem(Event event)
BasePipelineStepEventType.START_BATCH_ITEM event.handleStartBatchItem in class BasePipelineStepevent - event to handle.protected Event handleEndBatchItem(Event event)
BasePipelineStepEventType.END_BATCH_ITEM event.handleEndBatchItem in class BasePipelineStepevent - event to handle.protected Event handleRawDocument(Event event)
BasePipelineStepEventType.RAW_DOCUMENT event.handleRawDocument 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.Copyright © 2021. All rights reserved.