Class AggregationTransformationExecutionValue


  • public final class AggregationTransformationExecutionValue
    extends java.lang.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

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      com.orchestranetworks.schema.SchemaNode getSchemaNode()
      Deprecated.
      Returns the source node during transfer or export and null during import.
      java.lang.Object getValue()
      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 Detail

      • getSchemaNode

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

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