Package | Description |
---|---|
com.orchestranetworks.addon.dex.configuration |
Classes and interfaces to define specifications for the import, export and transfer data services.
|
Modifier and Type | Method and Description |
---|---|
JNDIDataSource |
SQLExportConfigurationSpec.getJNDIDataSource()
Returns the specified JNDI data source for SQL export.
|
JNDIDataSource |
SQLImportConfigurationSpec.getJNDIDataSource()
Returns the specified JNDI data source for SQL import.
|
Constructor and Description |
---|
SQLExportConfigurationSpec(com.onwbp.adaptation.Adaptation recordOrDataset,
List<EBXTable> sourceTables,
JNDIDataSource jndiDataSource,
com.orchestranetworks.service.Session session)
Exports multiple tables with
JNDIDataSource outside of a
UIService . |
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 and
JNDIDataSource outside of a
UIService . |
SQLExportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
JNDIDataSource jndiDataSource,
com.orchestranetworks.service.Session session)
Exports a table with
JNDIDataSource outside of a
UIService . |
SQLExportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
TableFilter tableFilter,
JNDIDataSource jndiDataSource,
com.orchestranetworks.service.Session session)
Exports a table with filter and
JNDIDataSource outside of a
UIService . |
SQLExportConfigurationSpec(com.orchestranetworks.service.ServiceContext serviceContext,
JNDIDataSource jndiDataSource)
Exports a table with
JNDIDataSource within a UIService . |
SQLImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
JNDIDataSource jndiDataSource,
SQLTable sqlTableOrView,
com.orchestranetworks.service.Session session)
Imports data with
JNDIDataSource outside of a
UIService . |
SQLImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
JNDIDataSource jndiDataSource,
SQLTable sqlTableOrView,
TableFilter tableFilter,
com.orchestranetworks.service.Session session)
Imports data with a filter and
JNDIDataSource outside of a
UIService . |