Class AggregationTransformationExecutionValue

java.lang.Object
com.orchestranetworks.addon.dataexchange.transformation.AggregationTransformationExecutionValue

public final class AggregationTransformationExecutionValue extends Object
Deprecated.
Since 2.3.0, replaced by AggregationTransformationExecutionValue.
Provides the methods for getting the value and node of a source field when executing the aggregation transformation.
Since:
2.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    com.orchestranetworks.schema.SchemaNode
    Deprecated.
    Returns the source node during transfer or export and null during import.
    Deprecated.
    Returns the input value to transfer/export/import data through an aggregation transformation function.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getSchemaNode

      public com.orchestranetworks.schema.SchemaNode getSchemaNode()
      Deprecated.
      Returns the source node during transfer or export and null during import.
    • getValue

      public Object getValue()
      Deprecated.
      Returns the input value to transfer/export/import data through an aggregation transformation function.