Uses of Class
com.orchestranetworks.addon.dataexchange.DataExchangeException
-
Packages that use DataExchangeException Package Description com.orchestranetworks.addon.dataexchange.transformation Classes and interfaces to call {addon.label} transformation functions to convert data for import, export and transfer.com.orchestranetworks.addon.dex Classes and interfaces to call the {addon.label} import, export and transfer.com.orchestranetworks.addon.dex.common Provides the classes and interfaces used to supply a context for integrating {addon.label} services.com.orchestranetworks.addon.dex.common.generation Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.com.orchestranetworks.addon.dex.configuration Classes and interfaces to define specifications for the import, export and transfer data services.com.orchestranetworks.addon.dex.mapping Classes and interfaces to configure mapping between source and target applications.com.orchestranetworks.addon.dex.transformation 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 DataExchangeException Modifier and Type Method Description java.lang.ObjectAggregationTransformation. execute(AggregationTransformationExecutionContext executionContext)Deprecated.Executes an aggregation transformation which aggregates the input values from two or many source fields to one target field.java.lang.ObjectTransformation. execute(T executionContext)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 DataExchangeException Modifier and Type Method Description DataExchangeExportTableSpecDataExchangeExportTableSpecBuilder. build()Builds the instance ofDataExchangeExportTableSpec.DataExchangeResult.XMLExportDataExchangeConfigurationService. doExport(ExportDataExchangeConfigurationSpec spec)Returns the result of the {addon.label} configuration export to an XML file.DataExchangeResult.XMLImportDataExchangeConfigurationService. doImport(ImportDataExchangeConfigurationSpec spec)Returns the result of the {addon.label} configuration import from an XML file.DataExchangeResultDataExchangeService. execute(DataExchangeExportTableSpec exportSpec)Returns the export result with the prepared list of each table's records or table filter.DataExchangeResultDataExchangeService. execute(DataExchangeSpec spec)Returns the result of the import, export or transfer.DataExchangeSpecDataExchangeHelper. getDataExchangeSpec(DataExchangeHelperContext context)Returns an instance ofcom.orchestranetworks.addon.dex.DataExchangeSpecbased on the configuration declared in the {addon.label} dataset.DataExchangeExportTableSpecBuilderDataExchangeExportTableSpecBuilder. setTableContent(com.onwbp.adaptation.Adaptation record)Specifies the record to be exported.DataExchangeExportTableSpecBuilderDataExchangeExportTableSpecBuilder. setTableContent(com.onwbp.adaptation.AdaptationTable adaptationTable)Specifies the table to be exported.DataExchangeExportTableSpecBuilderDataExchangeExportTableSpecBuilder. setTableContent(com.onwbp.adaptation.AdaptationTable adaptationTable, TableFilter tableFilter)Specifies the table to be exported with filter.DataExchangeExportTableSpecBuilderDataExchangeExportTableSpecBuilder. setTableContent(java.util.List<com.onwbp.adaptation.Adaptation> records)Specifies the list of records in the same table to be exported.DataExchangeSpecDataExchangeHelper. transform(AdixExportSpec spec)Returns thecom.orchestranetworks.addon.dex.DataExchangeSpecobject when transforming old specifications from acom.orchestranetworks.addon.adix.AdixExportSpecobject.DataExchangeSpecDataExchangeHelper. transform(AdixImportSpec spec)Returns thecom.orchestranetworks.addon.dex.DataExchangeSpecobject when transforming old specifications from acom.orchestranetworks.addon.adix.AdixImportSpecobject.DataExchangeSpecDataExchangeHelper. 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 DataExchangeException Modifier and Type Method Description CommonApplicationCommonApplicationMappingFactory. getCommonApplication(com.orchestranetworks.instance.Repository repository, java.lang.String universalName, ApplicationType applicationType)Returns an instance ofCommonApplicationwith a specific universal name andApplicationType.DataExchangeServiceContextDataExchangeServiceContextFactory. getDataExchangeServiceContext(com.orchestranetworks.service.ServiceContext serviceContext)Returns an instance ofDataExchangeServiceContextwith the specific service context.CommonApplicationCommonApplicationMappingFactory. getEBXCommonApplication(com.onwbp.adaptation.Adaptation dataset, java.util.Locale locale)Returns an instance ofCommonApplicationfor EBX® application.java.util.Set<com.onwbp.adaptation.PrimaryKey>ApplicationInterfaceConfigurationFactory. getPrimaryKeysByCode(com.orchestranetworks.instance.Repository repository, java.util.Set<java.lang.String> codes)Returns aPrimaryKeyset that identifies records in the Application interface preference table based on the specified codes.java.util.Set<com.onwbp.adaptation.PrimaryKey>ApplicationInterfaceConfigurationFactory. getPrimaryKeysByName(com.orchestranetworks.instance.Repository repository, java.util.Set<java.lang.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 DataExchangeException Modifier and Type Method Description TableGenerationResult<SQLField,SQLTable>SQLTableGeneration. generateTables(java.lang.String sqlDataSource, java.lang.String schemaName, java.lang.String tablePattern, java.util.Set<java.lang.String> sqlTableNames, ServiceType serviceType)Returns theTableGenerationResultforSQLTable.TableGenerationResult<F,T>TableGeneration. generateTables(com.onwbp.adaptation.Adaptation currentDataset, java.util.Set<com.orchestranetworks.schema.Path> ebxTables, com.orchestranetworks.service.Session session)Returns theTableGenerationResult.ApplicationMapping<SC,TC>ApplicationMappingHelper. getApplicationMapping(ConfigurationSpec<T> configSpec, CommonApplication sourceApplication, CommonApplication targetApplication, TableMappingList<SC,TC> tableMappings)Returns the specifiedApplicationMappingfrom mapping configurations declared in the {addon.label} dataset.ApplicationMapping<SC,TC>ApplicationMappingHelper. getApplicationMapping(ConfigurationSpec<T> configSpec, CommonApplication sourceApplication, CommonApplication targetApplication, java.util.Set<com.orchestranetworks.schema.Path> ebxTablePaths)Returns the specifiedApplicationMappingfrom mapping configurations declared in the {addon.label} dataset.ApplicationMapping<EBXField,CSVField>CSVExportApplicationMappingHelper. getApplicationMapping(CSVExportConfigurationSpec configSpec)Returns the specifiedApplicationMappingfor default CSV export.ApplicationMapping<CSVField,EBXField>CSVImportApplicationMappingHelper. getApplicationMapping(CSVImportConfigurationSpec configSpec)Returns the specifiedApplicationMappingfor default CSV import.ApplicationMapping<EBXField,SpreadsheetField>SpreadsheetExportApplicationMappingHelper. getApplicationMapping(SpreadsheetExportConfigurationSpec configSpec)Returns the specifiedApplicationMappingfor default spreadsheet export.ApplicationMapping<SpreadsheetField,EBXField>SpreadsheetImportApplicationMappingHelper. getApplicationMapping(SpreadsheetImportConfigurationSpec configSpec)Returns the specifiedApplicationMappingfor default spreadsheet import.ApplicationMapping<EBXField,SQLField>SQLExportApplicationMappingHelper. getApplicationMapping(SQLExportConfigurationSpec configSpec)Returns the specifiedApplicationMappingfor default SQL export.ApplicationMapping<SQLField,EBXField>SQLImportApplicationMappingHelper. getApplicationMapping(SQLImportConfigurationSpec configSpec)Returns the specifiedApplicationMappingfor default SQL import.ApplicationMapping<EBXField,EBXField>TransferApplicationMappingHelper. getApplicationMapping(TransferConfigurationSpec configSpec)Returns the specifiedApplicationMappinginstance for data transfer within the same data model.ApplicationMapping<EBXField,XMLField>XMLExportApplicationMappingHelper. getApplicationMapping(XMLExportConfigurationSpec configSpec)Returns the specifiedApplicationMappingfor default XML export.ApplicationMapping<XMLField,EBXField>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.java.util.List<T>TableHelper. getTables(S spec)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 DataExchangeException Constructor Description CSVTableHelperSpec(java.lang.String applicationLogicalName, com.orchestranetworks.service.Session session)EBXTableHelperSpec(java.lang.String applicationLogicalName, com.onwbp.adaptation.Adaptation dataset, com.orchestranetworks.service.Session session)SpreadsheetTableHelperSpec(java.lang.String applicationLogicalName, com.orchestranetworks.service.Session session)SQLTableHelperSpec(java.lang.String applicationLogicalName, com.orchestranetworks.service.Session session)TableHelperSpec(java.lang.String applicationLogicalName, com.orchestranetworks.service.Session session)XMLTableHelperSpec(java.lang.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 DataExchangeException Constructor Description CSVExportConfigurationSpec(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, java.util.List<EBXTable> sourceTables, com.orchestranetworks.service.Session session)SpreadsheetExportConfigurationSpec(com.onwbp.adaptation.Adaptation sourceDataset, java.util.List<EBXTable> sourceTables, java.util.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, java.util.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, java.util.List<EBXTable> sourceTables, JNDIDataSource jndiDataSource, com.orchestranetworks.service.Session session)Exports multiple tables withJNDIDataSourceoutside of aUIService.SQLExportConfigurationSpec(com.onwbp.adaptation.Adaptation recordOrDataset, java.util.List<EBXTable> sourceTables, java.lang.String sqlDataSourceName, com.orchestranetworks.service.Session session)Exports multiple tables outside of aUIService.SQLExportConfigurationSpec(com.onwbp.adaptation.Adaptation dataset, java.util.List<EBXTable> sourceTables, java.util.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, java.util.List<EBXTable> sourceTables, java.util.Map<EBXTable,TableFilter> tableFilters, java.lang.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, java.lang.String sqlDataSourceName, com.orchestranetworks.service.Session session)Exports a table with filter outside of aUIService.SQLExportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable, java.lang.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, java.lang.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, java.lang.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, java.lang.String sqlDataSourceName, SQLTable sqlTableOrView, com.orchestranetworks.service.Session session)Imports data outside of aUIService.TransferConfigurationSpec(com.onwbp.adaptation.Adaptation sourceDataset, java.util.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, java.util.List<EBXTable> sourceTables, java.util.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 DataExchangeException Modifier and Type Method Description FieldMappingListFieldMapper. execute(FieldMapperContext context)Returns an instance ofFieldMappingList.Constructors in com.orchestranetworks.addon.dex.mapping that throw DataExchangeException Constructor Description ApplicationMapping(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.CSVField(int index, java.lang.String name, java.lang.String label)Used to create a CSV field with specified index, name and label.CSVField(int index, java.lang.String name, java.lang.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, java.util.Locale locale)Used to create an EBX® field with the specified schema node, locale andFieldAttributeenumeration.EBXField(com.orchestranetworks.schema.SchemaNode schemaNode, java.util.Locale locale)EBXLinkField(com.onwbp.adaptation.AdaptationTable referenceTable, com.orchestranetworks.schema.SchemaNode schemaNode, FieldAttribute fieldAttribute, java.util.Locale locale)Used to create a field with specified schema node, locale andFieldAttribute.EBXLinkField(com.onwbp.adaptation.AdaptationTable referenceTable, com.orchestranetworks.schema.SchemaNode fieldSchemaNode, java.util.Locale locale)EBXTable(com.onwbp.adaptation.AdaptationTable adaptationTable)EBXTable(com.onwbp.adaptation.AdaptationTable adaptationTable, java.util.List<EBXField> fields)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, java.lang.String name, java.lang.String label)Used to create a spreadsheet field with the specified index, name and label.SpreadsheetField(int index, java.lang.String name, java.lang.String label, FieldAttribute fieldAttribute)Used to create a spreadsheet field with the specified index, name, label andFieldAttributeenumeration.SpreadsheetTable(int sheetIndex, java.lang.String sheetName, java.util.List<SpreadsheetField> fields)SpreadsheetTable(java.lang.String sheetName, int sheetIndex)SQLField(java.lang.String name)Used to create a SQL field with specified name.SQLField(java.lang.String name, FieldAttribute fieldAttribute)Used to create a SQL field with the specified name andFieldAttributeenumeration.SQLField(java.lang.String name, java.lang.String label, SQLDataType sqlDataType)Used to create a SQL field with the specified name, label, data type.SQLField(java.lang.String name, java.lang.String label, SQLDataType sqlDataType, FieldAttribute fieldAttribute)Used to create a SQL field with the specified name, label, data type andFieldAttributeenumeration.SQLTable(java.lang.String schemaName, java.lang.String sqlTableOrView)SQLTable(java.lang.String schemaName, java.lang.String sqlTableOrView, java.util.List<SQLField> fields)TableMapping(Table<SC> sourceTable, Table<TC> targetTable)TableMapping(Table<SC> sourceTable, Table<TC> targetTable, FieldMappingList<SC,TC> fieldMappingList)XMLField(java.lang.String xmlPath)Used to create a XML field with specified path.XMLField(java.lang.String xmlPath, FieldAttribute fieldAttribute)Used to create an XML field with the specified path andFieldAttributeenumeration.XMLField(java.lang.String xmlPath, java.lang.String name, java.lang.String label)Used to create an XML field with the specified path, name and label.XMLField(java.lang.String xmlPath, java.lang.String name, java.lang.String label, int index)Used to create an XML field with the specified path, name, label and index.XMLField(java.lang.String xmlPath, java.lang.String name, java.lang.String label, int index, FieldAttribute fieldAttribute)Used to create an XML field with the specified path, name, label, index andFieldAttributeenumeration.XMLField(java.lang.String xmlPath, java.lang.String name, java.lang.String label, FieldAttribute fieldAttribute)Used to create an XML field with the specified path, name, label andFieldAttributeenumeration.XMLTable(java.lang.String xmlPath)XMLTable(java.lang.String xmlPath, java.util.List<XMLField> fields) -
Uses of DataExchangeException in com.orchestranetworks.addon.dex.transformation
Methods in com.orchestranetworks.addon.dex.transformation that throw DataExchangeException Modifier and Type Method Description java.lang.ObjectAggregationTransformation. execute(AggregationTransformationExecutionContext executionContext)Executes an aggregation transformation which aggregates the input values from two or more source fields to a single target field.java.lang.ObjectTransformation. execute(T executionContext)Executes the transformation.voidTransformation. setup(TransformationConfigurationContext configurationContext)Checks and prepares this instance.
-