Uses of Class
com.orchestranetworks.addon.dex.mapping.EBXTable
Packages that use EBXTable
Package
Description
Classes and interfaces to define specifications for the import, export and transfer data services.
Classes and interfaces to call {addon.label} import Excel, CSV, XML and transfer data services using validator.
-
Uses of EBXTable in com.orchestranetworks.addon.dex.configuration
Methods in com.orchestranetworks.addon.dex.configuration that return types with arguments of type EBXTableModifier and TypeMethodDescriptionCSVExportConfigurationSpec.getSourceTableFilters()Returns a map of table filters andEBXTableinstance as the key parameter.SpreadsheetExportConfigurationSpec.getSourceTableFilters()Returns a map of table filters and anEBXTableinstance as the key parameter.SQLExportConfigurationSpec.getSourceTableFilters()Returns a map of table filters and an instance ofEBXTableas the key parameter.TransferConfigurationSpec.getSourceTableFilters()Returns a map of table filters and aTableinstance as the key parameter.XMLExportConfigurationSpec.getSourceTableFilters()Returns a map of table filters and anEBXTableinstance as the key parameter.CSVExportConfigurationSpec.getSourceTables()Returns the list of source tables.SpreadsheetExportConfigurationSpec.getSourceTables()Returns the list of source tables.SQLExportConfigurationSpec.getSourceTables()Returns the list of source tables.TransferConfigurationSpec.getSourceTables()Returns the list of source tables.XMLExportConfigurationSpec.getSourceTables()Returns the list of source tables.Constructors in com.orchestranetworks.addon.dex.configuration with parameters of type EBXTableModifierConstructorDescriptionCSVExportConfigurationSpec(EBXTable sourceTable, TableFilter tableFilter, com.orchestranetworks.service.Session session) SpreadsheetExportConfigurationSpec(EBXTable sourceTable, TableFilter tableFilter, com.orchestranetworks.service.Session session) 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(EBXTable sourceTable, TableFilter tableFilter, com.orchestranetworks.service.Session session) Exports a table with filter and is used outside of aUIService.Constructor parameters in com.orchestranetworks.addon.dex.configuration with type arguments of type EBXTableModifierConstructorDescriptionSpreadsheetExportConfigurationSpec(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.Adaptation sourceDataset, List<EBXTable> sourceTables, Map<EBXTable, TableFilter> sourceTableFilters, com.orchestranetworks.service.Session session) 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, 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.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.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.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. -
Uses of EBXTable in com.orchestranetworks.addon.dex.validator
Methods in com.orchestranetworks.addon.dex.validator that return EBXTableModifier and TypeMethodDescriptionValidatorContext.getTargetTable()Returns the table in which data will be imported or transferred.