Interface TransferTransformationExecutionContext

All Superinterfaces:
TransformationExecutionContext

public interface TransferTransformationExecutionContext extends TransformationExecutionContext
Deprecated.
Since 2.3.0, replaced by TransferTransformationExecutionContext.
Provides context for a transformation when transferring data in EBX®.
Since:
2.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the input value to transfer data through a transformation function.
    com.orchestranetworks.schema.SchemaNode
    Deprecated.
    Returns the node of the source field during transfer.
    com.orchestranetworks.schema.SchemaNode
    Deprecated.
    Returns the node of the target field during transfer.

    Methods inherited from interface com.orchestranetworks.addon.dataexchange.transformation.TransformationExecutionContext

    getSourceRecord
  • Method Details

    • getInputValue

      Object getInputValue()
      Deprecated.
      Returns the input value to transfer data through a transformation function.
    • getSourceSchemaNode

      com.orchestranetworks.schema.SchemaNode getSourceSchemaNode()
      Deprecated.
      Returns the node of the source field during transfer.
    • getTargetSchemaNode

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