Modifier and Type | Method and Description |
---|---|
static Connection |
RelationalModelFactory.createConnection(Repository.UnitOfWork transaction,
Repository repository,
String parentWorkspacePath,
String connectionName) |
Modifier and Type | Field and Description |
---|---|
static Connection[] |
Connection.NO_CONNECTIONS
An empty array of connections.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<Connection> |
Connection.RESOLVER
The resolver of a
Connection . |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionImpl
Implementation of connection instance model
|
Constructor and Description |
---|
ConnectionNodeVisitor(Repository.UnitOfWork uow,
Connection connection,
Properties exportProperties)
Create new visitor that writes to the given xml stream writer
|
Modifier and Type | Method and Description |
---|---|
Connection[] |
Dataservice.getConnections(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
ConnectionEntry |
Dataservice.addConnection(Repository.UnitOfWork transaction,
Connection connection) |
Modifier and Type | Method and Description |
---|---|
Connection[] |
DataserviceImpl.getConnections(Repository.UnitOfWork transaction,
String... namePatterns) |
Connection |
ConnectionEntryImpl.getReference(Repository.UnitOfWork uow) |
Modifier and Type | Method and Description |
---|---|
ConnectionEntry |
DataserviceImpl.addConnection(Repository.UnitOfWork uow,
Connection connection) |
Modifier and Type | Method and Description |
---|---|
Connection |
Folder.addConnection(Repository.UnitOfWork uow,
String connectionName) |
Connection[] |
Folder.getConnections(Repository.UnitOfWork uow,
String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
Connection |
FolderImpl.addConnection(Repository.UnitOfWork uow,
String connectionName) |
Connection[] |
FolderImpl.getConnections(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
Connection |
ModelSource.getOriginConnection(Repository.UnitOfWork transaction) |
Modifier and Type | Method and Description |
---|---|
void |
ModelSource.setAssociatedConnection(Repository.UnitOfWork transaction,
Connection connection) |
Modifier and Type | Method and Description |
---|---|
Connection |
ModelSourceImpl.getOriginConnection(Repository.UnitOfWork uow) |
Modifier and Type | Method and Description |
---|---|
void |
ModelSourceImpl.setAssociatedConnection(Repository.UnitOfWork uow,
Connection connection) |
Modifier and Type | Method and Description |
---|---|
Connection |
WorkspaceManager.createConnection(Repository.UnitOfWork uow,
KomodoObject parent,
String sourceName) |
Connection[] |
WorkspaceManager.findConnections(Repository.UnitOfWork transaction) |
Copyright © 2013–2019. All rights reserved.