| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Record<SC> |
TransformationExecutionContext.getSourceRecord()
Returns a record from the source table during transfer or export and
null during import. |
| Modifier and Type | Method and Description |
|---|---|
Record |
ValidatorContext.getSourceRecord()
Returns the source record during validation.
|