Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.folder | |
org.komodo.relational.folder.internal | |
org.komodo.relational.vdb | |
org.komodo.relational.vdb.internal |
Modifier and Type | Method and Description |
---|---|
static Translator |
RelationalModelFactory.createTranslator(Repository.UnitOfWork transaction,
Repository repository,
Vdb parentVdb,
String translatorName,
String translatorType) |
Modifier and Type | Method and Description |
---|---|
Translator[] |
Folder.getTranslators(Repository.UnitOfWork uow,
String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
Translator[] |
FolderImpl.getTranslators(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Field and Description |
---|---|
static Translator[] |
Translator.NO_TRANSLATORS
An empty array of translators.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<Translator> |
Translator.RESOLVER
The resolver of a
Translator . |
Modifier and Type | Method and Description |
---|---|
Translator |
Vdb.addTranslator(Repository.UnitOfWork transaction,
String translatorName,
String translatorType) |
Translator[] |
Vdb.getTranslators(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Class and Description |
---|---|
class |
TranslatorImpl
An implementation of a VDB translator.
|
Modifier and Type | Method and Description |
---|---|
Translator |
VdbImpl.addTranslator(Repository.UnitOfWork transaction,
String translatorName,
String translatorType) |
Translator[] |
VdbImpl.getTranslators(Repository.UnitOfWork transaction,
String... namePatterns) |
Copyright © 2013–2019. All rights reserved.