Interface ValidatorContext

All Known Subinterfaces:
CSVValidatorContext, EBXValidatorContext, ExcelValidatorContext, XMLValidatorContext

public interface ValidatorContext
Deprecated.
Since 2.3.0, replaced by ValidatorContext.
Provides the validation context.
Since:
2.1.2
  • Method Summary

    Modifier and Type
    Method
    Description
    com.orchestranetworks.service.Session
    Deprecated.
    Returns the current session.
    com.onwbp.adaptation.AdaptationTable
    Deprecated.
    Returns the table in which data will be imported or transferred.
    getValue(com.orchestranetworks.schema.Path path)
    Deprecated.
    Returns the value by absolute path of this node in the data model.
  • Method Details

    • getValue

      Object getValue(com.orchestranetworks.schema.Path path)
      Deprecated.
      Returns the value by absolute path of this node in the data model.
    • getTargetTable

      com.onwbp.adaptation.AdaptationTable getTargetTable()
      Deprecated.
      Returns the table in which data will be imported or transferred.
    • getSession

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