public interface DataSourceDefQueryService
| Modifier and Type | Method and Description |
|---|---|
Collection<DataSourceDefInfo> |
findGlobalDataSources(boolean includeUnManaged)
Finds the DataSourceDefInfos for the platform global data sources.
|
DriverDefInfo |
findGlobalDriver(String uuid)
Finds the DriverDefInfo for platform global driver.
|
Collection<DriverDefInfo> |
findGlobalDrivers()
Finds the DriverDefInfos for the platform global drivers.
|
Collection<DataSourceDefInfo> |
findModuleDataSources(org.guvnor.common.services.project.model.Module module)
Finds the DataSourceDefInfos for the data sources defined for a given module.
|
Collection<DataSourceDefInfo> |
findModuleDataSources(org.uberfire.backend.vfs.Path path)
Finds the DataSourceDefInfos for the data sources defined for a given module.
|
DriverDefInfo |
findModuleDriver(String uuid,
org.uberfire.backend.vfs.Path path)
Finds the DriverDefInfo for a driver defined within a module.
|
Collection<DriverDefInfo> |
findModuleDrivers(org.guvnor.common.services.project.model.Module module)
Finds the DriverDefInfos for the drivers defined for a given module.
|
Collection<DriverDefInfo> |
findModuleDrivers(org.uberfire.backend.vfs.Path path)
Finds the DriverDefInfos for the drivers defined for a given module.
|
Collection<DataSourceDefInfo> findGlobalDataSources(boolean includeUnManaged)
includeUnManaged - if true, server side un-managed data sources information will be included. Un-managed
data sources are those not created by the data sources management system.Collection<DataSourceDefInfo> findModuleDataSources(org.uberfire.backend.vfs.Path path)
path - a path within the module.Collection<DataSourceDefInfo> findModuleDataSources(org.guvnor.common.services.project.model.Module module)
module - the module containing the data sources.Collection<DriverDefInfo> findGlobalDrivers()
Collection<DriverDefInfo> findModuleDrivers(org.uberfire.backend.vfs.Path path)
path - a path within the module.Collection<DriverDefInfo> findModuleDrivers(org.guvnor.common.services.project.model.Module module)
module - the module containing the drivers.DriverDefInfo findModuleDriver(String uuid, org.uberfire.backend.vfs.Path path)
uuid - the UUID for the given Driver.path - a path within the given module.DriverDefInfo findGlobalDriver(String uuid)
uuid - Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.