Modifier and Type | Method and Description |
---|---|
static Driver |
RelationalModelFactory.createDriver(Repository.UnitOfWork transaction,
Repository repository,
KomodoObject parent,
String driverFileName) |
static Driver |
RelationalModelFactory.createDriver(Repository.UnitOfWork transaction,
Repository repository,
KomodoObject parent,
String driverFileName,
byte[] content) |
Modifier and Type | Method and Description |
---|---|
Driver[] |
Dataservice.getDrivers(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
DriverEntry |
Dataservice.addDriverFile(Repository.UnitOfWork transaction,
Driver driverFile) |
Modifier and Type | Method and Description |
---|---|
Driver[] |
DataserviceImpl.getDrivers(Repository.UnitOfWork transaction,
String... namePatterns) |
Driver |
DriverEntryImpl.getReference(Repository.UnitOfWork uow) |
Driver |
DriverEntryImpl.getResource(Repository.UnitOfWork uow) |
Modifier and Type | Method and Description |
---|---|
DriverEntry |
DataserviceImpl.addDriverFile(Repository.UnitOfWork uow,
Driver driverFile) |
Modifier and Type | Method and Description |
---|---|
Driver[] |
Folder.getDrivers(Repository.UnitOfWork uow,
String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
Driver[] |
FolderImpl.getDrivers(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Field and Description |
---|---|
static Driver[] |
Driver.NO_DRIVERS
An empty array of drivers.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<Driver> |
Driver.RESOLVER
The resolver of a
Driver . |
Modifier and Type | Class and Description |
---|---|
class |
DriverImpl
Implementation of driver instance model
|
Modifier and Type | Method and Description |
---|---|
Driver |
WorkspaceManager.createDriver(Repository.UnitOfWork uow,
KomodoObject parent,
String driverName) |
Driver |
WorkspaceManager.createDriver(Repository.UnitOfWork uow,
KomodoObject parent,
String driverName,
byte[] content) |
Driver[] |
WorkspaceManager.findDrivers(Repository.UnitOfWork transaction) |
Copyright © 2013–2019. All rights reserved.