Uses of Class
com.orchestranetworks.addon.dex.mapping.EBXTable
-
Packages that use EBXTable Package Description com.orchestranetworks.addon.dex.configuration Classes and interfaces to define specifications for the import, export and transfer data services.com.orchestranetworks.addon.dex.validator 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 EBXTable Modifier and Type Method Description java.util.Map<EBXTable,TableFilter>CSVExportConfigurationSpec. getSourceTableFilters()Returns a map of table filters andEBXTableinstance as the key parameter.java.util.Map<EBXTable,TableFilter>SpreadsheetExportConfigurationSpec. getSourceTableFilters()Returns a map of table filters and anEBXTableinstance as the key parameter.java.util.Map<EBXTable,TableFilter>SQLExportConfigurationSpec. getSourceTableFilters()Returns a map of table filters and an instance ofEBXTableas the key parameter.java.util.Map<EBXTable,TableFilter>TransferConfigurationSpec. getSourceTableFilters()Returns a map of table filters and aTableinstance as the key parameter.java.util.Map<EBXTable,TableFilter>XMLExportConfigurationSpec. getSourceTableFilters()Returns a map of table filters and anEBXTableinstance as the key parameter.java.util.List<EBXTable>CSVExportConfigurationSpec. getSourceTables()Returns the list of source tables.java.util.List<EBXTable>SpreadsheetExportConfigurationSpec. getSourceTables()Returns the list of source tables.java.util.List<EBXTable>SQLExportConfigurationSpec. getSourceTables()Returns the list of source tables.java.util.List<EBXTable>TransferConfigurationSpec. getSourceTables()Returns the list of source tables.java.util.List<EBXTable>XMLExportConfigurationSpec. getSourceTables()Returns the list of source tables.Constructors in com.orchestranetworks.addon.dex.configuration with parameters of type EBXTable Constructor Description CSVExportConfigurationSpec(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 EBXTable Constructor Description 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.Adaptation sourceDataset, java.util.List<EBXTable> sourceTables, java.util.Map<EBXTable,TableFilter> sourceTableFilters, com.orchestranetworks.service.Session session)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, 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.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.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.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. -
Uses of EBXTable in com.orchestranetworks.addon.dex.validator
Methods in com.orchestranetworks.addon.dex.validator that return EBXTable Modifier and Type Method Description EBXTableValidatorContext. getTargetTable()Returns the table in which data will be imported or transferred.
-