Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.dataservice | |
org.komodo.relational.dataservice.internal |
Modifier and Type | Method and Description |
---|---|
static VdbEntry |
RelationalModelFactory.createVdbEntry(Repository.UnitOfWork transaction,
Repository repository,
VdbEntryContainer container,
String vdbEntryName) |
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceVdbEntry
Represents a data service entry for a Service VDB.
|
Modifier and Type | Field and Description |
---|---|
static VdbEntry[] |
VdbEntry.NO_ENTRIES
An empty collection of VDB entries.
|
Modifier and Type | Method and Description |
---|---|
VdbEntry |
ServiceVdbEntry.addDependency(Repository.UnitOfWork transaction,
Vdb dependency) |
VdbEntry |
ServiceVdbEntry.addDependencyEntry(Repository.UnitOfWork transaction,
String dependencyEntryName) |
VdbEntry |
Dataservice.addVdb(Repository.UnitOfWork transaction,
Vdb vdb) |
VdbEntry |
Dataservice.addVdbEntry(Repository.UnitOfWork transaction,
String vdbEntryName) |
VdbEntry[] |
ServiceVdbEntry.getDependencies(Repository.UnitOfWork transaction) |
VdbEntry[] |
Dataservice.getVdbEntries(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Class and Description |
---|---|
class |
ServiceVdbEntryImpl
An implementation of a Service VDB entry in a data service.
|
class |
VdbEntryImpl
An implementation of a VDB entry in a data service.
|
Modifier and Type | Method and Description |
---|---|
VdbEntry |
ServiceVdbEntryImpl.addDependency(Repository.UnitOfWork uow,
Vdb dependency) |
VdbEntry |
ServiceVdbEntryImpl.addDependencyEntry(Repository.UnitOfWork uow,
String dependencyEntryName) |
VdbEntry |
DataserviceImpl.addVdb(Repository.UnitOfWork uow,
Vdb vdb) |
VdbEntry |
DataserviceImpl.addVdbEntry(Repository.UnitOfWork transaction,
String vdbEntryName) |
VdbEntry[] |
ServiceVdbEntryImpl.getDependencies(Repository.UnitOfWork uow) |
VdbEntry[] |
DataserviceImpl.getVdbEntries(Repository.UnitOfWork uow,
String... namePatterns) |
Copyright © 2013–2019. All rights reserved.