Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.dataservice | |
org.komodo.relational.dataservice.internal |
Modifier and Type | Method and Description |
---|---|
static ResourceEntry |
RelationalModelFactory.createResourceEntry(Repository.UnitOfWork transaction,
Repository repository,
Dataservice dataService,
String resourceEntryName) |
Modifier and Type | Field and Description |
---|---|
static ResourceEntry[] |
ResourceEntry.NO_ENTRIES
An empty collection of resource entries.
|
Modifier and Type | Method and Description |
---|---|
ResourceEntry |
Dataservice.addResourceEntry(Repository.UnitOfWork transaction,
String resourceEntryName) |
ResourceEntry |
Dataservice.addResourceFile(Repository.UnitOfWork transaction,
ResourceFile resourceFile) |
ResourceEntry[] |
Dataservice.getResourceEntries(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Class and Description |
---|---|
class |
ResourceEntryImpl
An implementation of a file resource entry in a data service.
|
Modifier and Type | Method and Description |
---|---|
ResourceEntry |
DataserviceImpl.addResourceEntry(Repository.UnitOfWork transaction,
String resourceEntryName) |
ResourceEntry |
DataserviceImpl.addResourceFile(Repository.UnitOfWork uow,
ResourceFile resourceFile) |
ResourceEntry[] |
DataserviceImpl.getResourceEntries(Repository.UnitOfWork uow,
String... namePatterns) |
Copyright © 2013–2019. All rights reserved.