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