| Package | Description |
|---|---|
| com.orchestranetworks.addon.dex.transformation |
Classes and interfaces to call EBX® Data Exchange Add-on transformation
functions for the import, export and transfer data services.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Transformation<T extends TransformationExecutionContext>
Provides transformation methods.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AggregationTransformationExecutionContext<SC extends Field,TC extends Field>
Provides a context for an aggregation transformation when transferring, exporting, or importing data.
|
interface |
ExportTransformationExecutionContext<SC extends Field,TC extends Field>
Provides the transformation context when exporting data.
|
interface |
ImportTransformationExecutionContext<SC extends Field,TC extends Field>
Provides the transformation context when importing data.
|
interface |
TransferTransformationExecutionContext
Provides the context for a transformation when transferring data in EBX®.
|