Uses of Class
com.orchestranetworks.addon.dataexchange.DataExchangeException
Packages that use 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
Methods in com.orchestranetworks.addon.dataexchange.transformation that throw DataExchangeExceptionModifier 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.voidTransformation.setup(TransformationConfigurationContext configurationContext) Deprecated.Checks and prepares this instance. -
Uses of DataExchangeException in com.orchestranetworks.addon.dex
Methods in com.orchestranetworks.addon.dex that throw DataExchangeExceptionModifier 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.DataExchangeSpecbased 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.DataExchangeSpecobject when transforming old specifications from acom.orchestranetworks.addon.adix.AdixExportSpecobject.DataExchangeHelper.transform(AdixImportSpec spec) Returns thecom.orchestranetworks.addon.dex.DataExchangeSpecobject when transforming old specifications from acom.orchestranetworks.addon.adix.AdixImportSpecobject.DataExchangeHelper.transform(DataExchangeSpec spec) Returns thecom.orchestranetworks.addon.dex.DataExchangeSpecobject when transforming old specifications from acom.orchestranetworks.addon.dataexchange.DataExchangeSpecobject. -
Uses of DataExchangeException in com.orchestranetworks.addon.dex.common
Methods in com.orchestranetworks.addon.dex.common that throw DataExchangeExceptionModifier and TypeMethodDescriptionCommonApplicationMappingFactory.getCommonApplication(com.orchestranetworks.instance.Repository repository, String universalName, ApplicationType applicationType) Returns an instance ofCommonApplicationwith a specific universal name andApplicationType.DataExchangeServiceContextFactory.getDataExchangeServiceContext(com.orchestranetworks.service.ServiceContext serviceContext) Returns an instance ofDataExchangeServiceContextwith the specific service context.CommonApplicationMappingFactory.getEBXCommonApplication(com.onwbp.adaptation.Adaptation dataset, Locale locale) Returns an instance ofCommonApplicationfor EBX® application.Set<com.onwbp.adaptation.PrimaryKey>ApplicationInterfaceConfigurationFactory.getPrimaryKeysByCode(com.orchestranetworks.instance.Repository repository, Set<String> codes) Returns aPrimaryKeyset 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 aPrimaryKeyset that identifies records in the Application interface preference table based on the specified names. -
Uses of DataExchangeException in com.orchestranetworks.addon.dex.common.generation
Methods in com.orchestranetworks.addon.dex.common.generation that throw DataExchangeExceptionModifier and TypeMethodDescriptionSQLTableGeneration.generateTables(String sqlDataSource, String schemaName, String tablePattern, Set<String> sqlTableNames, ServiceType serviceType) Returns theTableGenerationResultforSQLTable.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 specifiedApplicationMappingfrom 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 specifiedApplicationMappingfrom mapping configurations declared in the {addon.label} dataset.CSVExportApplicationMappingHelper.getApplicationMapping(CSVExportConfigurationSpec configSpec) Returns the specifiedApplicationMappingfor default CSV export.CSVImportApplicationMappingHelper.getApplicationMapping(CSVImportConfigurationSpec configSpec) Returns the specifiedApplicationMappingfor default CSV import.SpreadsheetExportApplicationMappingHelper.getApplicationMapping(SpreadsheetExportConfigurationSpec configSpec) Returns the specifiedApplicationMappingfor default spreadsheet export.SpreadsheetImportApplicationMappingHelper.getApplicationMapping(SpreadsheetImportConfigurationSpec configSpec) Returns the specifiedApplicationMappingfor default spreadsheet import.SQLExportApplicationMappingHelper.getApplicationMapping(SQLExportConfigurationSpec configSpec) Returns the specifiedApplicationMappingfor default SQL export.SQLImportApplicationMappingHelper.getApplicationMapping(SQLImportConfigurationSpec configSpec) Returns the specifiedApplicationMappingfor default SQL import.TransferApplicationMappingHelper.getApplicationMapping(TransferConfigurationSpec configSpec) Returns the specifiedApplicationMappinginstance for data transfer within the same data model.XMLExportApplicationMappingHelper.getApplicationMapping(XMLExportConfigurationSpec configSpec) Returns the specifiedApplicationMappingfor default XML export.XMLImportApplicationMappingHelper.getApplicationMapping(XMLImportConfigurationSpec configSpec) Returns the specifiedApplicationMappingfor default XML import.static CSVTableGenerationTableGenerationFactory.getCSVTableGeneration()Returns an instance ofCSVTableGeneration.static EBXTableGenerationTableGenerationFactory.getEBXTableGeneration()Returns an instance ofEBXTableGeneration.static SpreadsheetTableGenerationTableGenerationFactory.getSpreadsheetTableGeneration()Returns an instance ofSpreadsheetTableGeneration.static SQLTableGenerationTableGenerationFactory.getSQLTableGeneration()Returns an instance ofSQLTableGeneration.Returns list ofTabledeclared in the {addon.label} dataset.static XMLTableGenerationTableGenerationFactory.getXMLTableGeneration()Returns an instance ofXMLTableGeneration.Constructors in com.orchestranetworks.addon.dex.common.generation that throw DataExchangeExceptionModifierConstructorDescriptionCSVTableHelperSpec(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
Constructors in com.orchestranetworks.addon.dex.configuration that throw DataExchangeExceptionModifierConstructorDescriptionCSVExportConfigurationSpec(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 withJNDIDataSourceoutside 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 andJNDIDataSourceoutside 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 withJNDIDataSourceoutside of aUIService.SQLExportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable, TableFilter tableFilter, JNDIDataSource jndiDataSource, com.orchestranetworks.service.Session session) Exports a table with filter andJNDIDataSourceoutside 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 withJNDIDataSourcewithin 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 andJNDIDataSourceoutside of aUIService.SQLImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable, JNDIDataSource jndiDataSource, SQLTable sqlTableOrView, com.orchestranetworks.service.Session session) Imports data withJNDIDataSourceoutside 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
Methods in com.orchestranetworks.addon.dex.mapping that throw DataExchangeExceptionModifier and TypeMethodDescriptionFieldMapper.execute(FieldMapperContext context) Returns an instance ofFieldMappingList.Constructors in com.orchestranetworks.addon.dex.mapping that throw DataExchangeExceptionModifierConstructorDescriptionApplicationMapping(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 andFieldAttributeenumeration.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 andFieldAttributeenumeration.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 andFieldAttributeenumeration.EBXField(com.orchestranetworks.schema.SchemaNode schemaNode, FieldAttribute fieldAttribute, Locale locale) Used to create an EBX® field with the specified schema node, locale andFieldAttributeenumeration.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 andFieldAttributeenumeration.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 andFieldAttributeenumeration.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 andFieldAttributeenumeration.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 andFieldAttributeenumeration.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 andFieldAttributeenumeration.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 andFieldAttributeenumeration.XMLField(String xmlPath, String name, String label, FieldAttribute fieldAttribute) Used to create an XML field with the specified path, name, label andFieldAttributeenumeration. -
Uses of DataExchangeException in com.orchestranetworks.addon.dex.transformation
Methods in com.orchestranetworks.addon.dex.transformation that throw DataExchangeExceptionModifier 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.voidTransformation.setup(TransformationConfigurationContext configurationContext) Checks and prepares this instance.