public class RowOutputDataMapper extends RowAdapter
| Constructor and Description | 
|---|
RowOutputDataMapper(MappingIODefinition inputDefinition,
                   MappingIODefinition outputDefinition,
                   PutRowInterface putRowInterface)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
rowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta,
               Object[] row)
Empty method implementing the RowListener.rowWrittenEvent interface method 
 | 
errorRowWrittenEvent, rowReadEventpublic RowOutputDataMapper(MappingIODefinition inputDefinition, MappingIODefinition outputDefinition, PutRowInterface putRowInterface)
public void rowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta,
                            Object[] row)
                     throws org.pentaho.di.core.exception.KettleStepException
RowAdapterrowWrittenEvent in interface RowListenerrowWrittenEvent in class RowAdapterrowMeta - the metadata of the rowrow - the data of the roworg.pentaho.di.core.exception.KettleStepException - an exception that can be thrown to hard stop the stepRowListener.rowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface,
      java.lang.Object[])