public interface TransformationExecutionContext<SC extends Field,TC extends Field>
| Modifier and Type | Method and Description |
|---|---|
com.orchestranetworks.service.ProcedureContext |
getProcedureContext()
Returns the current procedure context of the on-going transaction when
importing, returns
null when exporting. |
com.onwbp.adaptation.AdaptationTable |
getReferencedTable()
Returns the referenced table if the node is a foreign key and
null otherwise. |
SC |
getSourceField()
Returns the source field for Excel and CSV only.
|
Record<SC> |
getSourceRecord()
Returns a record from the source table during transfer or export and
null during import. |
TC |
getTargetField()
Returns the target field during transfer or import and
null during export. |
Record<SC> getSourceRecord()
null during import.SC getSourceField()
TC getTargetField()
null during export.com.onwbp.adaptation.AdaptationTable getReferencedTable()
null otherwise.com.orchestranetworks.service.ProcedureContext getProcedureContext()
null when exporting.