Modifier and Type | Method and Description |
---|---|
static ResourceFile |
RelationalModelFactory.createResourceFile(Repository.UnitOfWork transaction,
Repository repository,
KomodoObject parent,
String resourceFileName,
byte[] content) |
Modifier and Type | Method and Description |
---|---|
ResourceFile[] |
Dataservice.getResourceFiles(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
ResourceEntry |
Dataservice.addResourceFile(Repository.UnitOfWork transaction,
ResourceFile resourceFile) |
Modifier and Type | Method and Description |
---|---|
ResourceFile |
ResourceEntryImpl.getReference(Repository.UnitOfWork uow) |
ResourceFile |
ResourceEntryImpl.getResource(Repository.UnitOfWork uow) |
ResourceFile[] |
DataserviceImpl.getResourceFiles(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
ResourceEntry |
DataserviceImpl.addResourceFile(Repository.UnitOfWork uow,
ResourceFile resourceFile) |
Modifier and Type | Field and Description |
---|---|
static ResourceFile[] |
ResourceFile.NO_RESOURCES
An empty array of resource files.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<ResourceFile> |
ResourceFile.RESOLVER
The resolver of a
ResourceFile . |
Modifier and Type | Class and Description |
---|---|
class |
ResourceFileImpl
Implementation of data service resource file instance model.
|
Modifier and Type | Method and Description |
---|---|
ResourceFile |
WorkspaceManager.createResourceFile(Repository.UnitOfWork uow,
KomodoObject parent,
String resourceFileName,
byte[] content) |
Copyright © 2013–2019. All rights reserved.