Interface ValidatorContext
-
- All Known Subinterfaces:
CSVValidatorContext,EBXValidatorContext,ExcelValidatorContext,XMLValidatorContext
public interface ValidatorContextDeprecated.Since 2.3.0, replaced byValidatorContext.Provides the validation context.- Since:
- 2.1.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description com.orchestranetworks.service.SessiongetSession()Deprecated.Returns the current session.com.onwbp.adaptation.AdaptationTablegetTargetTable()Deprecated.Returns the table in which data will be imported or transferred.java.lang.ObjectgetValue(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.
-
-