Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.folder | |
org.komodo.relational.folder.internal | |
org.komodo.relational.workspace |
Modifier and Type | Method and Description |
---|---|
static Folder |
RelationalModelFactory.createFolder(Repository.UnitOfWork transaction,
Repository repository,
String parentWorkspacePath,
String folderName) |
Modifier and Type | Field and Description |
---|---|
static Folder[] |
Folder.NO_FOLDERS
An empty array of folders.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<Folder> |
Folder.RESOLVER
The resolver of a
Folder . |
Modifier and Type | Method and Description |
---|---|
Folder |
Folder.addFolder(Repository.UnitOfWork uow,
String folderName) |
Folder[] |
Folder.getFolders(Repository.UnitOfWork uow,
String... namePatterns) |
Modifier and Type | Class and Description |
---|---|
class |
FolderImpl
Implementation of Folder instance model
|
Modifier and Type | Method and Description |
---|---|
Folder |
FolderImpl.addFolder(Repository.UnitOfWork uow,
String folderName) |
Folder[] |
FolderImpl.getFolders(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
Folder |
WorkspaceManager.createFolder(Repository.UnitOfWork uow,
KomodoObject parent,
String folderName) |
Copyright © 2013–2019. All rights reserved.