| Package | Description |
|---|---|
| org.kie.workbench.common.screens.datasource.management.service |
| Modifier and Type | Method and Description |
|---|---|
DriverDefInfo |
DataSourceDefQueryService.findGlobalDriver(String uuid)
Finds the DriverDefInfo for platform global driver.
|
DriverDefInfo |
DataSourceDefQueryService.findProjectDriver(String uuid,
org.uberfire.backend.vfs.Path path)
Finds the DriverDefInfo for a driver defined within a project.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DriverDefInfo> |
DataSourceDefQueryService.findGlobalDrivers()
Finds the DriverDefInfos for the platform global drivers.
|
Collection<DriverDefInfo> |
DataSourceDefQueryService.findProjectDrivers(org.uberfire.backend.vfs.Path path)
Finds the DriverDefInfos for the drivers defined for a given project.
|
Collection<DriverDefInfo> |
DataSourceDefQueryService.findProjectDrivers(org.guvnor.common.services.project.model.Project project)
Finds the DriverDefInfos for the drivers defined for a given project.
|
Collection<DriverDefInfo> |
DefExplorerQueryResult.getDriverDefs() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefExplorerQueryResult.setDriverDefs(Collection<DriverDefInfo> driverDefs) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.