Modifier and Type | Method and Description |
---|---|
static Vdb |
RelationalModelFactory.createVdb(Repository.UnitOfWork transaction,
Repository repository,
String parentWorkspacePath,
String vdbName,
String externalFilePath) |
Modifier and Type | Method and Description |
---|---|
static DataRole |
RelationalModelFactory.createDataRole(Repository.UnitOfWork transaction,
Repository repository,
Vdb parentVdb,
String dataRoleName) |
static Entry |
RelationalModelFactory.createEntry(Repository.UnitOfWork transaction,
Repository repository,
Vdb parentVdb,
String entryName,
String entryPath) |
static Model |
RelationalModelFactory.createModel(Repository.UnitOfWork transaction,
Repository repository,
Vdb vdb,
String modelName) |
static Translator |
RelationalModelFactory.createTranslator(Repository.UnitOfWork transaction,
Repository repository,
Vdb parentVdb,
String translatorName,
String translatorType) |
static VdbImport |
RelationalModelFactory.createVdbImport(Repository.UnitOfWork transaction,
Repository repository,
Vdb parentVdb,
String vdbName) |
static Model |
ServiceVdbGenerator.getViewModel(Repository.UnitOfWork uow,
Vdb serviceVdb)
Method returns the view model for a service VDB
|
void |
ServiceVdbGenerator.refreshServiceVdb(Repository.UnitOfWork uow,
Vdb serviceVdb,
ViewEditorState[] editorStates)
This method creates a new service VDB given a list of editor states each containing a view definition.
|
Modifier and Type | Method and Description |
---|---|
Vdb |
Dataservice.getServiceVdb(Repository.UnitOfWork uow) |
Vdb[] |
Dataservice.getVdbs(Repository.UnitOfWork transaction,
String... namePatterns) |
Vdb |
Dataservice.setServiceVdb(Repository.UnitOfWork uow,
Vdb serviceVdb) |
Modifier and Type | Method and Description |
---|---|
VdbEntry |
ServiceVdbEntry.addDependency(Repository.UnitOfWork transaction,
Vdb dependency) |
VdbEntry |
Dataservice.addVdb(Repository.UnitOfWork transaction,
Vdb vdb) |
Vdb |
Dataservice.setServiceVdb(Repository.UnitOfWork uow,
Vdb serviceVdb) |
Modifier and Type | Method and Description |
---|---|
Vdb |
VdbEntryImpl.getReference(Repository.UnitOfWork uow) |
Vdb |
DataserviceImpl.getServiceVdb(Repository.UnitOfWork transaction) |
Vdb[] |
DataserviceImpl.getVdbs(Repository.UnitOfWork transaction,
String... namePatterns) |
Vdb |
DataserviceImpl.setServiceVdb(Repository.UnitOfWork uow,
Vdb serviceVdb) |
Modifier and Type | Method and Description |
---|---|
VdbEntry |
ServiceVdbEntryImpl.addDependency(Repository.UnitOfWork uow,
Vdb dependency) |
VdbEntry |
DataserviceImpl.addVdb(Repository.UnitOfWork uow,
Vdb vdb) |
Vdb |
DataserviceImpl.setServiceVdb(Repository.UnitOfWork uow,
Vdb serviceVdb) |
Modifier and Type | Method and Description |
---|---|
Vdb |
Folder.addVdb(Repository.UnitOfWork uow,
String vdbName,
String externalFilePath) |
Vdb[] |
Folder.getVdbs(Repository.UnitOfWork uow,
String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
Vdb |
FolderImpl.addVdb(Repository.UnitOfWork uow,
String vdbName,
String externalFilePath) |
Vdb[] |
FolderImpl.getVdbs(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
Vdb |
Model.getParent(Repository.UnitOfWork transaction) |
Modifier and Type | Method and Description |
---|---|
Vdb |
ModelImpl.getParent(Repository.UnitOfWork transaction) |
Modifier and Type | Field and Description |
---|---|
static Vdb[] |
Vdb.NO_VDBS
An empty array of VDBs.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<Vdb> |
Vdb.RESOLVER
The resolver of a
Vdb . |
Modifier and Type | Method and Description |
---|---|
Vdb |
VdbImport.getParent(Repository.UnitOfWork transaction) |
Vdb |
Entry.getParent(Repository.UnitOfWork transaction) |
Vdb |
DataRole.getParent(Repository.UnitOfWork transaction) |
Modifier and Type | Class and Description |
---|---|
class |
VdbImpl
An implementation of a virtual database manifest.
|
Modifier and Type | Method and Description |
---|---|
Vdb |
VdbImportImpl.getParent(Repository.UnitOfWork transaction) |
Vdb |
EntryImpl.getParent(Repository.UnitOfWork transaction) |
Vdb |
DataRoleImpl.getParent(Repository.UnitOfWork transaction) |
Modifier and Type | Method and Description |
---|---|
Vdb |
WorkspaceManager.createVdb(Repository.UnitOfWork uow,
KomodoObject parent,
String vdbName,
String externalFilePath) |
Vdb[] |
WorkspaceManager.findVdbs(Repository.UnitOfWork transaction) |
Modifier and Type | Method and Description |
---|---|
Model |
WorkspaceManager.createModel(Repository.UnitOfWork uow,
Vdb vdb,
String modelName) |
Copyright © 2013–2019. All rights reserved.