Class AggregationTransformationExecutionValue
- java.lang.Object
-
- com.orchestranetworks.addon.dataexchange.transformation.AggregationTransformationExecutionValue
-
public final class AggregationTransformationExecutionValue extends java.lang.ObjectDeprecated.Since 2.3.0, replaced byAggregationTransformationExecutionValue.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.SchemaNodegetSchemaNode()Deprecated.Returns the source node during transfer or export andnullduring import.java.lang.ObjectgetValue()Deprecated.Returns the input value to transfer/export/import data through an aggregation transformation function.
-
-
-
Method Detail
-
getSchemaNode
public com.orchestranetworks.schema.SchemaNode getSchemaNode()
Deprecated.Returns the source node during transfer or export andnullduring import.
-
getValue
public java.lang.Object getValue()
Deprecated.Returns the input value to transfer/export/import data through an aggregation transformation function.
-
-