Uses of Interface
com.orchestranetworks.addon.dex.transformation.TransformationExecutionContext
-
Packages that use TransformationExecutionContext Package Description com.orchestranetworks.addon.dex.transformation Classes and interfaces to call {addon.label} transformation functions for the import, export and transfer data services. -
-
Uses of TransformationExecutionContext in com.orchestranetworks.addon.dex.transformation
Classes in com.orchestranetworks.addon.dex.transformation with type parameters of type TransformationExecutionContext Modifier and Type Interface Description interfaceTransformation<T extends TransformationExecutionContext>Provides transformation methods.Subinterfaces of TransformationExecutionContext in com.orchestranetworks.addon.dex.transformation Modifier and Type Interface Description interfaceAggregationTransformationExecutionContext<SC extends Field,TC extends Field>Provides a context for an aggregation transformation when transferring, exporting, or importing data.interfaceExportTransformationExecutionContext<SC extends Field,TC extends Field>Provides the transformation context when exporting data.interfaceImportTransformationExecutionContext<SC extends Field,TC extends Field>Provides the transformation context when importing data.interfaceTransferTransformationExecutionContextProvides the context for a transformation when transferring data in EBX®.
-