Interface XMLImportTransformationExecutionContext

All Superinterfaces:
TransformationExecutionContext

public interface XMLImportTransformationExecutionContext extends TransformationExecutionContext
Deprecated.
Since 2.3.0, replaced by ImportTransformationExecutionContext.
Provides context for the transformation when importing data from an XML file into EBX®.
Since:
2.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the input value to import data through split and transformation functions.
    com.orchestranetworks.schema.SchemaNode
    Deprecated.
    Returns the node of the target field during import.
    Deprecated.
    Returns the field's path in the imported 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 import data through split and transformation functions.
    • getTargetSchemaNode

      com.orchestranetworks.schema.SchemaNode getTargetSchemaNode()
      Deprecated.
      Returns the node of the target field during import.
    • getXMLPath

      String getXMLPath()
      Deprecated.
      Returns the field's path in the imported XML file starting from the table node.