ExportTransformationExecutionContext.public interface XMLExportTransformationExecutionContext extends TransformationExecutionContext
| Modifier and Type | Method and Description |
|---|---|
Object |
getInputValue()
Deprecated.
Returns the input value to export XML data through a transformation function.
|
com.onwbp.adaptation.PrimaryKey |
getPrimaryKey()
Deprecated.
Returns the primary key of the exported record.
|
com.orchestranetworks.schema.SchemaNode |
getSourceSchemaNode()
Deprecated.
Returns the node of the source field during export.
|
String |
getXMLPath()
Deprecated.
Returns the field's path in the exported XML file starting from the table node.
|
getSourceRecordObject getInputValue()
com.orchestranetworks.schema.SchemaNode getSourceSchemaNode()
String getXMLPath()
com.onwbp.adaptation.PrimaryKey getPrimaryKey()