Package com.orchestranetworks.addon.adix
Interface Transformer
-
public interface TransformerDeprecated.Since 2.3.0, replaced byTransformation.Provides the methods for executing data transformation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.ObjectgetValueOnExport(TransformContextForExport context)Deprecated.Returns the result of the data transformation before exporting the data to file.java.lang.ObjectgetValueOnImport(TransformContextForImport context)Deprecated.Returns the result of transforming data before importing data.
-
-
-
Method Detail
-
getValueOnExport
java.lang.Object getValueOnExport(TransformContextForExport context) throws AdixException
Deprecated.Returns the result of the data transformation before exporting the data to file.- Throws:
AdixException
-
getValueOnImport
java.lang.Object getValueOnImport(TransformContextForImport context) throws AdixException
Deprecated.Returns the result of transforming data before importing data.- Throws:
AdixException
-
-