Interface XMLImportTransformationExecutionContext
-
- All Superinterfaces:
TransformationExecutionContext
public interface XMLImportTransformationExecutionContext extends TransformationExecutionContext
Deprecated.Since 2.3.0, replaced byImportTransformationExecutionContext.Provides context for the transformation when importing data from an XML file into EBX®.- 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 import data through split and transformation functions.com.orchestranetworks.schema.SchemaNodegetTargetSchemaNode()Deprecated.Returns the node of the target field during import.java.lang.StringgetXMLPath()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 Detail
-
getInputValue
java.lang.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
java.lang.String getXMLPath()
Deprecated.Returns the field's path in the imported XML file starting from the table node.
-
-