Uses of Interface
com.orchestranetworks.addon.dex.mapping.Record
-
Packages that use Record Package Description com.orchestranetworks.addon.dex.transformation Classes and interfaces to call {addon.label} transformation functions for the import, export and transfer data services.com.orchestranetworks.addon.dex.validator Classes and interfaces to call {addon.label} import Excel, CSV, XML and transfer data services using validator. -
-
Uses of Record in com.orchestranetworks.addon.dex.transformation
Methods in com.orchestranetworks.addon.dex.transformation that return Record Modifier and Type Method Description Record<SC>TransformationExecutionContext. getSourceRecord()Returns a record from the source table during transfer or export andnullduring import. -
Uses of Record in com.orchestranetworks.addon.dex.validator
Methods in com.orchestranetworks.addon.dex.validator that return Record Modifier and Type Method Description RecordValidatorContext. getSourceRecord()Returns the source record during validation.
-