|
Class Summary |
| ComposedTransformationConfiguration |
ComposedTransformationConfiguration (i.e. a chain of transformations to execute)
It contains models used by the transformations, and metadata transformation
TransformationConfiguration are built and stocked by the ServiceExtensionManager
UI parts can execute a transformationConfiguration with method execute() |
| SingleTransformationConfiguration |
SingleTransformationConfiguration (i.e. only one transformation to execute)
It contains models used by the transformations, and metadata transformation
TransformationConfiguration are built and stocked by the ServiceExtensionManager
UI parts can execute a transformationConfiguration with method execute() |
| TransformationConfiguration |
Abstract class for TransformationConfiguration
It contains models used by the transformations, and metadata transformation
TransformationConfiguration are built and stocked by the ServiceExtensionManager
UI parts can execute a transformationConfiguration with method execute() |