Uses of Class
com.orchestranetworks.addon.dex.configuration.TableFilter
-
Packages that use TableFilter Package Description com.orchestranetworks.addon.dex Classes and interfaces to call the {addon.label} import, export and transfer.com.orchestranetworks.addon.dex.configuration Classes and interfaces to define specifications for the import, export and transfer data services. -
-
Uses of TableFilter in com.orchestranetworks.addon.dex
Methods in com.orchestranetworks.addon.dex with parameters of type TableFilter Modifier and Type Method Description DataExchangeExportTableSpecBuilderDataExchangeExportTableSpecBuilder. setTableContent(com.onwbp.adaptation.AdaptationTable adaptationTable, TableFilter tableFilter)Specifies the table to be exported with filter. -
Uses of TableFilter in com.orchestranetworks.addon.dex.configuration
Methods in com.orchestranetworks.addon.dex.configuration that return types with arguments of type TableFilter Modifier and Type Method Description java.util.Map<T,TableFilter>ConfigurationSpec. getSourceTableFilters()Returns a map of source table filters andTableinstance as the key parameter.java.util.Map<EBXTable,TableFilter>CSVExportConfigurationSpec. getSourceTableFilters()Returns a map of table filters andEBXTableinstance as the key parameter.java.util.Map<CSVTable,TableFilter>CSVImportConfigurationSpec. 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<SpreadsheetTable,TableFilter>SpreadsheetImportConfigurationSpec. getSourceTableFilters()Returns a map of source table filters.java.util.Map<EBXTable,TableFilter>SQLExportConfigurationSpec. getSourceTableFilters()Returns a map of table filters and an instance ofEBXTableas the key parameter.java.util.Map<SQLTable,TableFilter>SQLImportConfigurationSpec. getSourceTableFilters()Returns a map of table filters and anSQLTableinstance as 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.Map<XMLTable,TableFilter>XMLImportConfigurationSpec. getSourceTableFilters()Returns a map of table filters and aTableinstance as the key parameter.Constructors in com.orchestranetworks.addon.dex.configuration with parameters of type TableFilter 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)SpreadsheetExportConfigurationSpec(EBXTable sourceTable, TableFilter tableFilter, com.orchestranetworks.service.Session session)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.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, 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.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 TableFilter Constructor Description 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 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.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.
-