Modifier and Type | Method and Description |
---|---|
static Dataservice |
RelationalModelFactory.createDataservice(Repository.UnitOfWork transaction,
Repository repository,
String parentWorkspacePath,
String serviceName) |
Modifier and Type | Method and Description |
---|---|
static ConnectionEntry |
RelationalModelFactory.createConnectionEntry(Repository.UnitOfWork transaction,
Repository repository,
Dataservice dataService,
String connectionEntryName) |
static DdlEntry |
RelationalModelFactory.createDdlEntry(Repository.UnitOfWork transaction,
Repository repository,
Dataservice dataService,
String ddlEntryName) |
static DriverEntry |
RelationalModelFactory.createDriverEntry(Repository.UnitOfWork transaction,
Repository repository,
Dataservice dataService,
String driverEntryName) |
static ResourceEntry |
RelationalModelFactory.createResourceEntry(Repository.UnitOfWork transaction,
Repository repository,
Dataservice dataService,
String resourceEntryName) |
static ServiceVdbEntry |
RelationalModelFactory.createServiceVdbEntry(Repository.UnitOfWork transaction,
Repository repository,
Dataservice dataService,
String serviceVdbEntryName) |
static UdfEntry |
RelationalModelFactory.createUdfEntry(Repository.UnitOfWork transaction,
Repository repository,
Dataservice dataService,
String udfEntryName) |
Modifier and Type | Field and Description |
---|---|
static Dataservice[] |
Dataservice.NO_DATASERVICES
An empty array of Dataservices.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<Dataservice> |
Dataservice.RESOLVER
The resolver of a
Dataservice . |
Modifier and Type | Method and Description |
---|---|
void |
Dataservice.clone(Repository.UnitOfWork transaction,
Dataservice dataservice)
Copies the
Dataservice 's properties to the given Dataservice |
Constructor and Description |
---|
DataserviceManifest(Repository.UnitOfWork transaction,
Dataservice dataService) |
Modifier and Type | Class and Description |
---|---|
class |
DataserviceImpl
Implementation of data service instance model.
|
Modifier and Type | Method and Description |
---|---|
void |
DataserviceImpl.clone(Repository.UnitOfWork transaction,
Dataservice dataservice) |
DeployStatus |
DataserviceConveyor.deploy(Repository.UnitOfWork transaction,
Dataservice dataservice)
Deploy the
Dataservice to the teiid instance |
byte[] |
DataserviceConveyor.export(Repository.UnitOfWork transaction,
Dataservice dataService,
Properties exportProperties)
Export the given data service
|
Modifier and Type | Method and Description |
---|---|
Dataservice |
Folder.addDataservice(Repository.UnitOfWork uow,
String serviceName) |
Dataservice[] |
Folder.getDataservices(Repository.UnitOfWork uow,
String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
Dataservice |
FolderImpl.addDataservice(Repository.UnitOfWork uow,
String serviceName) |
Dataservice[] |
FolderImpl.getDataservices(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
Dataservice |
WorkspaceManager.createDataservice(Repository.UnitOfWork uow,
KomodoObject parent,
String serviceName) |
Dataservice[] |
WorkspaceManager.findDataservices(Repository.UnitOfWork transaction) |
Copyright © 2013–2019. All rights reserved.