Interface XMLExportTransformationExecutionContext

All Superinterfaces:
TransformationExecutionContext

public interface XMLExportTransformationExecutionContext extends TransformationExecutionContext
Deprecated.
Since 2.3.0, replaced by ExportTransformationExecutionContext.
Provides context for the transformation when exporting data from EBX® to an XML file.
Since:
2.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the input value to export XML data through a transformation function.
    com.onwbp.adaptation.PrimaryKey
    Deprecated.
    Returns the primary key of the exported record.
    com.orchestranetworks.schema.SchemaNode
    Deprecated.
    Returns the node of the source field during export.
    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 Details

    • getInputValue

      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

      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.