Uses of Class
org.kie.workbench.common.screens.datasource.management.model.DriverDefInfo
-
Packages that use DriverDefInfo Package Description org.kie.workbench.common.screens.datasource.management.service -
-
Uses of DriverDefInfo in org.kie.workbench.common.screens.datasource.management.service
Methods in org.kie.workbench.common.screens.datasource.management.service that return DriverDefInfo Modifier and Type Method Description DriverDefInfoDataSourceDefQueryService. findGlobalDriver(String uuid)Finds the DriverDefInfo for platform global driver.DriverDefInfoDataSourceDefQueryService. findModuleDriver(String uuid, org.uberfire.backend.vfs.Path path)Finds the DriverDefInfo for a driver defined within a module.Methods in org.kie.workbench.common.screens.datasource.management.service that return types with arguments of type DriverDefInfo Modifier and Type Method Description Collection<DriverDefInfo>DataSourceDefQueryService. findGlobalDrivers()Finds the DriverDefInfos for the platform global drivers.Collection<DriverDefInfo>DataSourceDefQueryService. findModuleDrivers(org.guvnor.common.services.project.model.Module module)Finds the DriverDefInfos for the drivers defined for a given module.Collection<DriverDefInfo>DataSourceDefQueryService. findModuleDrivers(org.uberfire.backend.vfs.Path path)Finds the DriverDefInfos for the drivers defined for a given module.Collection<DriverDefInfo>DefExplorerQueryResult. getDriverDefs()Method parameters in org.kie.workbench.common.screens.datasource.management.service with type arguments of type DriverDefInfo Modifier and Type Method Description voidDefExplorerQueryResult. setDriverDefs(Collection<DriverDefInfo> driverDefs)
-