Interface ValidatorContext

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      com.orchestranetworks.service.Session getSession()
      Deprecated.
      Returns the current session.
      com.onwbp.adaptation.AdaptationTable getTargetTable()
      Deprecated.
      Returns the table in which data will be imported or transferred.
      java.lang.Object getValue​(com.orchestranetworks.schema.Path path)
      Deprecated.
      Returns the value by absolute path of this node in the data model.
    • Method Detail

      • getValue

        java.lang.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.