Interface ExportTransformationExecutionContext<SC extends Field,TC extends Field>

All Superinterfaces:
TransformationExecutionContext<SC,TC>

public interface ExportTransformationExecutionContext<SC extends Field,TC extends Field> extends TransformationExecutionContext<SC,TC>
Provides the transformation context when exporting data.
Since:
2.3.0
  • Method Details

    • getInputValue

      Object getInputValue()
      Returns the input value to export data through a transformation function.
    • getSourceAdaptation

      com.onwbp.adaptation.Adaptation getSourceAdaptation()
      Returns the specified source table record.
    • getRowIndex

      int getRowIndex()
      Returns the row number in the exported file.