Interface XMLValidatorContext

All Superinterfaces:
ValidatorContext

public interface XMLValidatorContext extends ValidatorContext
Deprecated.
Since 2.3.0, replaced by ValidatorContext.
Provides the validation context when importing data from an XML file.
Since:
2.1.2
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns a map of XML values and uses the field-s absolute path in the XML file as the key parameter.

    Methods inherited from interface com.orchestranetworks.addon.dataexchange.validator.ValidatorContext

    getSession, getTargetTable, getValue
  • Method Details

    • getSourceXML

      Map<String,Object> getSourceXML()
      Deprecated.
      Returns a map of XML values and uses the field-s absolute path in the XML file as the key parameter.