Interface AggregationTransformationExecutionContext

All Superinterfaces:
TransformationExecutionContext

public interface AggregationTransformationExecutionContext extends TransformationExecutionContext
Deprecated.
Provides context for the aggregation transformation when transferring/exporting/importing data.
Since:
2.1.0
  • Method Details

    • getInputValues

      Deprecated.
      Returns the list of AggregationTransformationExecutionValue objects as input values of the aggregation transformation function when transferring/exporting/importing data.
    • getTargetSchemaNode

      com.orchestranetworks.schema.SchemaNode getTargetSchemaNode()
      Deprecated.
      Returns the node of the target field during transfer or import and null during export.