Modifier and Type | Method and Description |
---|---|
static UdfFile |
RelationalModelFactory.createUdfFile(Repository.UnitOfWork transaction,
Repository repository,
KomodoObject parent,
String udfFileName,
byte[] content) |
Modifier and Type | Method and Description |
---|---|
UdfFile[] |
Dataservice.getUdfFiles(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
UdfEntry |
Dataservice.addUdfFile(Repository.UnitOfWork transaction,
UdfFile udfFile) |
Modifier and Type | Method and Description |
---|---|
UdfFile |
UdfEntryImpl.getReference(Repository.UnitOfWork uow) |
UdfFile |
UdfEntryImpl.getResource(Repository.UnitOfWork uow) |
UdfFile[] |
DataserviceImpl.getUdfFiles(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
UdfEntry |
DataserviceImpl.addUdfFile(Repository.UnitOfWork uow,
UdfFile udfFile) |
Modifier and Type | Field and Description |
---|---|
static UdfFile[] |
UdfFile.NO_UDFS
An empty array of UDF files.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<UdfFile> |
UdfFile.RESOLVER
The resolver of a
UdfFile . |
Modifier and Type | Class and Description |
---|---|
class |
UdfFileImpl
Implementation of UDF file instance model.
|
Modifier and Type | Method and Description |
---|---|
UdfFile |
WorkspaceManager.createUdfFile(Repository.UnitOfWork uow,
KomodoObject parent,
String udfFileName,
byte[] content) |
Copyright © 2013–2019. All rights reserved.