Uses of Class
com.orchestranetworks.addon.dataexchange.DataExchangeException
Package
Description
Classes and interfaces to call {addon.label} transformation functions to convert data for import, export and transfer.
Classes and interfaces to call the {addon.label} import, export and transfer.
Provides the classes and interfaces used to supply a context for integrating {addon.label} services.
Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.
Classes and interfaces to define specifications for the import, export and transfer data services.
Classes and interfaces to configure mapping between source and target applications.
Classes and interfaces to call {addon.label} transformation
functions for the import, export and transfer data services.
-
Uses of DataExchangeException in com.orchestranetworks.addon.dataexchange.transformation
Modifier and TypeMethodDescriptionAggregationTransformation.execute
(AggregationTransformationExecutionContext executionContext) Deprecated.Executes an aggregation transformation which aggregates the input values from two or many source fields to one target field.Deprecated.Executes the transformation.void
Transformation.setup
(TransformationConfigurationContext configurationContext) Deprecated.Checks and prepares this instance. -
Uses of DataExchangeException in com.orchestranetworks.addon.dex
Modifier and TypeMethodDescriptionDataExchangeExportTableSpecBuilder.build()
Builds the instance ofDataExchangeExportTableSpec
.DataExchangeConfigurationService.doExport
(ExportDataExchangeConfigurationSpec spec) Returns the result of the {addon.label} configuration export to an XML file.DataExchangeConfigurationService.doImport
(ImportDataExchangeConfigurationSpec spec) Returns the result of the {addon.label} configuration import from an XML file.DataExchangeService.execute
(DataExchangeExportTableSpec exportSpec) Returns the export result with the prepared list of each table's records or table filter.DataExchangeService.execute
(DataExchangeSpec spec) Returns the result of the import, export or transfer.DataExchangeHelper.getDataExchangeSpec
(DataExchangeHelperContext context) Returns an instance ofcom.orchestranetworks.addon.dex.DataExchangeSpec
based on the configuration declared in the {addon.label} dataset.DataExchangeExportTableSpecBuilder.setTableContent
(com.onwbp.adaptation.Adaptation record) Specifies the record to be exported.DataExchangeExportTableSpecBuilder.setTableContent
(com.onwbp.adaptation.AdaptationTable adaptationTable) Specifies the table to be exported.DataExchangeExportTableSpecBuilder.setTableContent
(com.onwbp.adaptation.AdaptationTable adaptationTable, TableFilter tableFilter) Specifies the table to be exported with filter.DataExchangeExportTableSpecBuilder.setTableContent
(List<com.onwbp.adaptation.Adaptation> records) Specifies the list of records in the same table to be exported.DataExchangeHelper.transform
(AdixExportSpec spec) Returns thecom.orchestranetworks.addon.dex.DataExchangeSpec
object when transforming old specifications from acom.orchestranetworks.addon.adix.AdixExportSpec
object.DataExchangeHelper.transform
(AdixImportSpec spec) Returns thecom.orchestranetworks.addon.dex.DataExchangeSpec
object when transforming old specifications from acom.orchestranetworks.addon.adix.AdixImportSpec
object.DataExchangeHelper.transform
(DataExchangeSpec spec) Returns thecom.orchestranetworks.addon.dex.DataExchangeSpec
object when transforming old specifications from acom.orchestranetworks.addon.dataexchange.DataExchangeSpec
object. -
Uses of DataExchangeException in com.orchestranetworks.addon.dex.common
Modifier and TypeMethodDescriptionCommonApplicationMappingFactory.getCommonApplication
(com.orchestranetworks.instance.Repository repository, String universalName, ApplicationType applicationType) Returns an instance ofCommonApplication
with a specific universal name andApplicationType
.DataExchangeServiceContextFactory.getDataExchangeServiceContext
(com.orchestranetworks.service.ServiceContext serviceContext) Returns an instance ofDataExchangeServiceContext
with the specific service context.CommonApplicationMappingFactory.getEBXCommonApplication
(com.onwbp.adaptation.Adaptation dataset, Locale locale) Returns an instance ofCommonApplication
for EBX® application.Set<com.onwbp.adaptation.PrimaryKey>
ApplicationInterfaceConfigurationFactory.getPrimaryKeysByCode
(com.orchestranetworks.instance.Repository repository, Set<String> codes) Returns aPrimaryKey
set that identifies records in the Application interface preference table based on the specified codes.Set<com.onwbp.adaptation.PrimaryKey>
ApplicationInterfaceConfigurationFactory.getPrimaryKeysByName
(com.orchestranetworks.instance.Repository repository, Set<String> names) Returns aPrimaryKey
set that identifies records in the Application interface preference table based on the specified names. -
Uses of DataExchangeException in com.orchestranetworks.addon.dex.common.generation
Modifier and TypeMethodDescriptionSQLTableGeneration.generateTables
(String sqlDataSource, String schemaName, String tablePattern, Set<String> sqlTableNames, ServiceType serviceType) Returns theTableGenerationResult
forSQLTable
.TableGeneration.generateTables
(com.onwbp.adaptation.Adaptation currentDataset, Set<com.orchestranetworks.schema.Path> ebxTables, com.orchestranetworks.service.Session session) Returns theTableGenerationResult
.ApplicationMappingHelper.getApplicationMapping
(ConfigurationSpec<T> configSpec, CommonApplication sourceApplication, CommonApplication targetApplication, TableMappingList<SC, TC> tableMappings) Returns the specifiedApplicationMapping
from mapping configurations declared in the {addon.label} dataset.ApplicationMappingHelper.getApplicationMapping
(ConfigurationSpec<T> configSpec, CommonApplication sourceApplication, CommonApplication targetApplication, Set<com.orchestranetworks.schema.Path> ebxTablePaths) Returns the specifiedApplicationMapping
from mapping configurations declared in the {addon.label} dataset.CSVExportApplicationMappingHelper.getApplicationMapping
(CSVExportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default CSV export.CSVImportApplicationMappingHelper.getApplicationMapping
(CSVImportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default CSV import.SpreadsheetExportApplicationMappingHelper.getApplicationMapping
(SpreadsheetExportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default spreadsheet export.SpreadsheetImportApplicationMappingHelper.getApplicationMapping
(SpreadsheetImportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default spreadsheet import.SQLExportApplicationMappingHelper.getApplicationMapping
(SQLExportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default SQL export.SQLImportApplicationMappingHelper.getApplicationMapping
(SQLImportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default SQL import.TransferApplicationMappingHelper.getApplicationMapping
(TransferConfigurationSpec configSpec) Returns the specifiedApplicationMapping
instance for data transfer within the same data model.XMLExportApplicationMappingHelper.getApplicationMapping
(XMLExportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default XML export.XMLImportApplicationMappingHelper.getApplicationMapping
(XMLImportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default XML import.static CSVTableGeneration
TableGenerationFactory.getCSVTableGeneration()
Returns an instance ofCSVTableGeneration
.static EBXTableGeneration
TableGenerationFactory.getEBXTableGeneration()
Returns an instance ofEBXTableGeneration
.static SpreadsheetTableGeneration
TableGenerationFactory.getSpreadsheetTableGeneration()
Returns an instance ofSpreadsheetTableGeneration
.static SQLTableGeneration
TableGenerationFactory.getSQLTableGeneration()
Returns an instance ofSQLTableGeneration
.Returns list ofTable
declared in the {addon.label} dataset.static XMLTableGeneration
TableGenerationFactory.getXMLTableGeneration()
Returns an instance ofXMLTableGeneration
.ModifierConstructorDescriptionCSVTableHelperSpec
(String applicationLogicalName, com.orchestranetworks.service.Session session) EBXTableHelperSpec
(String applicationLogicalName, com.onwbp.adaptation.Adaptation dataset, com.orchestranetworks.service.Session session) SpreadsheetTableHelperSpec
(String applicationLogicalName, com.orchestranetworks.service.Session session) SQLTableHelperSpec
(String applicationLogicalName, com.orchestranetworks.service.Session session) TableHelperSpec
(String applicationLogicalName, com.orchestranetworks.service.Session session) XMLTableHelperSpec
(String applicationLogicalName, boolean defaultXML, com.orchestranetworks.service.Session session) -
Uses of DataExchangeException in com.orchestranetworks.addon.dex.configuration
ModifierConstructorDescriptionCSVExportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, TableFilter tableFilter, com.orchestranetworks.service.Session session) CSVExportConfigurationSpec
(EBXTable sourceTable, TableFilter tableFilter, com.orchestranetworks.service.Session session) CSVExportConfigurationSpec
(com.orchestranetworks.service.ServiceContext serviceContext) CSVImportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, CSVTable csvTable, com.orchestranetworks.service.Session session) CSVImportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, com.orchestranetworks.service.Session session) DataPosition
(int rowIndex, int columnIndex) FileExportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, com.orchestranetworks.service.Session session) Exports a table outside of aUIService
.FileExportConfigurationSpec
(com.orchestranetworks.service.ServiceContext serviceContext) Exports within aUIService
.SpreadsheetExportConfigurationSpec
(com.onwbp.adaptation.Adaptation sourceDataset, List<EBXTable> sourceTables, com.orchestranetworks.service.Session session) SpreadsheetExportConfigurationSpec
(com.onwbp.adaptation.Adaptation sourceDataset, List<EBXTable> sourceTables, Map<EBXTable, TableFilter> sourceTableFilters, com.orchestranetworks.service.Session session) SpreadsheetExportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, com.orchestranetworks.service.Session session) SpreadsheetExportConfigurationSpec
(EBXTable sourceTable, TableFilter tableFilter, com.orchestranetworks.service.Session session) SpreadsheetExportConfigurationSpec
(com.orchestranetworks.service.ServiceContext serviceContext) SpreadsheetImportConfigurationSpec
(com.onwbp.adaptation.Adaptation dataset, List<SpreadsheetTable> sourceTables, com.orchestranetworks.service.Session session) Imports data into multiple tables outside of aUIService
.SpreadsheetImportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, SpreadsheetTable spreadsheetTable, com.orchestranetworks.service.Session session) Imports data into a table outside of aUIService
.SQLExportConfigurationSpec
(com.onwbp.adaptation.Adaptation recordOrDataset, List<EBXTable> sourceTables, JNDIDataSource jndiDataSource, com.orchestranetworks.service.Session session) Exports multiple tables withJNDIDataSource
outside of aUIService
.SQLExportConfigurationSpec
(com.onwbp.adaptation.Adaptation recordOrDataset, List<EBXTable> sourceTables, String sqlDataSourceName, com.orchestranetworks.service.Session session) Exports multiple tables outside of aUIService
.SQLExportConfigurationSpec
(com.onwbp.adaptation.Adaptation dataset, List<EBXTable> sourceTables, Map<EBXTable, TableFilter> tableFilters, JNDIDataSource jndiDataSource, com.orchestranetworks.service.Session session) Exports multiple tables with a filter andJNDIDataSource
outside of aUIService
.SQLExportConfigurationSpec
(com.onwbp.adaptation.Adaptation dataset, List<EBXTable> sourceTables, Map<EBXTable, TableFilter> tableFilters, String sqlDataSourceName, com.orchestranetworks.service.Session session) Exports multiple tables with a filter outside of aUIService
.SQLExportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, JNDIDataSource jndiDataSource, com.orchestranetworks.service.Session session) Exports a table withJNDIDataSource
outside of aUIService
.SQLExportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, TableFilter tableFilter, JNDIDataSource jndiDataSource, com.orchestranetworks.service.Session session) Exports a table with filter andJNDIDataSource
outside of aUIService
.SQLExportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, TableFilter tableFilter, String sqlDataSourceName, com.orchestranetworks.service.Session session) Exports a table with filter outside of aUIService
.SQLExportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, String sqlDataSourceName, com.orchestranetworks.service.Session session) Exports a table outside of aUIService
.SQLExportConfigurationSpec
(com.orchestranetworks.service.ServiceContext serviceContext, JNDIDataSource jndiDataSource) Exports a table withJNDIDataSource
within aUIService
.SQLExportConfigurationSpec
(com.orchestranetworks.service.ServiceContext serviceContext, String sqlDataSourceName) Exports a table within aUIService
.SQLImportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, JNDIDataSource jndiDataSource, SQLTable sqlTableOrView, TableFilter tableFilter, com.orchestranetworks.service.Session session) Imports data with a filter andJNDIDataSource
outside of aUIService
.SQLImportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, JNDIDataSource jndiDataSource, SQLTable sqlTableOrView, com.orchestranetworks.service.Session session) Imports data withJNDIDataSource
outside of aUIService
.SQLImportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, String sqlDataSourceName, SQLTable sqlTableOrView, TableFilter tableFilter, com.orchestranetworks.service.Session session) Imports data from an SQL table with a filter outside of aUIService
.SQLImportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, String sqlDataSourceName, SQLTable sqlTableOrView, com.orchestranetworks.service.Session session) Imports data outside of aUIService
.TransferConfigurationSpec
(com.onwbp.adaptation.Adaptation sourceDataset, List<EBXTable> sourceTables, com.onwbp.adaptation.Adaptation targetDataset, com.orchestranetworks.service.Session session) Transfers multiple tables based on the specified source tables outside of aUIService
.TransferConfigurationSpec
(com.onwbp.adaptation.Adaptation sourceDataset, List<EBXTable> sourceTables, Map<EBXTable, TableFilter> sourceTableFilters, com.onwbp.adaptation.Adaptation targetDataset, com.orchestranetworks.service.Session session) Transfers multiple tables based on the filtered source tables outside of aUIService
.TransferConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, com.onwbp.adaptation.Adaptation targetDataset, com.orchestranetworks.service.Session session) Transfers a table and is used outside of aUIService
.TransferConfigurationSpec
(DataExchangeServiceContext dexServiceContext) Transfers tables based on aDataExchangeServiceContext
.TransferConfigurationSpec
(EBXTable sourceTable, TableFilter tableFilter, com.onwbp.adaptation.Adaptation targetDataset, com.orchestranetworks.service.Session session) Transfers a table with filter and is used outside of aUIService
.XMLExportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, com.orchestranetworks.service.Session session) Exports a table and is used outside of aUIService
.XMLExportConfigurationSpec
(EBXTable sourceTable, TableFilter tableFilter, com.orchestranetworks.service.Session session) Exports a table with filter and is used outside of aUIService
.XMLExportConfigurationSpec
(com.orchestranetworks.service.ServiceContext serviceContext) Uses within aUIService
.XMLImportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, XMLTable sourceTable, com.orchestranetworks.service.Session session) -
Uses of DataExchangeException in com.orchestranetworks.addon.dex.mapping
Modifier and TypeMethodDescriptionFieldMapper.execute
(FieldMapperContext context) Returns an instance ofFieldMappingList
.ModifierConstructorDescriptionApplicationMapping
(CommonApplication sourceApplication, CommonApplication targetApplication) ApplicationMapping
(CommonApplication sourceApplication, CommonApplication targetApplication, TableMappingList<SC, TC> tableMappings) CSVField
(int index) Used to create a CSV field with specified index.CSVField
(int index, FieldAttribute fieldAttribute) Used to create a CSV field with specified index andFieldAttribute
enumeration.Used to create a CSV field with specified index, name and label.CSVField
(int index, String name, String label, FieldAttribute fieldAttribute) Used to create a CSV field with specified index, name, label andFieldAttribute
enumeration.EBXField
(com.orchestranetworks.schema.SchemaNode schemaNode) EBXField
(com.orchestranetworks.schema.SchemaNode schemaNode, FieldAttribute fieldAttribute) Used to create an EBX® field with the specified schema node andFieldAttribute
enumeration.EBXField
(com.orchestranetworks.schema.SchemaNode schemaNode, FieldAttribute fieldAttribute, Locale locale) Used to create an EBX® field with the specified schema node, locale andFieldAttribute
enumeration.EBXLinkField
(com.onwbp.adaptation.AdaptationTable referenceTable, com.orchestranetworks.schema.SchemaNode schemaNode, FieldAttribute fieldAttribute, Locale locale) Used to create a field with specified schema node, locale andFieldAttribute
.EBXLinkField
(com.onwbp.adaptation.AdaptationTable referenceTable, com.orchestranetworks.schema.SchemaNode fieldSchemaNode, Locale locale) EBXTable
(com.onwbp.adaptation.AdaptationTable adaptationTable) FieldMapping
(SC sourceField, TC targetField) SpreadsheetField
(int index) Used to create a spreadsheet field with specified index.SpreadsheetField
(int index, FieldAttribute fieldAttribute) Used to create a spreadsheet field with the specified index andFieldAttribute
enumeration.SpreadsheetField
(int index, String name, String label) Used to create a spreadsheet field with the specified index, name and label.SpreadsheetField
(int index, String name, String label, FieldAttribute fieldAttribute) Used to create a spreadsheet field with the specified index, name, label andFieldAttribute
enumeration.SpreadsheetTable
(int sheetIndex, String sheetName, List<SpreadsheetField> fields) SpreadsheetTable
(String sheetName, int sheetIndex) Used to create a SQL field with specified name.SQLField
(String name, FieldAttribute fieldAttribute) Used to create a SQL field with the specified name andFieldAttribute
enumeration.SQLField
(String name, String label, SQLDataType sqlDataType) Used to create a SQL field with the specified name, label, data type.SQLField
(String name, String label, SQLDataType sqlDataType, FieldAttribute fieldAttribute) Used to create a SQL field with the specified name, label, data type andFieldAttribute
enumeration.TableMapping
(Table<SC> sourceTable, Table<TC> targetTable) TableMapping
(Table<SC> sourceTable, Table<TC> targetTable, FieldMappingList<SC, TC> fieldMappingList) Used to create a XML field with specified path.XMLField
(String xmlPath, FieldAttribute fieldAttribute) Used to create an XML field with the specified path andFieldAttribute
enumeration.Used to create an XML field with the specified path, name and label.Used to create an XML field with the specified path, name, label and index.XMLField
(String xmlPath, String name, String label, int index, FieldAttribute fieldAttribute) Used to create an XML field with the specified path, name, label, index andFieldAttribute
enumeration.XMLField
(String xmlPath, String name, String label, FieldAttribute fieldAttribute) Used to create an XML field with the specified path, name, label andFieldAttribute
enumeration. -
Uses of DataExchangeException in com.orchestranetworks.addon.dex.transformation
Modifier and TypeMethodDescriptionAggregationTransformation.execute
(AggregationTransformationExecutionContext executionContext) Executes an aggregation transformation which aggregates the input values from two or more source fields to a single target field.Executes the transformation.void
Transformation.setup
(TransformationConfigurationContext configurationContext) Checks and prepares this instance.