Package | Description |
---|---|
com.orchestranetworks.addon.adix |
Classes and interfaces to call Adix import and export.
|
Modifier and Type | Method and Description |
---|---|
static void |
TransformerCatalog.add(TransformerDefinition definition,
com.orchestranetworks.instance.Repository repository)
Deprecated.
Registers the transformer class specified.
|
Object |
Transformer.getValueOnExport(TransformContextForExport context)
Deprecated.
Returns the result of the data transformation before exporting the data to file.
|
Object |
Transformer.getValueOnImport(TransformContextForImport context)
Deprecated.
Returns the result of transforming data before importing data.
|
Constructor and Description |
---|
ExportDataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation,
com.onwbp.adaptation.AdaptationTable currentTable,
com.orchestranetworks.service.ServiceContext sContext,
Locale locale)
Deprecated.
Used within a
UIService . |
ExportDataAccessSpec(com.onwbp.adaptation.Adaptation currentAdaptation,
com.orchestranetworks.service.ServiceContext sContext,
Locale locale)
Deprecated.
Export multi-tables.
|