Uses of Interface
com.orchestranetworks.addon.dataexchange.transformation.TransformationExecutionContext
-
Packages that use TransformationExecutionContext Package Description com.orchestranetworks.addon.dataexchange.transformation Classes and interfaces to call {addon.label} transformation functions to convert data for import, export and transfer. -
-
Uses of TransformationExecutionContext in com.orchestranetworks.addon.dataexchange.transformation
Classes in com.orchestranetworks.addon.dataexchange.transformation with type parameters of type TransformationExecutionContext Modifier and Type Interface Description interfaceTransformation<T extends TransformationExecutionContext>Deprecated.Since 2.3.0, replaced byTransformation.Subinterfaces of TransformationExecutionContext in com.orchestranetworks.addon.dataexchange.transformation Modifier and Type Interface Description interfaceAggregationTransformationExecutionContextDeprecated.Since 2.3.0, replaced byAggregationTransformationExecutionContext.interfaceTransferTransformationExecutionContextDeprecated.Since 2.3.0, replaced byTransferTransformationExecutionContext.interfaceXMLExportTransformationExecutionContextDeprecated.Since 2.3.0, replaced byExportTransformationExecutionContext.interfaceXMLImportTransformationExecutionContextDeprecated.Since 2.3.0, replaced byImportTransformationExecutionContext.
-