Class RowOutputDataMapper
java.lang.Object
org.pentaho.di.trans.step.RowAdapter
org.pentaho.di.trans.steps.simplemapping.RowOutputDataMapper
- All Implemented Interfaces:
RowListener
This class takes care of mapping output data from the mapping step back to the parent transformation, renaming
columns mainly.
- Author:
- matt
-
Constructor Summary
ConstructorDescriptionRowOutputDataMapper
(MappingIODefinition inputDefinition, MappingIODefinition outputDefinition, PutRowInterface putRowInterface) -
Method Summary
Modifier and TypeMethodDescriptionvoid
rowWrittenEvent
(org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] row) Empty method implementing the RowListener.rowWrittenEvent interface methodMethods inherited from class org.pentaho.di.trans.step.RowAdapter
errorRowWrittenEvent, rowReadEvent
-
Constructor Details
-
RowOutputDataMapper
public RowOutputDataMapper(MappingIODefinition inputDefinition, MappingIODefinition outputDefinition, PutRowInterface putRowInterface)
-
-
Method Details
-
rowWrittenEvent
public void rowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] row) throws org.pentaho.di.core.exception.KettleStepException Description copied from class:RowAdapter
Empty method implementing the RowListener.rowWrittenEvent interface method- Specified by:
rowWrittenEvent
in interfaceRowListener
- Overrides:
rowWrittenEvent
in classRowAdapter
- Parameters:
rowMeta
- the metadata of the rowrow
- the data of the row- Throws:
org.pentaho.di.core.exception.KettleStepException
- an exception that can be thrown to hard stop the step- See Also:
-