public interface Processor
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Cleans up the processor.
|
boolean |
processRow(DataRow rowToProcess)
Process the specified row.
|
boolean processRow(DataRow rowToProcess)
rowToProcess
- The row to be processedtrue
if the row has to be removed from the result setvoid cleanup()
Copyright © 2010 - 2020 Adobe. All Rights Reserved