AggregationTransformationExecutionContext.public interface AggregationTransformationExecutionContext extends TransformationExecutionContext
| Modifier and Type | Method and Description |
|---|---|
List<AggregationTransformationExecutionValue> |
getInputValues()
Deprecated.
Returns the list of
AggregationTransformationExecutionValue objects as input values of the aggregation transformation function when transferring/exporting/importing data. |
com.orchestranetworks.schema.SchemaNode |
getTargetSchemaNode()
Deprecated.
Returns the node of the target field during transfer or import and
null during export. |
getSourceRecordList<AggregationTransformationExecutionValue> getInputValues()
AggregationTransformationExecutionValue objects as input values of the aggregation transformation function when transferring/exporting/importing data.com.orchestranetworks.schema.SchemaNode getTargetSchemaNode()
null during export.