public class TuDpSgLogger extends BasePipelineStep
| Constructor and Description |
|---|
TuDpSgLogger() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets a short localizable description of what this step does.
|
String |
getName()
Gets the localizable name of this step.
|
protected Event |
handleDocumentPart(Event event)
Handles the
EventType.DOCUMENT_PART event. |
protected Event |
handleEndBatch(Event event)
Handles the
EventType.END_BATCH event. |
protected Event |
handleEndGroup(Event event)
Handles the
EventType.END_GROUP event. |
protected Event |
handleStartBatch(Event event)
Handles the
EventType.START_BATCH event. |
protected Event |
handleStartDocument(Event event)
Handles the
EventType.START_DOCUMENT event. |
protected Event |
handleStartGroup(Event event)
Handles the
EventType.START_GROUP event. |
protected Event |
handleTextUnit(Event event)
Handles the
EventType.TEXT_UNIT event. |
cancel, destroy, getHelpLocation, getParameters, handleCustom, handleEndBatchItem, handleEndDocument, handleEndSubDocument, handleEndSubfilter, handleEvent, handleMultiEvent, handlePipelineParameters, handleRawDocument, handleStartBatchItem, handleStartSubDocument, handleStartSubfilter, isDone, isLastOutputStep, setLastOutputStep, setParameterspublic String getName()
IPipelineSteppublic String getDescription()
IPipelineStepprotected Event handleStartBatch(Event event)
BasePipelineStepEventType.START_BATCH event.handleStartBatch in class BasePipelineStepevent - event to handle.protected Event handleStartDocument(Event event)
BasePipelineStepEventType.START_DOCUMENT event.handleStartDocument in class BasePipelineStepevent - event to handle.protected Event handleTextUnit(Event event)
BasePipelineStepEventType.TEXT_UNIT event.handleTextUnit in class BasePipelineStepevent - event to handle.protected Event handleDocumentPart(Event event)
BasePipelineStepEventType.DOCUMENT_PART event.handleDocumentPart in class BasePipelineStepevent - event to handle.protected Event handleStartGroup(Event event)
BasePipelineStepEventType.START_GROUP event.handleStartGroup in class BasePipelineStepevent - event to handle.protected Event handleEndGroup(Event event)
BasePipelineStepEventType.END_GROUP event.handleEndGroup in class BasePipelineStepevent - event to handle.protected Event handleEndBatch(Event event)
BasePipelineStepEventType.END_BATCH event.handleEndBatch in class BasePipelineStepevent - event to handle.Copyright © 2021. All rights reserved.