Interface ValidatorContext


public interface ValidatorContext
Provides the validation context.
Since:
2.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    com.onwbp.adaptation.Adaptation
    Returns a record from the source table during data transfer.
    com.orchestranetworks.service.Session
    Returns the current session.
    Returns the source record during validation.
    Returns the table in which data will be imported or transferred.
    Returns the value which will be imported or transfered to a target node in the data model.
  • Method Details

    • getSourceRecord

      Record getSourceRecord()
      Returns the source record during validation.
    • getValue

      Object getValue(EBXField field)
      Returns the value which will be imported or transfered to a target node in the data model.
    • getTargetTable

      EBXTable getTargetTable()
      Returns the table in which data will be imported or transferred.
    • getCurrentRecord

      com.onwbp.adaptation.Adaptation getCurrentRecord()
      Returns a record from the source table during data transfer. Otherwise, returns null.
    • getSession

      com.orchestranetworks.service.Session getSession()
      Returns the current session.