public interface ValidatorContext
| Modifier and Type | Method and Description |
|---|---|
com.onwbp.adaptation.Adaptation |
getCurrentRecord()
Returns a record from the source table during data transfer.
|
com.orchestranetworks.service.Session |
getSession()
Returns the current session.
|
Record |
getSourceRecord()
Returns the source record during validation.
|
EBXTable |
getTargetTable()
Returns the table in which data will be imported or transferred.
|
Object |
getValue(EBXField field)
Returns the value which will be imported or transfered to a target node in the data model.
|
Record getSourceRecord()
Object getValue(EBXField field)
EBXTable getTargetTable()
com.onwbp.adaptation.Adaptation getCurrentRecord()
null.com.orchestranetworks.service.Session getSession()