Interface TransformationExecutionContext<SC extends Field,​TC extends Field>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.orchestranetworks.service.ProcedureContext getProcedureContext()
      Returns the current procedure context of the on-going transaction when importing, returns null when exporting.
      com.onwbp.adaptation.AdaptationTable getReferencedTable()
      Returns the referenced table if the node is a foreign key and null otherwise.
      SC getSourceField()
      Returns the source field for Excel and CSV only.
      Record<SC> getSourceRecord()
      Returns a record from the source table during transfer or export and null during import.
      TC getTargetField()
      Returns the target field during transfer or import and null during export.
    • Method Detail

      • getSourceRecord

        Record<SC> getSourceRecord()
        Returns a record from the source table during transfer or export and null during import.
      • getSourceField

        SC getSourceField()
        Returns the source field for Excel and CSV only.
      • getTargetField

        TC getTargetField()
        Returns the target field during transfer or import and null during export.
      • getReferencedTable

        com.onwbp.adaptation.AdaptationTable getReferencedTable()
        Returns the referenced table if the node is a foreign key and null otherwise.
      • getProcedureContext

        com.orchestranetworks.service.ProcedureContext getProcedureContext()
        Returns the current procedure context of the on-going transaction when importing, returns null when exporting.
        Since:
        2.4.6