Interface XMLExportTransformationExecutionContext
-
- All Superinterfaces:
TransformationExecutionContext
public interface XMLExportTransformationExecutionContext extends TransformationExecutionContext
Deprecated.Since 2.3.0, replaced byExportTransformationExecutionContext.Provides context for the transformation when exporting data from EBX® to an XML file.- Since:
- 2.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.ObjectgetInputValue()Deprecated.Returns the input value to export XML data through a transformation function.com.onwbp.adaptation.PrimaryKeygetPrimaryKey()Deprecated.Returns the primary key of the exported record.com.orchestranetworks.schema.SchemaNodegetSourceSchemaNode()Deprecated.Returns the node of the source field during export.java.lang.StringgetXMLPath()Deprecated.Returns the field's path in the exported XML file starting from the table node.-
Methods inherited from interface com.orchestranetworks.addon.dataexchange.transformation.TransformationExecutionContext
getSourceRecord
-
-
-
-
Method Detail
-
getInputValue
java.lang.Object getInputValue()
Deprecated.Returns the input value to export XML data through a transformation function.
-
getSourceSchemaNode
com.orchestranetworks.schema.SchemaNode getSourceSchemaNode()
Deprecated.Returns the node of the source field during export.
-
getXMLPath
java.lang.String getXMLPath()
Deprecated.Returns the field's path in the exported XML file starting from the table node.
-
getPrimaryKey
com.onwbp.adaptation.PrimaryKey getPrimaryKey()
Deprecated.Returns the primary key of the exported record.
-
-