Interface TransformContextForImport


public interface TransformContextForImport
Deprecated.
Since 2.3.0, replaced by TransformationExecutionContext.
Provides methods for transforming data before importing it into the repository.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Deprecated.
    Returns the number of the column in the imported file.
    Deprecated.
    Returns the title of the column in imported file.
    com.onwbp.adaptation.AdaptationTable
    Deprecated.
    Returns the referenced table if the node is a foreign key and null otherwise.
    com.orchestranetworks.instance.Repository
    Deprecated.
    Returns the current repository.
    int
    Deprecated.
    Returns the number of the row in the imported file.
    com.orchestranetworks.schema.SchemaNode
    Deprecated.
    Returns the data model node of the imported field.
    com.orchestranetworks.service.Session
    Deprecated.
    Returns the current session.
    com.onwbp.adaptation.AdaptationTable
    Deprecated.
    Returns the table into which the data will be imported.
    Deprecated.
    Returns the value of the cell in imported file.
    getValueInSpreadsheet(int columnIndex)
    Deprecated.
    Returns the value of the cell on the specific column in imported file.
  • Method Details

    • getSchemaNode

      com.orchestranetworks.schema.SchemaNode getSchemaNode()
      Deprecated.
      Returns the data model node of the imported field.
    • getRow

      int getRow()
      Deprecated.
      Returns the number of the row in the imported file.
    • getColumn

      int getColumn()
      Deprecated.
      Returns the number of the column in the imported file.
    • getColumnTitle

      String getColumnTitle()
      Deprecated.
      Returns the title of the column in imported file.
    • getValueInSpreadsheet

      Object getValueInSpreadsheet()
      Deprecated.
      Returns the value of the cell in imported file.
    • getValueInSpreadsheet

      Object getValueInSpreadsheet(int columnIndex)
      Deprecated.
      Returns the value of the cell on the specific column in imported file.
      Since:
      2.1.6
    • getTargetTable

      com.onwbp.adaptation.AdaptationTable getTargetTable()
      Deprecated.
      Returns the table into which the data will be imported.
    • getRepository

      com.orchestranetworks.instance.Repository getRepository()
      Deprecated.
      Returns the current repository.
      Since:
      2.1.6
    • getSession

      com.orchestranetworks.service.Session getSession()
      Deprecated.
      Returns the current session.
      Since:
      2.1.6
    • getReferencedTable

      com.onwbp.adaptation.AdaptationTable getReferencedTable()
      Deprecated.
      Returns the referenced table if the node is a foreign key and null otherwise.
      Since:
      2.1.6