Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.folder | |
org.komodo.relational.folder.internal | |
org.komodo.relational.template | |
org.komodo.relational.template.internal |
Modifier and Type | Method and Description |
---|---|
static Template |
RelationalModelFactory.createTemplate(Repository.UnitOfWork transaction,
Repository repository,
KomodoObject parent,
String templateName) |
Modifier and Type | Method and Description |
---|---|
static TemplateEntry |
RelationalModelFactory.createTemplateEntry(Repository.UnitOfWork transaction,
Repository repository,
Template parent,
String entryName) |
Modifier and Type | Method and Description |
---|---|
Template[] |
Folder.getTemplates(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
Template[] |
FolderImpl.getTemplates(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Field and Description |
---|---|
static Template[] |
Template.NO_TEMPLATES
An empty array of templates.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<Template> |
Template.RESOLVER
The resolver of a
Template . |
Modifier and Type | Class and Description |
---|---|
class |
TemplateImpl
Implementation of template instance model
|
Copyright © 2013–2019. All rights reserved.