public interface DatasourceBundleService extends SimpleDatasourceBundleService
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getBundleSelectorConfiguration() |
java.util.List<DatabaseBundleEntry> |
getDatabaseBundleEntriesThatLinkTo(DatabaseDatasource ds) |
DatabaseBundle |
getDatabaseBundleWithEntry(DatabaseBundleEntry entry) |
DatasourceDefinition |
getEffectiveDatasource(DatasourceContainerProvider container,
ParameterSet parameters) |
java.lang.String |
getSelectedBundle() |
void |
setSelectedBundle(java.lang.String name) |
boolean |
testConnection(DatabaseBundle databaseBundle) |
getAllDatasources, getAllDatasources, getAvailableBundleKeys
void setSelectedBundle(java.lang.String name)
java.lang.String getSelectedBundle()
java.util.Map<java.lang.String,java.lang.String> getBundleSelectorConfiguration()
java.util.List<DatabaseBundleEntry> getDatabaseBundleEntriesThatLinkTo(DatabaseDatasource ds)
DatabaseBundle getDatabaseBundleWithEntry(DatabaseBundleEntry entry)
DatasourceDefinition getEffectiveDatasource(DatasourceContainerProvider container, ParameterSet parameters)
boolean testConnection(DatabaseBundle databaseBundle) throws ConnectionTestFailedException
ConnectionTestFailedException