Package com.orchestranetworks.addon.adix
Interface Transformer
public interface Transformer
Deprecated.
Provides the methods for executing data transformation.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the result of the data transformation before exporting the data to file.Deprecated.Returns the result of transforming data before importing data.
-
Method Details
-
getValueOnExport
Deprecated.Returns the result of the data transformation before exporting the data to file.- Throws:
AdixException
-
getValueOnImport
Deprecated.Returns the result of transforming data before importing data.- Throws:
AdixException
-
Transformation
.